Originally posted by: iyer
Hi,
I need to run a set of cisco commands on switches and routers to get certain info.
I am thinking of automating this process by running a perl script.
Can anyone help me on this.
I am looking for some sample scripts.
Thanks
iyer.
Originally posted by: nweaver
use the net::telnet module...I have automated some test lab setups by using perl scripts with this module as CGI scripts.