![]() |
![]()
| ![]() |
![]()
NAMESNMP::Info::Layer3::C3550 - SNMP Interface to Cisco Catalyst 3550 Layer 2/3 Switches running IOS AUTHORMax Baker SYNOPSIS# Let SNMP::Info determine the correct subclass for you. my $c3550 = 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 = $c3550->class(); print "SNMP::Info determined this device to fall under subclass : $class\n"; DESCRIPTIONAbstraction subclass for Cisco Catalyst 3550 Layer 2/3 Switches. These devices run IOS but have some of the same characteristics as the Catalyst WS-C family (5xxx,6xxx). For example, forwarding tables are held in VLANs, and extended interface information is gleaned from CISCO-SWITCH-MIB. 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. 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.
|