-
Notifications
You must be signed in to change notification settings - Fork 29
/
AIRPORT-BASESTATION-3-MIB
420 lines (352 loc) · 11.1 KB
/
AIRPORT-BASESTATION-3-MIB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
AIRPORT-BASESTATION-3-MIB
DEFINITIONS ::= BEGIN
IMPORTS
enterprises, MODULE-IDENTITY, OBJECT-TYPE, IpAddress
FROM SNMPv2-SMI
PhysAddress
FROM RFC1213-MIB
DisplayString
FROM SNMPv2-TC;
baseStation3 MODULE-IDENTITY
LAST-UPDATED "200301160001Z"
ORGANIZATION "Apple Computer, Inc."
CONTACT-INFO
" Apple Computer, Inc.
Postal: 1 Infinite Loop
Cupertino, CA 95014
USA
Tel: +1-408-996-1010"
DESCRIPTION
"Management information base in SMI v2 for the AirPort and AirPort Extreme Base Station (v3)."
::= { airport 3 }
apple OBJECT IDENTIFIER ::= { enterprises 63 }
airport OBJECT IDENTIFIER ::= { apple 501 }
-- (c) 2003 Apple Computer, Inc. All rights reserved. Apple, the Apple logo,
-- AirPort, and AirPort Extreme are trademarks of Apple Computer, Inc.,
-- registered in the U.S. and other countries.
-- system configuration information
abs3SysConf OBJECT IDENTIFIER ::= { baseStation3 1 }
sysConfName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Configured name of the AirPort Base Station."
::= { abs3SysConf 1 }
sysConfContact OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Configured name of the contact for the AirPort Base Station."
::= { abs3SysConf 2 }
sysConfLocation OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Configured name of where the AirPort Base Station is located."
::= { abs3SysConf 3 }
sysConfUptime OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Length of time, in seconds, the AirPort Base Station has been running."
::= { abs3SysConf 4 }
sysConfFirmwareVersion OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Current firmware revision running on the AirPort Base Station."
::= { abs3SysConf 5 }
-- TBD: additional configuration/status information
-- NAT state
-- DHCP state
-- briding state
-- product information (Snow, Extreme, etc)
-- USB information
-- list of attached devices, each one with status info
-- print server information
-- list of printers, each one with number of jobs received,
-- logging
-- information about wireless clients
wireless OBJECT IDENTIFIER ::= { baseStation3 2 }
wirelessNumber OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of wireless clients associated with this AP."
::= { wireless 1 }
wirelessClientsTable OBJECT-TYPE
SYNTAX SEQUENCE OF WirelessClient
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A list of wireless clients."
::= { wireless 2 }
wirelessClient OBJECT-TYPE
SYNTAX WirelessClient
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A wireless client entry containing information about the client."
INDEX { wirelessPhysAddress }
::= { wirelessClientsTable 1 }
WirelessClient ::= SEQUENCE {
-- the following information is provided by the access point driver (i.e., this is information it knows about the wireless STA)
wirelessPhysAddress
PhysAddress,
wirelessType
INTEGER,
wirelessDataRates
DisplayString,
wirelessTimeAssociated
INTEGER,
wirelessLastRefreshTime
INTEGER,
-- the following information is obtained from the client, via a communication protocol between the AP and STA/WDS node
-- and therefore, it is only supported by Apple STA/AP drivers
-- the information is refreshed once each time it is requested, but since some STAs will not implement this
-- protocol, we provide an indication of how long it has been since the data was refreshed. if that value
-- is zero, then it means we have never obtained this information from the clients
wirelessStrength
INTEGER,
wirelessNoise
INTEGER,
wirelessRate
INTEGER,
wirelessNumRX
INTEGER,
wirelessNumTX
INTEGER,
wirelessNumRXErrors
INTEGER,
wirelessNumTXErrors
INTEGER
}
wirelessPhysAddress OBJECT-TYPE
SYNTAX PhysAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The MAC address of the wireless client."
::= { wirelessClient 1 }
wirelessType OBJECT-TYPE
SYNTAX INTEGER {
sta(1),
wds(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The type of wireless client node."
::= { wirelessClient 2 }
wirelessDataRates OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The data rates available for the wireless client."
::= { wirelessClient 3 }
wirelessTimeAssociated OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The time that this wireless client associated."
::= { wirelessClient 4 }
wirelessLastRefreshTime OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of seconds since the client reported its statistics to the AirPort Base Station (-1 if never refreshed or not supported)."
::= { wirelessClient 5 }
wirelessStrength OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The signal strength reported by the wireless client (-1 if not supported)."
::= { wirelessClient 6 }
wirelessNoise OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The noise reported by the wireless client (-1 if not supported)."
::= { wirelessClient 7 }
wirelessRate OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The rate reported by the wireless client (-1 if not supported)."
::= { wirelessClient 8 }
wirelessNumRX OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of packets received reported by the wireless client (-1 if not supported)."
::= { wirelessClient 9 }
wirelessNumTX OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of packets transmitted reported by this wireless client (-1 if not supported)."
::= { wirelessClient 10 }
wirelessNumRXErrors OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of errors encountered receiving packets reported by this wireless client (-1 if not supported)."
::= { wirelessClient 11 }
wirelessNumTXErrors OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of errors encountered transmitting packets reported by this wireless client (-1 if not supported)."
::= { wirelessClient 12 }
-- information about DHCP server
dhcpServer OBJECT IDENTIFIER ::= { baseStation3 3 }
dhcpNumber OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of DHCP clients served by the AirPort base station."
::= { dhcpServer 1 }
dhcpClientsTable OBJECT-TYPE
SYNTAX SEQUENCE OF DHCPClient
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A list of DHCP clients."
::= { dhcpServer 2 }
dhcpClient OBJECT-TYPE
SYNTAX DHCPClient
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A DHCP client entry containing information about the client."
INDEX { dhcpPhysAddress }
::= { dhcpClientsTable 1 }
DHCPClient ::= SEQUENCE {
-- indexed by phys address, since it is unique per client
dhcpPhysAddress
PhysAddress,
dhcpIpAddress
IpAddress,
dhcpClientID
OCTET STRING,
dhcpLeaseTime
INTEGER
}
dhcpPhysAddress OBJECT-TYPE
SYNTAX PhysAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The MAC address of the DHCP client."
::= { dhcpClient 1 }
dhcpIpAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The IP address of the DHCP client."
::= { dhcpClient 2 }
dhcpClientID OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The DHCP client ID of the DHCP client."
::= { dhcpClient 3 }
dhcpLeaseTime OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The lease time for the DHCP client."
::= { dhcpClient 4 }
-- physical interfaces table
physicalInterfaces OBJECT IDENTIFIER ::= { baseStation3 4 }
physicalInterfaceCount OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of physical interfaces on the AirPort Base Station. This is different than the number of IP interfaces, as reported by the system MIBs, as the AirPort's bridge typically multiplexes two or more interfaces."
::= { physicalInterfaces 1 }
physicalInterfacesTable OBJECT-TYPE
SYNTAX SEQUENCE OF PhysicalInterface
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "List of physical interfaces on the AirPort Base Station."
::= { physicalInterfaces 2 }
physicalInterface OBJECT-TYPE
SYNTAX PhysicalInterface
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Entry containing data about the physical interface on the AirPort Base Station."
INDEX { physicalInterfaceIndex }
::= { physicalInterfacesTable 1 }
PhysicalInterface ::= SEQUENCE {
physicalInterfaceIndex INTEGER,
physicalInterfaceName OCTET STRING,
physicalInterfaceUnit INTEGER,
physicalInterfaceSpeed INTEGER,
physicalInterfaceState INTEGER,
physicalInterfaceDuplex INTEGER,
physicalInterfaceNumTX INTEGER,
physicalInterfaceNumRX INTEGER,
physicalInterfaceNumTXError INTEGER,
physicalInterfaceNumRXError INTEGER
}
physicalInterfaceIndex OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "A unique value for each physical interface. Its value ranges between 1 and the value of physicalInterfaceCount."
::= { physicalInterface 1 }
physicalInterfaceName OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The name of the physical interface."
::= { physicalInterface 2 }
physicalInterfaceUnit OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The unit number of the physical interface."
::= { physicalInterface 3 }
physicalInterfaceSpeed OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The speed, in bits per second, of the interface."
::= { physicalInterface 4 }
physicalInterfaceState OBJECT-TYPE
SYNTAX INTEGER {
linkDown(0),
linkUp(1)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The status of this interface."
::= { physicalInterface 5 }
physicalInterfaceDuplex OBJECT-TYPE
SYNTAX INTEGER {
half(0),
full(1)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The duplex-state of this interface."
::= { physicalInterface 6 }
physicalInterfaceNumTX OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of packets transmitted on this interface."
::= { physicalInterface 7 }
physicalInterfaceNumRX OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of packets received on this interface."
::= { physicalInterface 8 }
physicalInterfaceNumTXError OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of errors during transmission on this interface."
::= { physicalInterface 9 }
physicalInterfaceNumRXError OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of errors during reception on this interface."
::= { physicalInterface 10 }
END