1SNMP::Info::Layer2::AirUessepracCeo(n3t)ributed Perl DocSuNmMePn:t:aItnifoon::Layer2::Airespace(3)
2
3
4
6 SNMP::Info::Layer2::Airespace - SNMP Interface to Cisco (Airespace)
7 Wireless Controllers
8
10 Eric Miller
11
13 #Let SNMP::Info determine the correct subclass for you.
14
15 my $airespace = new SNMP::Info(
16 AutoSpecify => 1,
17 Debug => 1,
18 DestHost => 'myswitch',
19 Community => 'public',
20 Version => 2
21 )
22
23 or die "Can't connect to DestHost.\n";
24
25 my $class = $airespace->class();
26 print " Using device sub class : $class\n";
27
29 Provides abstraction to the configuration information obtainable from
30 Cisco (Airespace) Wireless Controllers through SNMP.
31
32 Inherited Classes
33 SNMP::Info::Airespace
34 SNMP::Info::CDP
35 SNMP::Info::Bridge
36
37 Required MIBs
38 CISCO-LWAPP-DOT11-CLIENT-MIB
39 CISCO-LWAPP-DOT11-MIB
40 CISCO-LWAPP-AP-MIB
41 Inherited Classes' MIBs
42 See "Required MIBs" in SNMP::Info::Airespace for its own MIB
43 requirements.
44
45 See "Required MIBs" in SNMP::Info::CDP for its own MIB
46 requirements.
47
48 See "Required MIBs" in SNMP::Info::Bridge for its own MIB
49 requirements.
50
52 These are methods that return scalar value from SNMP
53
54 $airespace->vendor()
55 Returns 'cisco'
56
57 $airespace->os()
58 Returns 'cisco'
59
60 $airespace->model()
61 ("agentInventoryMachineModel")
62
63 Global Methods imported from SNMP::Info::Airespace
64 See documentation in "GLOBALS" in SNMP::Info::Airespace for details.
65
66 Global Methods imported from SNMP::Info::CDP
67 See documentation in "GLOBALS" in SNMP::Info::CDP for details.
68
69 Globals imported from SNMP::Info::Bridge
70 See documentation in "GLOBALS" in SNMP::Info::Bridge for details.
71
73 These are methods that return tables of information in the form of a
74 reference to a hash.
75
76 cd11_mac()
77 Returns client radio interface MAC addresses.
78
79 cd11_txrate()
80 Returns client transmission speed in Mbs.
81
82 Overrides
83 i_mac()
84 Adds AP Ethernet MAC as port mac on radio ports from
85 "CISCO-LWAPP-AP-MIB".
86
87 Table Methods imported from SNMP::Info::Airespace
88 See documentation in "TABLE METHODS" in SNMP::Info::Airespace for
89 details.
90
91 Table Methods imported from SNMP::Info::CDP
92 See documentation in "TABLE METHODS" in SNMP::Info::CDP for details.
93
94 Table Methods imported from SNMP::Info::Bridge
95 See documentation in "TABLE METHODS" in SNMP::Info::Bridge for details.
96
98 munge_cd11n_ch_bw()
99 Converts 802.11n channel bandwidth to either 20 or 40.
100
101 munge_cd11_proto()
102 Converts 802.11n 2.4Ghz to 1 and 5Ghz to 2 to correspond to the
103 ("cldHtMacOperationsTable") index.
104
105 munge_cd11_rateset()
106 Converts rate set to array.
107
108
109
110perl v5.36.1 2023-07-17 SNMP::Info::Layer2::Airespace(3)