1SNMP::Info::Layer2::NAPU2s2e2rx(C3o)ntributed Perl DocumSeNnMtPa:t:iIonnfo::Layer2::NAP222x(3)
2
3
4
6 SNMP::Info::Layer2::NAP222x - SNMP Interface to Nortel 2220 Series
7 Access Points
8
10 Eric Miller
11
13 # Let SNMP::Info determine the correct subclass for you.
14 my $nap222x = 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 = $nap222x->class();
24 print "SNMP::Info determined this device to fall under subclass : $class\n";
25
27 Provides abstraction to the configuration information obtainable from a
28 Nortel 2220 series wireless Access Points through SNMP.
29
30 Inherited Classes
31 SNMP::Info::SONMP
32 SNMP::Info::IEEE802dot11
33 SNMP::Info::Layer2
34
35 Required MIBs
36 NORTEL-WLAN-AP-MIB
37
38 Inherited MIBs
39 See "Required MIBs" in SNMP::Info::SONMP for its MIB requirements.
40
41 See "Required MIBs" in SNMP::Info::IEEE802dot11 for its MIB
42 requirements.
43
44 See "Required MIBs" in SNMP::Info::Layer2 for its MIB requirements.
45
47 These are methods that return scalar value from SNMP
48
49 $nap222x->model()
50 Returns the model extracted from "sysDescr".
51
52 $nap222x->os()
53 Returns 'nortel'
54
55 $nap222x->os_bin()
56 Returns the firmware version extracted from "ntWlanSwBootRomVer".
57
58 $nap222x->mac()
59 Returns the MAC address of the first Ethernet Interface.
60
61 $nap222x->serial()
62 Returns the MAC address of the first Ethernet Interface.
63
64 $nap222x->nt_hw_ver()
65 Returns the hardware version.
66
67 ("ntWlanSwHardwareVer")
68
69 $nap222x->nt_cc()
70 Returns the country code of the AP.
71
72 ("ntWlanSwHardwareVer")
73
74 $nap222x->tftp_action()
75 ("ntWlanTransferStart")
76
77 $nap222x->tftp_host()
78 ("ntWlanFileServer")
79
80 $nap222x->tftp_file()
81 ("ntWlanDestFile")
82
83 $nap222x->tftp_type()
84 ("ntWlanFileType")
85
86 $nap222x->tftp_result()
87 ("ntWlanFileTransferStatus")
88
89 $nap222x->tftp_xtype()
90 ("ntWlanTransferType")
91
92 $nap222x->tftp_src_file()
93 ("ntWlanSrcFile")
94
95 $nap222x->ftp_user()
96 ("ntWlanUserName")
97
98 $nap222x->ftp_pass()
99 ("ntWlanPassword")
100
101 Globals imported from SNMP::Info::SONMP
102 See "GLOBALS" in SNMP::Info::SONMP for details.
103
104 Global Methods imported from SNMP::Info::IEEE802dot11
105 See "GLOBALS" in SNMP::Info::IEEE802dot11 for details.
106
107 Global Methods imported from SNMP::Info::Layer2
108 See "GLOBALS" in SNMP::Info::Layer2 for details.
109
111 These are methods that return tables of information in the form of a
112 reference to a hash.
113
114 Overrides
115 $nap222x->interfaces()
116 Returns reference to map of IIDs to physical ports.
117
118 $nap222x->i_duplex()
119 Returns reference to hash. Maps port operational duplexes to IIDs.
120
121 ("ntWlanPortSpeedDpxStatus")
122
123 $nap222x->i_duplex_admin()
124 Returns reference to hash. Maps port admin duplexes to IIDs.
125
126 ("ntWlanPortCapabilities")
127
128 $nap222x->i_name()
129 Returns a human name based upon port description.
130
131 $nap222x->bp_index()
132 Returns a mapping between "ifIndex" and the Bridge Table. This
133 does not exist in the MIB and bridge port index is not the same as
134 "ifIndex" so it is created.
135
136 $nap222x->i_ssidlist()
137 Returns reference to hash. SSID's recognized by the radio
138 interface.
139
140 $nap222x->i_ssidbcast()
141 Returns reference to hash. Indicates whether the SSID is
142 broadcast.
143
144 $nap222x->i_80211channel()
145 Returns reference to hash. Current operating frequency channel of
146 the radio interface.
147
148 $nap222x->i_vlan()
149 The default Vlan ID of the radio interfaces.
150
151 ("ntWlanApVlanDefaultVid")
152
153 Table Methods imported from SNMP::Info::SONMP
154 See "TABLE METHODS" in SNMP::Info::SONMP for details.
155
156 Table Methods imported from SNMP::Info::IEEE802dot11
157 See "TABLE METHODS" in SNMP::Info::IEEE802dot11 for details.
158
159 Table Methods imported from SNMP::Info::Layer2
160 See "TABLE METHODS" in SNMP::Info::Layer2 for details.
161
162
163
164perl v5.30.1 2020-01-30 SNMP::Info::Layer2::NAP222x(3)