|
NAMESNMP::Info::Layer2::C1900 - SNMP Interface to data from Cisco Catalyst 1900 Network Switches running CatOS AUTHORMax Baker SYNOPSIS # Let SNMP::Info determine the correct subclass for you.
my $c1900 = new SNMP::Info(
AutoSpecify => 1,
Debug => 1,
DestHost => 'myswitch',
Community => 'public',
Version => 1
)
or die "Can't connect to DestHost.\n";
my $class = $c1900->class();
print "SNMP::Info determined this device to fall under subclass : $class\n";
DESCRIPTIONProvides abstraction to the configuration information obtainable from a Catalyst 1900 device through SNMP. See SNMP::Info for full documentation Note that most of these devices only talk SNMP version 1, but not all. Inherited classesRequired MIBs
Inherited MIBsSee "Required MIBs" in SNMP::Info::CDP for its MIB requirements. See "Required MIBs" in SNMP::Info::CiscoStats for its MIB requirements. See "Required MIBs" in SNMP::Info::CiscoConfig for its MIB requirements. See "Required MIBs" in SNMP::Info::CiscoStpExtensions for its MIB requirements. See "Required MIBs" in SNMP::Info::CiscoAgg for its MIB requirements. See "Required MIBs" in SNMP::Info::Layer2 for its MIB requirements. GLOBALSThese are methods that return scalar value from SNMP
Overrides
Globals imported from SNMP::Info::CDPSee "GLOBALS" in SNMP::Info::CDP for details. Globals imported from SNMP::Info::CiscoStatsSee "GLOBALS" in SNMP::Info::CiscoStats for details. Globals imported from SNMP::Info::CiscoConfigSee "GLOBALS" in SNMP::Info::CiscoConfig for details. Globals imported from SNMP::Info::CiscoStpExtensionsSee "GLOBALS" in SNMP::Info::CiscoStpExtensions for details. Globals imported from SNMP::Info::Layer2See "GLOBALS" in SNMP::Info::Layer2 for details. TABLE METHODSThese are methods that return tables of information in the form of a reference to a hash. Overrides
STAND-ALONE-ETHERNET-SWITCH-MIB Switch Port Table Entries:
Table Methods imported from SNMP::Info::CDPSee "TABLE METHODS" in SNMP::Info::CDP for details. Table Methods imported from SNMP::Info::CiscoStatsSee "TABLE METHODS" in SNMP::Info::CiscoStats for details. Table Methods imported from SNMP::Info::CiscoConfigSee "TABLE METHODS" in SNMP::Info::CiscoConfig for details. Table Methods imported from SNMP::Info::CiscoStpExtensionsSee "TABLE METHODS" in SNMP::Info::CiscoStpExtensions for details. Table Methods imported from SNMP::Info::CiscoAggSee "TABLE METHODS" in SNMP::Info::CiscoAgg for details. Table Methods imported from SNMP::Info::Layer2See "TABLE METHODS" in SNMP::Info::Layer2 for details. SET METHODSThese are methods that provide SNMP set functionality for overridden methods or provide a simpler interface to complex set operations. See "SETTING DATA VIA SNMP" in SNMP::Info for general information on set operations.
|