1SNMP::Info::Layer2::AerUosheirveC(o3nptmr)ibuted Perl DoScNuMmPe:n:tIantfioo:n:Layer2::Aerohive(3pm)
2
3
4
6 SNMP::Info::Layer2::Aerohive - SNMP Interface to Aerohive / Extreme
7 access points
8
10 Eric Miller
11
13 # Let SNMP::Info determine the correct subclass for you.
14 my $aerohive = new SNMP::Info(
15 AutoSpecify => 1,
16 Debug => 1,
17 DestHost => 'myswitch',
18 Community => 'public',
19 Version => 2
20 )
21 or die "Can't connect to DestHost.\n";
22
23 my $class = $aerohive->class();
24 print "SNMP::Info determined this device to fall under subclass : $class\n";
25
27 Provides abstraction to the configuration information obtainable from
28 an Aerohive / Extreme wireless access point through SNMP.
29
30 Inherited Classes
31 SNMP::Info::Layer2
32
33 Required MIBs
34 AH-SYSTEM-MIB
35 AH-INTERFACE-MIB
36
37 Inherited MIBs
38 See "Required MIBs" in SNMP::Info::Layer2 for its MIB requirements.
39
41 These are methods that return scalar value from SNMP.
42
43 $aerohive->vendor()
44 Returns 'aerohive'.
45
46 $aerohive->os()
47 Returns 'hiveos'.
48
49 $aerohive->serial()
50 Returns the serial number extracted from "ahSystemSerial".
51
52 $aerohive->os_ver()
53 Returns the OS version extracted from "sysDescr".
54
55 $aerohive->os_bin()
56 Returns the firmware version extracted from "ahFirmwareVersion".
57
58 $aerohive->mac()
59 Returns the base mac address of the aerohive unit from an
60 undocumented snmp oid. if this oid is not available it will walk
61 all interfaces and return the lowest numbered mac address.
62
63 $aerohive->model()
64 Returns the model extracted from "sysDescr".
65
66 Overrides
67 $aerohive->layers()
68 Returns 00000111. Layer 2 and Layer 3 functionality through
69 proprietary MIBs.
70
71 Global Methods imported from SNMP::Info::Layer2
72 See "GLOBALS" in SNMP::Info::Layer2 for details.
73
75 These are methods that return tables of information in the form of a
76 reference to a hash.
77
78 $aerohive->i_ssidlist()
79 Returns reference to hash. SSID's recognized by the radio
80 interface.
81
82 $aerohive->i_ssidmac()
83 With the same keys as i_ssidlist, returns the Basic service set
84 identification (BSSID), MAC address, the AP is using for the SSID.
85
86 $aerohive->i_80211channel()
87 Returns reference to hash. Current operating frequency channel of
88 the radio interface.
89
90 "ahRadioChannel"
91
92 $aerohive->dot11_cur_tx_pwr_mw()
93 Returns reference to hash. Current transmit power, in milliwatts,
94 of the radio interface.
95
96 "ahRadioTxPower"
97
98 $aerohive->cd11_port()
99 Returns radio interfaces.
100
101 $aerohive->cd11_mac()
102 Returns client radio interface MAC addresses.
103
104 Overrides
105 $aerohive->bp_index()
106 Simulates bridge MIB by returning reference to a hash mapping
107 i_index() to the interface iid.
108
109 $aerohive->qb_fw_port()
110 Returns reference to hash of forwarding table entries port
111 interface identifier (iid).
112
113 $aerohive->qb_fw_mac()
114 Returns reference to hash of forwarding table MAC Addresses.
115
116 "ahClientMac"
117
118 $aerohive->qb_fw_vlan()
119 Returns reference to hash of forwarding table entries VLAN ID.
120
121 "ahClientVLAN"
122
123 Arp Cache Table Augmentation
124 The AP has knowledge of MAC->IP mappings for wireless clients.
125 Augmenting the arp cache data with these MAC->IP mappings enables
126 visibility for stations that only communicate locally.
127
128 $aerohive->at_paddr()
129 "ahClientMac"
130
131 $aerohive->at_netaddr()
132 "ahClientIP"
133
134 Table Methods imported from SNMP::Info::Layer2
135 See "TABLE METHODS" in SNMP::Info::Layer2 for details.
136
137
138
139perl v5.38.0 2023-09-04 SNMP::Info::Layer2::Aerohive(3pm)