SNMP::Info::Airespace

SNMP::Info::Airespace is a SNMP Interface to Airespace wireless switches.
Download

SNMP::Info::Airespace Ranking & Summary

Advertisement

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

SNMP::Info::Airespace Tags


SNMP::Info::Airespace Description

SNMP::Info::Airespace is a SNMP Interface to Airespace wireless switches. SNMP::Info::Airespace is a SNMP Interface to Airespace wireless switches.SYNOPSIS my $airespace = new SNMP::Info( AutoSpecify => 1, Debug => 1, DestHost => 'myswitch', Community => 'public', Version => 2 ) or die "Can't connect to DestHost.n"; my $class = $airespace->class(); print " Using device sub class : $classn";SNMP::Info::Airespace is a subclass of SNMP::Info that provides an interface to AIRESPACE-WIRELESS-MIB and AIRESPACE-SWITCHING-MIB. These MIBs are used in Airespace wireless switches, as well as, products from Cisco, Nortel, and Alcatel which are based upon the Airespace platform.The Airespace platform utilizes intelligent wireless switches which control thin access points. The thin access points themselves are unable to be polled for end station information.This class emulates bridge functionality for the wireless switch. This enables end station MAC addresses collection and correlation to the thin access point the end station is using for communication.Normally you use or create a subclass of SNMP::Info that inherits this one. Do not use directly.For debugging purposes call the class directly as you would SNMP::Info my $airespace = new SNMP::Info::Airespace(...);TABLE ENTRIESThese are methods that return tables of information in the form of a reference to a hash.Overrides$airespace->i_index()Returns reference to map of IIDs to Interface index.Extends ifIndex to support thin APs as device interfaces.$airespace->interfaces()Returns reference to map of IIDs to ports. Thin APs are implemented as device interfaces. The thin AP MAC address is used as the port identifier.$airespace->i_name()Interface name. Returns (ifName) for Ethernet interfaces and (bsnAPName) for thin AP interfaces.$airespace->i_description()Description of the interface. Returns (ifDescr) for Ethernet interfaces and (bsnAPLocation) for thin AP interfaces.$airespace->i_duplex()Returns reference to map of IIDs to current link duplex. Ethernet interfaces only.$airespace->i_duplex_admin()Returns reference to hash of IIDs to admin duplex setting. Ethernet interfaces only.$airespace->bp_index()Simulates bridge MIB by returning reference to a hash containing the index for both the keys and values.$airespace->fw_port()(bsnMobileStationAPMacAddr)$airespace->fw_mac()(bsnMobileStationMacAddress)AIRESPACE AP Table (bsnAPTable)$airespace->airespace_ap_mac()(bsnAPDot3MacAddress)$airespace->airespace_ap_name()(bsnAPName)$airespace->airespace_ap_ip()(bsnApIpAddress)$airespace->airespace_ap_loc()(bsnAPLocation)$airespace->airespace_ap_model()(bsnAPModel)$airespace->airespace_ap_serial()(bsnAPSerialNumber)AIRESPACE Agent Port Config Table (agentPortConfigTable)$airespace->airespace_duplex_admin()(agentPortPhysicalMode)$airespace->airespace_duplex()(agentPortPhysicalStatus) Requirements: · Perl


SNMP::Info::Airespace Related Software