![]() |
![]()
| ![]() |
![]()
NAMESNMP::Info::Layer3::C6500 - SNMP Interface to Cisco Catalyst 6500 Layer 2/3 Switches running IOS and/or CatOS. Also Cisco Catalyst 2960, 2970, 3750 and 3850 series and blade switch CBS30x0 and CBS31x0 series running IOS. AUTHORMax Baker SYNOPSIS# Let SNMP::Info determine the correct subclass for you. my $c6500 = 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 = $c6500->class(); print "SNMP::Info determined this device to fall under subclass : $class\n"; DESCRIPTIONAbstraction subclass for Cisco Catalyst 6500 Layer 2/3 Switches. These devices run IOS but have some of the same characteristics as the Catalyst WS-C family (5xxx). For example, forwarding tables are held in VLANs, and extended interface information is gleaned from CISCO-SWITCH-MIB. It also supports the following IOS only series switches: Cisco Catalyst 2960, 2970, 3750 and 3850 series. Also blade switches from the CBS30x0 and CBS31x0 series. Inherited ClassesRequired MIBs
GLOBALSThese are methods that return scalar value from SNMP
Globals imported from SNMP::Info::CiscoStackSee documentation in "GLOBALS" in SNMP::Info::CiscoStack for details. Globals imported from SNMP::Info::Layer3::CiscoSwitchSee documentation in "GLOBALS" in SNMP::Info::Layer3::CiscoSwitch for details. Globals imported from SNMP::Info::MAUSee documentation in "GLOBALS" in SNMP::Info::MAU for details. TABLE METHODSThese are methods that return tables of information in the form of a reference to a hash. Overrides
Table Methods imported from SNMP::Info::CiscoStackSee documentation in "TABLE METHODS" in SNMP::Info::CiscoStack for details. Table Methods imported from SNMP::Info::Layer3::CiscoSwitchSee documentation in "TABLE METHODS" in SNMP::Info::Layer3::CiscoSwitch for details. Table Methods imported from SNMP::Info::MAUSee documentation in "TABLE METHODS" in SNMP::Info::MAU for details.
|