SNMP::Info::Layer3::AlteonAD - Perl5 Interface to Nortel Networks' Alteon Ace Director Series Layer 2-7 Switches.
Eric Miller (eric@jeneric.org)
# Let SNMP::Info determine the correct subclass for you.
my $alteon = 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.\n";
my $class = $alteon->class(); print "SNMP::Info determined this device to fall under subclass : $class\n";
Abstraction subclass for Layer 2-7 load balancing switches running Nortel Networks' Alteon Web OS Traffic Control Software.
For speed or debugging purposes you can call the subclass directly, but not after determining a more specific class using the method above.
my $alteon = new SNMP::Info::Layer3::AlteonAD(...);
Or, they can be downloaded directly from Nortel Networks regardless of support contract status. Go to http://www.nortelnetworks.com Techninal Support, Browse Technical Support, Select by Product Families, Alteon, Alteon Web OS Traffic Control Software, Software. Filter on mibs and download the latest version's archive.
See SNMP::Info::Bridge for its own MIB requirements.
These are methods that return scalar value from SNMP
model()vendor()os()os_ver()root_ip()tftp_action()tftp_host()tftp_file()tftp_result()
See documentation in SNMP::Info for details.
See documentation in SNMP::Info::Bridge for details.
These are methods that return tables of information in the form of a reference to a hash.
interfaces()Utilizes description for network interfaces. Ports are determined by formula (ifIndex mod 256).
i_duplex()i_duplex_admin()i_vlan()i_name()bp_index()
at_index()(ipNetToMediaIfIndex)
at_paddr()(ipNetToMediaPhysAddress)
at_netaddr()(ipNetToMediaNetAddress)
See documentation in SNMP::Info for details.
See documentation in SNMP::Info::Bridge for details.