Cisco Perl Scripts

2001-02-05 Thread Nabil Fares
Greetings all, I'm trying to locate a Perl script to manage Cisco switches. Would like to build a web page as a the front-end for the script. This script would allow someone to select a switch, port number and speed/duplex. Upon execution, the script would telnet to the switch and update the c

Re: Cisco Perl Scripts

2001-02-05 Thread Andy
I built something like this for our NOC using expect (to login and complete the tasks) and PHP for the web interface. PHP is very powerful and if I did it right I suppose I would have just done SNMP sets/gets with PHP since its supported natively. http://expect.nist.gov/ http://www.php.net andy

RE: Cisco Perl Scripts

2001-02-06 Thread Christopher Larson
:[EMAIL PROTECTED]] Sent: Monday, February 05, 2001 5:37 PM To: [EMAIL PROTECTED] Subject: Cisco Perl Scripts Greetings all, I'm trying to locate a Perl script to manage Cisco switches. Would like to build a web page as a the front-end for the script. This script would allow someone to sel