SNMP::Info::Layer2::nap222x - SNMP Interface to Nortel 2220 Series Access Points
Eric Miller (eric@jeneric.org)
# Let SNMP::Info determine the correct subclass for you.
my $nap222x = 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 = $nap222x->class(); print "SNMP::Info determined this device to fall under subclass : $class\n";
Provides abstraction to the configuration information obtainable from a Nortel 2220 series wireless Access Points through SNMP.
For speed or debugging purposes you can call the subclass directly, but not after determining a more specific class using the method above.
my $nap222x = new SNMP::Info::Layer2::nap222x(...);
See SNMP::Info::Bridge for its own MIB requirements.
See SNMP::Info::SONMP for its own MIB requirements.
MIBs can be found on the CD that came with your product.
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, Wireless LAN, WLAN - Access Point 2220, Software. Filter on mibs and download the latest version's archive.
These are methods that return scalar value from SNMP
vendor()model()os()os_ver()os_bin()mac()serial()nt_hw_ver()ntWlanSwHardwareVer
nt_cc()ntWlanSwHardwareVer
tftp_action()tftp_host()tftp_file()tftp_type()tftp_result()tftp_xtype()tftp_src_file()ftp_user()ftp_pass()
See documentation in SNMP::Info for details.
See documentation in SNMP::Info::Bridge for details.
See documentation in SNMP::Info::SONMP for details.
These are methods that return tables of information in the form of a reference to a hash.
interfaces()i_ignore()i_duplex()ntWlanPortSpeedDpxStatus
i_duplex_admin()ntWlanPortCapabilities
i_name()bp_index()
See documentation in SNMP::Info for details.
See documentation in SNMP::Info::Bridge for details.
See documentation in SNMP::Info::SONMP for details.