SNMP::Info::Layer3::Aironet

SNMP::Info::Layer3::Aironet is a Perl5 Interface to Cisco Aironet Wireless Devices running Aironet software, not IOS.
Download

SNMP::Info::Layer3::Aironet Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Max Baker
  • Publisher web site:
  • http://search.cpan.org/~emiller/SNMP-Info-1.04/Info.pm

SNMP::Info::Layer3::Aironet Tags


SNMP::Info::Layer3::Aironet Description

SNMP::Info::Layer3::Aironet is a Perl5 Interface to Cisco Aironet Wireless Devices running Aironet software, not IOS. SNMP::Info::Layer3::Aironet is a Perl5 Interface to Cisco Aironet Wireless Devices running Aironet software, not IOS.SYNOPSIS # Let SNMP::Info determine the correct subclass for you. my $aironet = 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 = $aironet->class(); print "SNMP::Info determined this device to fall under subclass : $classn";SNMP::Info subclass to provide access to SNMP data for an Aironet device running Aironet software, not cisco IOS.Note there are two classes for Aironet devices :SNMP::Info::Layer3::AironetThis class is for devices running Aironet software (older)SNMP::Info::Layer2::AironetThis class is for devices running Cisco IOS software (newer)For speed or debugging purposes you can call the subclass directly, but not after determining a more specific class using the method above. my $aironet = new SNMP::Info::Layer3::Aironet(...);Inherited ClassesSNMP::Info::Layer3Required MIBsAWCVX-MIB IEEE802dot11-MIBThese MIBs are now included in the v2.tar.gz archive available from ftp.cisco.com. Make sure you have a current version. Requirements: · Perl


SNMP::Info::Layer3::Aironet Related Software