SNMP::Info::Layer3::Cisco - Perl5 Interface to L3 and L2+L3 IOS Cisco Device that are not covered in other classes.
Max Baker (max@warped.org)
# Let SNMP::Info determine the correct subclass for you.
my $cisco = new SNMP::Info(
AutoSpecify => 1,
Debug => 1,
# These arguments are passed directly on to SNMP::Session
DestHost => 'myswitch',
Community => 'public',
Version => 2
)
or die "Can't connect to DestHost.\n";
my $class = $cisco->class(); print "SNMP::Info determined this device to fall under subclass : $class\n";
Subclass for Generic Cisco Routers running IOS
See SNMP::Info::CiscoVTP for its own MIB requirements.
These are methods that return scalar value from SNMP
vendor()
Returns 'cisco'
See documentation in SNMP::Info::Layer3 for details.
See documentation in SNMP::Info::CiscoVTP for details.
See documentation in SNMP::Info::CDP for details.
See documentation in SNMP::Info::CiscoStats for details.
These are methods that return tables of information in the form of a reference to a hash.
See documentation in SNMP::Info::Layer3 for details.
See documentation in SNMP::Info::CiscoVTP for details.
See documentation in SNMP::Info::CDP for details.
See documentation in SNMP::Info::CiscoStats for details.