SNMP::Info::Layer3::C4000 - SNMP Interface to Cisco Catalyst 4000 Layer 2/3 Switches running IOS
Bill Fenner
# Let SNMP::Info determine the correct subclass for you. my $c4000 = 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 = $c4000->class(); print "SNMP::Info determined this device to fall under subclass : $class\n";
Abstraction subclass for Cisco Catalyst 4000 Layer 2/3 Switches.
For speed or debugging purposes you can call the subclass directly, but not after determining a more specific class using the method above.
my $c4000 = new SNMP::Info::Layer3::C4000(...);
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::CiscoPortSecurity 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::MAU 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
cisco_comm_indexing()
Returns 1. Use vlan indexing.
fan()
Returns fan status
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::CiscoPortSecurity manpage for details.
See documentation in GLOBALS in the SNMP::Info::CiscoConfig manpage for details.
See documentation in GLOBALS in the SNMP::Info::MAU 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.
i_duplex()
Parses mau_index and mau_link to return the duplex information for interfaces.
i_duplex_admin()
Parses mac_index
,mau_autostat
,mau_type_admin
in
order to find the admin duplex setting for all the interfaces.
Returns either (auto,full,half).
i_speed_admin()
Returns administrative speed for interfaces.
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::CiscoPortSecurity 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::MAU manpage for details.
See documentation in TABLE METHODS in the SNMP::Info::Layer3 manpage for details.