SNMP::Info::Layer2::Aruba.3pm

Langue: en

Version: 2006-06-30 (mandriva - 22/10/07)

Section: 3 (Bibliothèques de fonctions)

NAME

SNMP::Info::Layer2::Aruba - SNMP Interface to Aruba wireless switches

AUTHOR

Eric Miller

SYNOPSIS

     my $aruba = new SNMP::Info(
                           AutoSpecify => 1,
                           Debug       => 1,
                           DestHost    => 'myswitch',
                           Community   => 'public',
                           Version     => 2
                         )
 
 
     or die "Can't connect to DestHost.\n";
 
 
     my $class = $aruba->class();
     print " Using device sub class : $class\n";
 
 

DESCRIPTION

SNMP::Info::Layer2::Aruba is a subclass of SNMP::Info that provides an interface to Aruba wireless switches. The Aruba 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.

For speed or debugging purposes you can call the subclass directly, but not after determining a more specific class using the method above.

  my $aruba = new SNMP::Info::Layer2::Aruba(...);
 
 

Inherited Classes

SNMP::Info
SNMP::Info::Bridge

Required MIBs

WLSX-SWITCH-MIB
Inherited Classes' MIBs
See SNMP::Info for its own MIB requirements.

See SNMP::Info::Bridge for its own MIB requirements.

GLOBALS

These are methods that return scalar value from SNMP
$aruba->model()
Returns model type. Cross references $aruba->id() with product IDs in the Aruba MIB.
$aruba->vendor()
Returns 'aruba'
$aruba->os()
Returns 'airos'
$aruba->os_ver()
Returns the software version extracted from sysDescr

Overrides

$aruba->layers()
Returns 00000011. Class emulates Layer 2 functionality for Thin APs through proprietary MIBs.

TABLE ENTRIES

These are methods that return tables of information in the form of a reference to a hash.

Overrides

$aruba->i_index()
Returns reference to map of IIDs to Interface index.

Extends ifIndex to support thin APs as device interfaces.

$aruba->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.
$aruba->i_name()
Interface name. Returns (ifName) for Ethernet interfaces and (apLocation) for thin AP interfaces.
$aruba->bp_index()
Simulates bridge MIB by returning reference to a hash containing the index for both the keys and values.
$aruba->fw_port()
(staAccessPointBSSID) as extracted from the IID.
$aruba->fw_mac()
(staPhyAddress) as extracted from the IID.

Aruba Switch AP Table (wlsxSwitchAccessPointTable)

$aruba->aruba_ap_name()
(apLocation)
$aruba->aruba_ap_ip()
(apIpAddress)

Aruba Switch Station Management Table (wlsxSwitchStationMgmtTable)

$aruba->fw_user()
(staUserName)