-
Could I please have the mailing list for the project libcisco decommissioned? There are very few legitimate postings in the archives and it has been used mostly for spam.
Thank you,
Andy Ziegelbein.
2007-05-14 02:23:10 UTC in SourceForge.net
-
libcisco v1.3 has been released. This new version contains one new API command and bug fixes.
The libcisco library is a Tcl/Expect package that provides an API for accessing Cisco network equipment over a telnet session. This greatly simplifies the script writing process to perform configuration changes (e.g. change passwords) and to perform common tasks (e.g. clear counters).
2002-08-07 12:59:18 UTC in libcisco
-
You may already be aware, but it appears as though
the 07/31 download statistics for all SourceForge.net
hosted projects is set to 0--at least all the projects I
checked. See the statistics for the following project as
an example: http://sourceforge.net/projects/libcisco.
2002-08-02 13:40:30 UTC in SourceForge.net
-
libcisco v1.2 has been released. This new version contains two new API commands, minor bug fixes, internal changes, an install script, and an additional example script.
The libcisco library is a Tcl/Expect package that provides an API for accessing Cisco network equipment over a telnet session. This greatly simplifies the script writing process to perform configuration changes (e.g. change...
2002-07-31 05:27:47 UTC in libcisco
-
I have a project by the UNIX name of 'libcisco' that does
not appear to be seen by the search engine. I have
typed in a number of keywords that should match both
the description and project name in the search field, but
I can't get my project to appear in any search results.
Am I overlooking something? Thanks.
2002-07-13 14:30:27 UTC in SourceForge.net
-
An updated version of libcisco1.1 has been released. This new version contains four new API commands, minor bug fixes, and updated documentation.
The libcisco library is a Tcl/Expect package that provides an API for accessing Cisco network equipment over a telnet session. This greatly simplifies the script writing process to perform configuration changes (e.g. change passwords) and to...
2002-07-09 13:07:38 UTC in libcisco
-
A mailing list has been setup to support the libcisco library package. If you are interested in staying abreast of changes, common questions, etc., you may subscribe to the mailing list at the following link:
http://lists.sourceforge.net/lists/listinfo/libcisco-users.
If you would prefer to browse the archives of the mailing list without subscribing, you may do so via the following link:
2002-06-27 13:47:22 UTC in libcisco
-
This is the initial release of libcisco--a library of Tcl routines for automating common tasks performed on Cisco networking equipment.
2002-06-25 03:52:01 UTC in libcisco
-
I had a problem compiling this module under Solaris 2.6 using gcc v2.8.1. After making the following changes, I was able to get the module to compile and work successfully:
Edit tacacs_testclient.c
-Add "#include <limits.h>" near top of file
Edit Makefile
- Add the following to LDFLAGS "-lnsl -lsocket -lresolv"
- Add "getopt.o getopt1.o" to...
2002-05-22 20:52:33 UTC in mod_auth_tacacs