http://qs1969.pair.com?node_id=342001


in reply to network discover and report

Super Search is your friend, itsd2001, as is the Search form at the upper left of 'most every PerlMonks page.

In a nutshell, you'll either automate a series of Telnet sessions or a series of SNMP queries.   For the former, I'd strongly recommend using the Net::Telnet::Cisco CPAN module, and for the latter probably the Net::Snmp CPAN module.   The telnet approach might maybe be slightly easier, but SNMP efforts could well be less fragile and more secure.

More specifically, the code section on my homenode lists several Cisco-ey scripts, a few of which might give you a good head start.

Good luck, welcome to the Monastery, and feel free to ask more questions as your project progresses.

  cheers,
  ybiC

  striving toward Perl Adept
  (it's pronounced "why-bick")
  • Comment on Re: network discover and report (existing Cisco scripts onsite)