SNMP::Info::Layer3::Enterasys(3pm) | User Contributed Perl Documentation | SNMP::Info::Layer3::Enterasys(3pm) |
SNMP::Info::Layer3::Enterasys - SNMP Interface to Enterasys Network Devices
Eric Miller
# Let SNMP::Info determine the correct subclass for you. my $enterasys = new SNMP::Info( AutoSpecify => 1, Debug => 1, DestHost => 'myswitch', Community => 'public', Version => 2 ) or die "Can't connect to DestHost.\n"; my $class = $enterasys->class(); print "SNMP::Info determined this device to fall under subclass : $class\n";
Provides abstraction to the configuration information obtainable from an Enterasys device through SNMP.
See "Required MIBs" in SNMP::Info::MAU for its MIB requirements.
See "Required MIBs" in SNMP::Info::CDP for its MIB requirements.
See "Required MIBs" in SNMP::Info::Layer3 for its MIB requirements.
These are methods that return scalar value from SNMP
("dot1dBaseBridgeAddress")
See documentation in "GLOBALS" in SNMP::Info::MAU for details.
See documentation in "GLOBALS" in SNMP::Info::CDP for details.
See documentation in "GLOBALS" in SNMP::Info::Layer3 for details.
These are methods that return tables of information in the form of a reference to a hash.
Currently looks for rs232, tunnel,loopback,lo,null from $enterasys->interfaces()
The time filter "TimeFilter" implementation continuously increments when walked and we may never reach the end of the table. This behavior can be modified with the "set snmp timefilter break disable" command, unfortunately it is not the default. These methods are overridden to supply a partial value of zero which means no time filter.
See documentation in "TABLE METHODS" in SNMP::Info::MAU for details.
See documentation in "TABLE METHODS" in SNMP::Info::CDP for details.
See documentation in "TABLE METHODS" in SNMP::Info::Layer3 for details.
2023-09-30 | perl v5.36.0 |