in reply to network discover and report
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.
|
---|