![]() |
![]()
| ![]() |
![]()
NAMESNMP::Info::Layer2::Centillion - SNMP Interface to Nortel Centillion based ATM Switches AUTHOREric Miller SYNOPSIS# Let SNMP::Info determine the correct subclass for you. my $centillion = new SNMP::Info( AutoSpecify => 1, Debug => 1, DestHost => 'myswitch', Community => 'public', Version => 2 ) or die "Can't connect to DestHost.\n"; my $class = $centillion->class(); print "SNMP::Info determined this device to fall under subclass : $class\n"; DESCRIPTIONProvides abstraction to the configuration information obtainable from a Centillion device through SNMP. Note: This class supports version 4.X and 5.X which are VLAN based rather than bridge group based. Inherited ClassesRequired MIBs
GLOBALSThese are methods that return scalar value from SNMP
Overrides
Globals imported from SNMP::InfoSee documentation in "USAGE" in SNMP::Info for details. Globals imported from SNMP::Info::BridgeSee documentation in "GLOBALS" in SNMP::Info::Bridge for details. Globals imported from SNMP::Info::NortelStackSee documentation in "GLOBALS" in SNMP::Info::NortelStack for details. Global Methods imported from SNMP::Info::SONMPSee documentation in "GLOBALS" in SNMP::Info::SONMP for details. TABLE METHODSThese are methods that return tables of information in the form of a reference to a hash. Overrides
Centillion 802.3 Extension Table ("cnDot3ExtnTable")
Centillion VLAN Table ("cnVlanPortMemberTable")
Table Methods imported from SNMP::InfoSee documentation in "USAGE" in SNMP::Info for details. Table Methods imported from SNMP::Info::BridgeSee documentation in "TABLE METHODS" in SNMP::Info::Bridge for details. Table Methods imported from SNMP::Info::NortelStackSee documentation in "TABLE METHODS" in SNMP::Info::NortelStack for details. Table Methods imported from SNMP::Info::SONMPSee documentation in "TABLE METHODS" in SNMP::Info::SONMP for details.
|