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
You might start with MRTG. It is free and is used to get snmp data from devices through Perl and timer events. I am sure the Perl Script could be modified to meet your needs, and you may be able to write the parameters using SNMP through the web page MRTG creates. This will probably cut your work