SNMP::Info::NortelStack is a subclass of the SNMP::Info Perl class that provides an interface to S5-AGENT-MIB and S5-CHASSIS-MIB.
SYNOPSIS
# Let SNMP::Info determine the correct subclass for you.
my $stack = new SNMP::Info(
AutoSpecify => 1,
Debug => 1,
# These arguments are passed directly on to SNMP::Session
DestHost => 'myswitch',
Community => 'public',
Version => 2
)
or die "Can't connect to DestHost.
";
my $class = $stack->class();
print "SNMP::Info determined this device to fall under subclass : $class
";
These MIBs are used across the Nortel Stackable Ethernet Switches (BayStack), as well as, older Nortel devices such as the Centillion family of ATM switches.
Use or create in a subclass of SNMP::Info. Do not use directly.
Product's homepage
Requirements:
· Perl