SNMP::Info::Layer3::Cisco - SNMP Interface to L3 and L2+L3 IOS Cisco Device that are not covered in other classes.
Max Baker
# Let SNMP::Info determine the correct subclass for you. my $cisco = new SNMP::Info( AutoSpecify => 1, Debug => 1, # These arguments are passed directly 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 Required MIBs in the SNMP::Info::CiscoVTP manpage for its own MIB requirements.
See Required MIBs in the SNMP::Info::CDP manpage for its own MIB requirements.
See Required MIBs in the SNMP::Info::CiscoStats manpage for its own MIB requirements.
See Required MIBs in the SNMP::Info::CiscoImage manpage for its own MIB requirements.
See Required MIBs in the SNMP::Info::CiscoRTT manpage for its own MIB requirements.
See Required MIBs in the SNMP::Info::CiscoQOS manpage for its own MIB requirements.
See Required MIBs in the SNMP::Info::CiscoConfig manpage for its own MIB requirements.
See Required MIBs in the SNMP::Info::CiscoPower manpage for its own MIB requirements.
See Required MIBs in the SNMP::Info::Layer3 manpage for its own MIB requirements.
These are methods that return scalar value from SNMP
vendor()
Returns 'cisco'
eigrp_id()
(cEigrpAsRouterId
)
See documentation in GLOBALS in the SNMP::Info::CiscoVTP manpage for details.
See documentation in GLOBALS in the SNMP::Info::CDP manpage for details.
See documentation in GLOBALS in the SNMP::Info::CiscoStats manpage for details.
See documentation in GLOBALS in the SNMP::Info::CiscoImage manpage for details.
See documentation in GLOBALS in the SNMP::Info::CiscoRTT manpage for details.
See documentation in GLOBALS in the SNMP::Info::CiscoQOS manpage for details.
See documentation in GLOBALS in the SNMP::Info::CiscoConfig manpage for details.
See documentation in GLOBALS in the SNMP::Info::CiscoPower manpage for details.
See documentation in GLOBALS in the SNMP::Info::Layer3 manpage for details.
These are methods that return tables of information in the form of a reference to a hash.
eigrp_peers()
Returns EIGRP peer IP addresses
(cEigrpPeerAddr
)
i_vlan()
Returns a mapping between ifIndex
and the PVID or default VLAN.
See documentation in TABLE METHODS in the SNMP::Info::CiscoVTP manpage for details.
See documentation in TABLE METHODS in the SNMP::Info::CDP manpage for details.
See documentation in TABLE METHODS in the SNMP::Info::CiscoStats manpage for details.
See documentation in TABLE METHODS in the SNMP::Info::CiscoImage manpage for details.
See documentation in TABLE METHODS in the SNMP::Info::CiscoRTT manpage for details.
See documentation in TABLE METHODS in the SNMP::Info::CiscoQOS manpage for details.
See documentation in TABLE METHODS in the SNMP::Info::CiscoConfig manpage for details.
See documentation in TABLE METHODS in the SNMP::Info::CiscoPower manpage for details.
See documentation in TABLE METHODS in the SNMP::Info::Layer3 manpage for details.