SNMP::Info::Layer2::Centillion(3pm) | User Contributed Perl Documentation | SNMP::Info::Layer2::Centillion(3pm) |
SNMP::Info::Layer2::Centillion - SNMP Interface to Nortel Centillion based ATM Switches
Eric Miller
# 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";
Provides 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.
See "Required MIBs" in SNMP::Info::Bridge for its own MIB requirements.
See "Required MIBs" in SNMP::Info::NortelStack for its own MIB requirements.
See "Required MIBs" in SNMP::Info::SONMP for its own MIB requirements.
These are methods that return scalar value from SNMP
Removes "sreg-" from the model name
See documentation in "USAGE" in SNMP::Info for details.
See documentation in "GLOBALS" in SNMP::Info::Bridge for details.
See documentation in "GLOBALS" in SNMP::Info::NortelStack for details.
See documentation in "GLOBALS" in SNMP::Info::SONMP for details.
These are methods that return tables of information in the form of a reference to a hash.
Returns reference to the map between IID and physical Port. Slot and port numbers on the Passport switches are determined by the formula: port = index % 256 slot = int(index / 256) The physical port name is returned as slot.port.
("cnDot3ExtnIfIndex")
("cnDot3ExtnIfOperConnectionType")
("cnDot3ExtnIfAdminConnectionType")
("cnVlanPortMemberIfIndex")
("cnVlanPortMemberVID")
("cnVlanPortMemberIngressType")
See documentation in "USAGE" in SNMP::Info for details.
See documentation in "TABLE METHODS" in SNMP::Info::Bridge for details.
See documentation in "TABLE METHODS" in SNMP::Info::NortelStack for details.
See documentation in "TABLE METHODS" in SNMP::Info::SONMP for details.
2023-09-30 | perl v5.36.0 |