SNMP::Info::Layer2::Baystack(3pm) | User Contributed Perl Documentation | SNMP::Info::Layer2::Baystack(3pm) |
SNMP::Info::Layer2::Baystack - SNMP Interface to Avaya Ethernet Switch (Baystack) and VSP 7000 series switches
Eric Miller
# Let SNMP::Info determine the correct subclass for you. my $baystack = new SNMP::Info( AutoSpecify => 1, Debug => 1, DestHost => 'myswitch', Community => 'public', Version => 2 ) or die "Can't connect to DestHost.\n"; my $class = $baystack->class(); print "SNMP::Info determined this device to fall under subclass : $class\n";
Provides abstraction to the configuration information obtainable from an Avaya Ethernet Switch (formerly Nortel/Bay Baystack) and VSP 7000 series through SNMP.
See "Required MIBs" in SNMP::Info::SONMP for its MIB requirements.
See "Required MIBs" in SNMP::Info::NortelStack for its MIB requirements.
See "Required MIBs" in SNMP::Info::RapidCity for its MIB requirements.
See "Required MIBs" in SNMP::Info::Layer3 for its MIB requirements.
These are methods that return scalar value from SNMP
Returns BPS for Business Policy Switch
For others extracts and returns the switch numeric designation.
Values: "nortelStpg", "pvst", "rstp", "mstp", "ieee8021d"
("s5AgSysSpanningTreeOperMode")
Index factor on the Baystack switches are determined by the formula: Index Factor = 64 if (model = 470 or (os eq 'boss' and operating in pure mode)) or else Index factor = 32.
Returns either 32 or 64 based upon the formula.
See "GLOBALS" in SNMP::Info::SONMP for details.
See "GLOBALS" in SNMP::Info::NortelStack for details.
See "GLOBALS" in SNMP::Info::RapidCity for details.
See "GLOBALS" in SNMP::Info::Layer3 for details.
These are methods that return tables of information in the form of a reference to a hash.
Slot and port numbers on the Baystack switches are determined by the formula: port = (Interface index % Index factor) slot = (int(Interface index / Index factor)) + Slot offset The physical port name is returned as slot.port.
Removes all entries matching '00:00:00:00:00:00' -- Certain revisions of Baystack firmware report all zeros for each port mac.
("bspePethPsePortExtMeasuredPower")
For older devices which do not support ENTITY-MIB, these methods emulate Physical Table methods using S5-CHASSIS-MIB. See "TABLE METHODS" in SNMP::Info::NortelStack for details on ns_e_* methods.
These methods try to obtain the layer 2 forwarding database entries via the normal bridge methods as well as SPBM entries via rapid city methods.
See "TABLE METHODS" in SNMP::Info::SONMP for details.
See "TABLE METHODS" in SNMP::Info::NortelStack for details.
See "TABLE METHODS" in SNMP::Info::RapidCity for details.
See "TABLE METHODS" in SNMP::Info::Layer3 for details.
2023-09-30 | perl v5.36.0 |