These are methods that return tables of information in the form of a reference to a hash.
$aruba->i_80211channel()
Returns reference to hash. Current operating frequency channel of the radio interface.
("wlanAPRadioChannel")
$aruba->dot11_cur_tx_pwr_mw()
Returns reference to hash. Current transmit power, in milliwatts, of the radio interface.
("wlanAPRadioTransmitPower")
$aruba->i_ssidlist()
Returns reference to hash. SSID's recognized by the radio interface.
("wlanAPESSID")
$aruba->i_ssidbcast()
Returns reference to hash. Indicates whether the SSID is broadcast, true or false.
("wlsrHideSSID")
$aruba->i_ssidmac()
With the same keys as i_ssidlist, returns the Basic service set identification (BSSID), MAC address,
the AP is using for the SSID.
$aruba->cd11_mac()
Returns client radio interface MAC addresses.
$aruba->cd11_sigqual()
Returns client signal quality.
$aruba->cd11_txrate()
Returns to hash of arrays. Client transmission speed in Mbs.
$aruba->cd11_rxbyte()
Total bytes received by the wireless client.
$aruba->cd11_txbyte()
Total bytes transmitted by the wireless client.
$aruba->cd11_rxpkt()
Total packets received by the wireless client.
$aruba->cd11_txpkt()
Total packets transmitted by the wireless client.
Overrides
$aruba->i_index()
Returns reference to map of IIDs to Interface index.
Extends "ifIndex" to support 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 and radio number ("wlanAPRadioNumber") are combined as the port identifier.
$aruba->i_name()
Interface name. Returns ("ifName") for Ethernet interfaces and ("wlanAPRadioAPName") for AP
interfaces.
$aruba->i_description()
Returns reference to map of IIDs to interface descriptions. Returns "ifDescr" for Ethernet
interfaces and the Fully Qualified Location Name ("wlanAPFQLN") for AP interfaces.
$aruba->i_type()
Returns reference to map of IIDs to interface types. Returns "ifType" for Ethernet interfaces and
"wlanAPRadioType" for AP interfaces.
$aruba->i_up()
Returns reference to map of IIDs to link status of the interface. Returns "ifOperStatus" for
Ethernet interfaces and "wlanAPStatus" for AP interfaces.
$aruba->i_up_admin()
Returns reference to map of IIDs to administrative status of the interface. Returns "ifAdminStatus"
for Ethernet interfaces and "wlanAPStatus" for AP interfaces.
$aruba->i_mac()
Interface MAC address. Returns interface MAC address for Ethernet interfaces of ports and APs.
$aruba->i_duplex()
Returns reference to map of IIDs to current link duplex. Ethernet interfaces only.
$aruba->v_index()
Returns VLAN IDs.
$aruba->v_name()
Human-entered name for vlans.
$aruba->i_vlan()
Returns reference to map of IIDs to VLAN ID of the interface.
$aruba->i_vlan_membership()
Returns reference to hash of arrays: key = "ifIndex", value = array of VLAN IDs. These are the VLANs
for which the port is a member.
$aruba->i_vlan_membership_untagged()
Returns reference to hash of arrays: key = "ifIndex", value = array of VLAN IDs. These are the VLANs
which are members of the untagged egress list for the port.
$aruba->bp_index()
Augments the bridge MIB by returning reference to a hash containing the index mapping of BSSID to
device port (AP).
$aruba->fw_port()
Augments the bridge MIB by including the BSSID a wireless end station is communicating through
("nUserApBSSID").
$aruba->fw_mac()
Augments the bridge MIB by including the wireless end station MAC ("nUserApBSSID") as extracted from
the IID.
$aruba->qb_fw_vlan()
Augments the bridge MIB by including wireless end station VLANs ("nUserCurrentVlan").
PseudoENTITY-MIBinformation
These methods emulate ENTITY-MIB Physical Table methods using WLSX-WLAN-MIB and WLSX-SYSTEMEXT-MIB. APs
are included as subcomponents of the wireless controller.
$aruba->e_index()
Returns reference to hash. Key: IID and Value: Integer. The index for APs is created with an integer
representation of the last three octets of the AP MAC address.
$aruba->e_class()
Returns reference to hash. Key: IID, Value: General hardware type. Returns 'ap' for wireless access
points.
$aruba->e_name()
More computer friendly name of entity. Name is 'WLAN Controller' for the chassis, Card # for
modules, or 'AP'.
$aruba->e_descr()
Returns reference to hash. Key: IID, Value: Human friendly name.
$aruba->e_model()
Returns reference to hash. Key: IID, Value: Model name.
$aruba->e_type()
Returns reference to hash. Key: IID, Value: Type of component.
$aruba->e_hwver()
Returns reference to hash. Key: IID, Value: Hardware revision.
$aruba->e_swver()
Returns reference to hash. Key: IID, Value: Software revision.
$aruba->e_vendor()
Returns reference to hash. Key: IID, Value: aruba.
$aruba->e_serial()
Returns reference to hash. Key: IID, Value: Serial number.
$aruba->e_pos()
Returns reference to hash. Key: IID, Value: The relative position among all entities sharing the
same parent. Chassis cards are ordered to come before APs.
$aruba->e_parent()
Returns reference to hash. Key: IID, Value: The value of e_index() for the entity which 'contains'
this entity.
PowerOverEthernetPortTable
These methods emulate the POWER-ETHERNET-MIB Power Source Entity (PSE) Port Table "pethPsePortTable"
methods using the WLSX-POE-MIB Power over Ethernet Port Table "wlsxPsePortTable".
$aruba->peth_port_ifindex()
Creates an index of module.port to align with the indexing of the "wlsxPsePortTable" with a value of
"ifIndex". The module defaults 1 if otherwise unknown.
$aruba->peth_port_admin()
Administrative status: is this port permitted to deliver power?
"wlsxPsePortAdminStatus"
$aruba->peth_port_status()
Current status: is this port delivering power.
$aruba->peth_port_class()
Device class: if status is delivering power, this represents the 802.3af class of the device being
powered.
$aruba->peth_port_neg_power()
The power, in milliwatts, that has been committed to this port. This value is derived from the
802.3af class of the device being powered.
$aruba->peth_port_power()
The power, in milliwatts, that the port is delivering.
PowerOverEthernetModuleTable
These methods emulate the POWER-ETHERNET-MIB Main Power Source Entity (PSE) Table "pethMainPseTable"
methods using the WLSX-POE-MIB Power over Ethernet Port Table "wlsxPseSlotTable".
$aruba->peth_power_watts()
The power supply's capacity, in watts.
$aruba->peth_power_status()
The power supply's operational status.
$aruba->peth_power_consumption()
How much power, in watts, this power supply has been committed to deliver.
ArpCacheTableAugmentation
The controller has knowledge of MAC->IP mappings for wireless clients. Augmenting the arp cache data
with these MAC->IP mappings enables visibility for stations that only communicate locally. We also
capture the AP MAC->IP mappings.
$aruba->at_paddr()
Adds MAC addresses extracted from the index of "nUserApBSSID".
$aruba->at_netaddr()
Adds IP addresses extracted from the index of "nUserApBSSID".
TableMethodsimportedfromSNMP::Info::Layer3
See "TABLE METHODS" in SNMP::Info::Layer3 for details.