-
Notifications
You must be signed in to change notification settings - Fork 59
/
Copy pathCISCO-LWAPP-TSM-MIB.mib
831 lines (712 loc) · 33.2 KB
/
CISCO-LWAPP-TSM-MIB.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
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
-- *******************************************************************
-- CISCO-LWAPP-TSM-MIB.my
-- December 2005, Bharat Biswal, Devesh Pujari, Prasanna Viswakumar
--
-- Copyright (c) 2005, 2006 by Cisco Systems, Inc.
-- All rights reserved.
-- *******************************************************************
--
CISCO-LWAPP-TSM-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY,
OBJECT-TYPE,
Unsigned32
FROM SNMPv2-SMI
MODULE-COMPLIANCE,
OBJECT-GROUP
FROM SNMPv2-CONF
MacAddress,
TimeInterval,
TimeStamp,
TruthValue
FROM SNMPv2-TC
ciscoMgmt
FROM CISCO-SMI
cLApSysMacAddress,
cLApDot11IfSlotId
FROM CISCO-LWAPP-AP-MIB
CLTsmDot11CurrentPackets
FROM CISCO-LWAPP-TC-MIB;
--********************************************************************
--* MODULE IDENTITY
--********************************************************************
ciscoLwappTsmMIB MODULE-IDENTITY
LAST-UPDATED "200604170000Z"
ORGANIZATION "Cisco Systems Inc."
CONTACT-INFO
" Cisco Systems,
Customer Service
Postal: 170 West Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
Email: [email protected]"
DESCRIPTION
"This MIB is intended to be implemented on all those
devices operating as Central controllers, that
terminate the Light Weight Access Point Protocol
tunnel from Cisco Light-weight LWAPP Access Points.
Network management stations learn the audio/video
traffic quality observed on WLANs through this MIB.
The relationship between CC and the LWAPP APs
can be depicted as follows:
+......+ +......+ +......+
+ + + + + +
+ CC + + CC + + CC +
+ + + + + +
+......+ +......+ +......+
.. . .
.. . .
. . . .
. . . .
. . . .
. . . .
+......+ +......+ +......+ +......+
+ + + + + + + +
+ AP + + AP + + AP + + AP +
+ + + + + + + +
+......+ +......+ +......+ +......+
. . .
. . . .
. . . .
. . . .
. . . .
+......+ +......+ +......+ +......+
+ + + + + + + +
+ MN + + MN + + MN + + MN +
+ + + + + + + +
+......+ +......+ +......+ +......+
The LWAPP tunnel exists between the controller and
the APs. The MNs communicate with the APs through
the protocol defined by the 802.11 standard.
LWAPP APs, upon bootup, discover and join one of the
controllers and the controller pushes the configuration,
that includes the WLAN parameters, to the LWAPP APs.
The APs then encapsulate all the 802.11 frames from
wireless clients inside LWAPP frames and forward
the LWAPP frames to the controller.
This MIB provides the information about the per-client
/per-AP packet latency, packet jitter, packet loss and
roaming time in the network which does affect quality
of audio/video traffic. These parameters are called
Traffic Stream Metrics. When TSM collection is enabled
on all 802.11a/802.11b interfaces, the metrics are
collected by controller from AP in every 90 seconds
window.
Information provided by this MIB can be used by the
NMS applications to present measurements of audio and
video traffic quality.
GLOSSARY
Access Point ( AP )
An entity that contains an 802.11 medium access
control ( MAC ) and physical layer ( PHY ) interface
and provides access to the distribution services via
the wireless medium for associated clients.
LWAPP APs encapsulate all the 802.11 frames in
LWAPP frames and sends it to the controller to which
it is logically connected.
Central Controller ( CC )
The central entity that terminates the LWAPP protocol
tunnel from the LWAPP APs. Throughout this MIB,
this entity is also referred to as 'controller'.
Light Weight Access Point Protocol ( LWAPP )
This is a generic protocol that defines the
communication between the Access Points and the
Central Controller.
Mobile Node ( MN )
A roaming 802.11 wireless device in a wireless
network associated with an access point.
Traffic Stream Metrics (TSM)
These are parameters like the per-client / per-AP
packet latency, packet jitter, packet loss and roaming
time in the network, which does affect quality of
audio/video traffic. These statistics are collected
to study and characterize the pattern of data
traffic and perform appropriate management tasks to
regulate the same for the smooth functioning of the
network.
REFERENCE
[1] Wireless LAN Medium Access Control ( MAC ) and
Physical Layer ( PHY ) Specifications.
[2] Draft-obara-capwap-lwapp-00.txt, IETF Light
Weight Access Point Protocol "
REVISION "200604170000Z"
DESCRIPTION
"Initial version of this MIB module. "
::= { ciscoMgmt 525 }
ciscoLwappTsmMIBNotifs OBJECT IDENTIFIER ::= { ciscoLwappTsmMIB 0 }
ciscoLwappTsmMIBObjects OBJECT IDENTIFIER ::= { ciscoLwappTsmMIB 1 }
ciscoLwappTsmMIBConform OBJECT IDENTIFIER ::= { ciscoLwappTsmMIB 2 }
--**********************************************************************
--* ciscoLwappTsmDot11Config encapsulates all configuration settings
--* related to Traffic Stream Metrics applicable to the 802.11
--* interfaces of the associated APs.
--**********************************************************************
ciscoLwappTsmDot11Config OBJECT IDENTIFIER
::= { ciscoLwappTsmMIBObjects 1 }
--**********************************************************************
--* ciscoLwappTsmDot11Stats encapsulates all the TSM statistics
--* collected on the associated clients, the respective dot11 interfaces
--* of the APs etc.
--**********************************************************************
ciscoLwappTsmDot11Stats OBJECT IDENTIFIER
::= { ciscoLwappTsmMIBObjects 2 }
--**********************************************************************
--* TSM configuration for 802.11 interfaces
--**********************************************************************
cLTsmDot11aConfig OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"When this object is set to 'true', the associated
APs send the controller, every 90 seconds,
statistical data on traffic observed on their 802.11a
interfaces.
When this object is set to 'false', the APs stop
sending statistical data on the 802.11a interfaces
to the controller. "
DEFVAL { false }
::= { ciscoLwappTsmDot11Config 1 }
cLTsmDot11bgConfig OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"When this object is set to 'true', the associated
APs send the controller, every 90 seconds,
statistical data on traffic observed on their 802.11b
interfaces.
When this object is set to 'false', the APs stop
sending statistical data on the 802.11b interfaces
to the controller. "
DEFVAL { false }
::= { ciscoLwappTsmDot11Config 2 }
cLTsmDot11MaxClientsPerDot11Intf OBJECT-TYPE
SYNTAX Unsigned32 (1..1000)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The maximum number of clients per dot11 interface
for which TSM statistics are collected. "
DEFVAL { 50 }
::= { ciscoLwappTsmDot11Config 3 }
cLTsmDot11MaxTsmStatsEntries OBJECT-TYPE
SYNTAX Unsigned32 (1..300)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The maximum number of entries in cLTsmDot11UplinkTable
and cLTsmDot11DnlinkTable. "
DEFVAL { 7 }
::= { ciscoLwappTsmDot11Config 4 }
--**********************************************************************
--* cLTsmDot11ClientTable lists those clients for which TSM statistics
--* are being collected
--**********************************************************************
cLTsmDot11ClientTable OBJECT-TYPE
SYNTAX SEQUENCE OF CLTsmDot11ClientEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table lists those clients for which TSM statistics
are collected by the controller from the respective
APs associated with the controller.
A row is added to this table when an AP sends TSM
statistics corresponding to a wireless client
associated to it through one of its dot11 interfaces
identified by cLApSysMacAddress and cLApDot11IfSlotId.
The maximum number of entries per radio interface is
given by cLTsmDot11MaxClientsPerDot11Intf. The
oldest entry is deleted when the number of entries
is to exceed the limit indicated by
cLTsmDot11MaxClientsPerDot11Intf. "
::= { ciscoLwappTsmDot11Stats 1 }
cLTsmDot11ClientEntry OBJECT-TYPE
SYNTAX CLTsmDot11ClientEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Each entry represents a conceptual row in
cLTsmDot11ClientTable and uniquely identified by
cLApSysMacAddress, cLApDot11IfSlotId and
cLTsmDot11ClientIndex. "
INDEX {
cLApSysMacAddress,
cLApDot11IfSlotId,
cLTsmDot11ClientIndex
}
::= { cLTsmDot11ClientTable 1 }
CLTsmDot11ClientEntry ::=
SEQUENCE {
cLTsmDot11ClientIndex Unsigned32,
cLTsmDot11ClientMacAddress MacAddress
}
cLTsmDot11ClientIndex OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This object uniquely identifies one client associated
to the AP through the dot11 interface identified by
cLApSysMacAddress and cLApDot11IfSlotId. "
::= { cLTsmDot11ClientEntry 1 }
cLTsmDot11ClientMacAddress OBJECT-TYPE
SYNTAX MacAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the MAC address of the
wireless client for which TSM statistics are
collected. "
::= { cLTsmDot11ClientEntry 2 }
--**********************************************************************
--* cLTsmDot11UplinkTable represents per-client per-ap-interface
--* per-interval uplink TSM statistics for 802.11 interfaces.
--**********************************************************************
cLTsmDot11UplinkTable OBJECT-TYPE
SYNTAX SEQUENCE OF CLTsmDot11UplinkEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table represents the statistics received by the
controller from the associated APs, on the uplink
traffic ( traffic from the 802.11 wireless client to
the AP ) observed on the dot11 interfaces of the
respective APs.
For example, suppose a client with address
12:3f:73:99:de:5b connects to the 802.11 radio
interface, 13:13:43:de:bb:ff of an AP at 18:30:00 hours.
Assuming that cLTsmDot11aConfig (or cLTsmDot11bConfig)
is set to 'true' for the respective type of interface,
every 90 seconds, AP sends the controller statistical
data for the client 12:3f:73:99:de:5b associated at the
interface 13:13:43:de:bb:ff.
So, after 3 minutes, i.e., 180 seconds, controller would
have received statistics for the particular client and
AP combination twice leading to two rows in this table
as follows.
1> Client: 12:3f:73:99:de:5b
Interface:13:13:43:de:bb:ff Time: 18:33:00
2> Client: 12:3f:73:99:de:5b
Interface:13:13:43:de:bb:ff Time: 18:31:30
Now assume that, at 18:33:00, the client moves and
associates with another AP associated to the same
controller, at the AP's 802.11 interface
14:14:43:de:dd:ee.
After 3 minutes, i.e., 180 seconds (say), controller
would have again received statistics from the AP, for
the particular client and new AP combination twice
leading to two new rows in this table.
At this point, this table will have entries with
following references :
1> Client: 12:3f:73:99:de:5b
Interface:14:14:43:de:dd:ee Time: 18:36:00
2> Client: 12:3f:73:99:de:5b
Interface:14:14:43:de:dd:ee Time: 18:34:30
3> Client: 12:3f:73:99:de:5b
Interface:13:13:43:de:bb:ff Time: 18:33:00
4> Client: 12:3f:73:99:de:5b
Interface:13:13:43:de:bb:ff Time: 18:31:30
The maximum number of entries in this table is
indicated by cLTsmDot11MaxTsmStatsEntries. When
the specified limit of entries is reached the oldest
entries will be removed to make room for new entries.
However, the controller may remove the entries if it
encounters memory shortage. "
::= { ciscoLwappTsmDot11Stats 2 }
cLTsmDot11UplinkEntry OBJECT-TYPE
SYNTAX CLTsmDot11UplinkEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Each entry represents a conceptual row in this table
and corresponds to the uplink TSM statistics received
from an AP, in a 90 second window
(cLTsmDot11UplinkTimeStamp), for a mobile-station
/client (cLClientMacAddress) associated with the AP at
its 802.11 interface. "
INDEX {
cLTsmDot11ClientMacAddress,
cLTsmDot11UplinkApMacAddress,
cLTsmDot11UplinkApIfSlotId,
cLTsmDot11UplinkTimeStamp
}
::= { cLTsmDot11UplinkTable 1 }
CLTsmDot11UplinkEntry::=
SEQUENCE {
cLTsmDot11UplinkApMacAddress MacAddress,
cLTsmDot11UplinkApIfSlotId Unsigned32,
cLTsmDot11UplinkTimeStamp TimeStamp,
cLTsmDot11UplinkAvgPktQDelay TimeInterval,
cLTsmDot11UplinkLt10Packets CLTsmDot11CurrentPackets,
cLTsmDot11UplinkPktGt10Lt20Packets CLTsmDot11CurrentPackets,
cLTsmDot11UplinkPktGt20Lt40Packets CLTsmDot11CurrentPackets,
cLTsmDot11UplinkPktGt40Packets CLTsmDot11CurrentPackets,
cLTsmDot11UplinkLostPackets CLTsmDot11CurrentPackets,
cLTsmDot11UplinkTotalPackets CLTsmDot11CurrentPackets,
cLTsmDot11UplinkRoamingPackets CLTsmDot11CurrentPackets,
cLTsmDot11UplinkRoamingDelay TimeInterval
}
cLTsmDot11UplinkApMacAddress OBJECT-TYPE
SYNTAX MacAddress
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This object represents the radio MAC address of the AP
with which this client was associated when these
statistics were observed. "
::= { cLTsmDot11UplinkEntry 1 }
cLTsmDot11UplinkApIfSlotId OBJECT-TYPE
SYNTAX Unsigned32(0..2)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This object represents a slot number and uniquely
identifies the dot11 interface of the AP along with
cLTsmDot11UplinkApMacAddress with which the
client indicated by cLTsmDot11ClientMacAddress
was associated when these statistics were observed. "
::= { cLTsmDot11UplinkEntry 2 }
cLTsmDot11UplinkTimeStamp OBJECT-TYPE
SYNTAX TimeStamp
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This object indicates the value of sysUpTime at which
these statistics were received from the AP. This
represents number of seconds elapsed since 00:00:00 on
January 1, 1970, Coordinated Universal Time (UTC). So
a value of '1131362704' means 'Mon Nov 7 16:55:04
2005'. "
::= { cLTsmDot11UplinkEntry 3 }
cLTsmDot11UplinkAvgPktQDelay OBJECT-TYPE
SYNTAX TimeInterval
UNITS "hundredths-seconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The average packet queue delay in the upstream
direction. "
::= { cLTsmDot11UplinkEntry 4 }
cLTsmDot11UplinkLt10Packets OBJECT-TYPE
SYNTAX CLTsmDot11CurrentPackets
UNITS "packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets transmitted by the client and
received by the AP that experienced a delay of less
than 10 ms. "
::= { cLTsmDot11UplinkEntry 5 }
cLTsmDot11UplinkPktGt10Lt20Packets OBJECT-TYPE
SYNTAX CLTsmDot11CurrentPackets
UNITS "packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets transmitted by the client and
received by the AP that experienced a delay greater
than or equal to 10 ms and less than 20 ms. "
::= { cLTsmDot11UplinkEntry 6 }
cLTsmDot11UplinkPktGt20Lt40Packets OBJECT-TYPE
SYNTAX CLTsmDot11CurrentPackets
UNITS "packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets transmitted by the client and
received by the AP that experienced a delay greater
than or equal to 20 ms and less than 40 ms. "
::= { cLTsmDot11UplinkEntry 7 }
cLTsmDot11UplinkPktGt40Packets OBJECT-TYPE
SYNTAX CLTsmDot11CurrentPackets
UNITS "packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets transmitted by the client and
received by the AP that experienced a delay greater
than 40 ms. "
::= { cLTsmDot11UplinkEntry 8 }
cLTsmDot11UplinkLostPackets OBJECT-TYPE
SYNTAX CLTsmDot11CurrentPackets
UNITS "packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the number of lost upstream
packets in the specified interval. "
::= { cLTsmDot11UplinkEntry 9 }
cLTsmDot11UplinkTotalPackets OBJECT-TYPE
SYNTAX CLTsmDot11CurrentPackets
UNITS "packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of upstream packets received in the
specified interval. "
::= { cLTsmDot11UplinkEntry 10 }
cLTsmDot11UplinkRoamingPackets OBJECT-TYPE
SYNTAX CLTsmDot11CurrentPackets
UNITS "packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets exchanged for roaming
negotiations in the specified interval. "
::= { cLTsmDot11UplinkEntry 11 }
cLTsmDot11UplinkRoamingDelay OBJECT-TYPE
SYNTAX TimeInterval
UNITS "hundredths-seconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The average roaming delay observed in the
specified interval. "
::= { cLTsmDot11UplinkEntry 12 }
--**********************************************************************
--* cLTsmDot11DnlinkTable represents per-client per-ap-interface
--* per-interval Dnlink TSM statistics for 802.11 interfaces.
--**********************************************************************
cLTsmDot11DnlinkTable OBJECT-TYPE
SYNTAX SEQUENCE OF CLTsmDot11DnlinkEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table represents the statistics received by the
controller from the associated APs, on the downlink
traffic ( traffic from the AP to the 802.11 wireless
client ) observed on the dot11 interfaces of the
respective APs.
For example, suppose a client with address
12:3f:73:99:de:5b connects to the 802.11 radio
interface, 13:13:43:de:bb:ff of an AP at 18:30:00 hours.
Assuming that cLTsmDot11aConfig (or cLTsmDot11bConfig)
is set to 'true' for the respective type of interface,
every 90 seconds, the AP sends the controller
statistical data about the 12:3f:73:99:de:5b associated
at the interface 13:13:43:de:bb:ff.
So, after 3 minutes, i.e., 180 seconds, controller would
have received statistics from the AP for the particular
client and AP combination twice leading to two rows in
this table as follows.
1> Client: 12:3f:73:99:de:5b
Interface:13:13:43:de:bb:ff Time: 18:33:00
2> Client: 12:3f:73:99:de:5b
Interface:13:13:43:de:bb:ff Time: 18:31:30
Now assume that, at 18:33:00, the client moves and
associates with another AP associated to the same
controller, at the AP's 802.11 interface
14:14:43:de:dd:ee.
After 3 minutes, i.e., 180 seconds (say), controller
would have again collected statistics for the particular
client and new AP combination twice leading to two new
rows in this table.
At this point, this table will have entries as
follows.
1> Client: 12:3f:73:99:de:5b
Interface:14:14:43:de:dd:ee Time: 18:36:00
2> Client: 12:3f:73:99:de:5b
Interface:14:14:43:de:dd:ee Time: 18:34:30
3> Client: 12:3f:73:99:de:5b
Interface:13:13:43:de:bb:ff Time: 18:33:00
4> Client: 12:3f:73:99:de:5b
Interface:13:13:43:de:bb:ff Time: 18:31:30
The maximum number of entries in this table is
indicated by cLTsmDot11MaxTsmStatsEntries. When
the specified limit of entries is reached the oldest
entries will be removed to make room for new entries.
However, the controller may remove the entries if it
encounters memory shortage. "
::= { ciscoLwappTsmDot11Stats 3 }
cLTsmDot11DnlinkEntry OBJECT-TYPE
SYNTAX CLTsmDot11DnlinkEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Each entry represents a conceptual row in this table
and corresponds to the downlink TSM statistics received
by the controller from an AP in a 90 second
window (cLTsmDot11DnlinkTimeStamp), for a
mobile-station/client associated with the AP at its
802.11 interface. "
INDEX {
cLTsmDot11ClientMacAddress,
cLTsmDot11DnlinkApMacAddress,
cLTsmDot11DnlinkApIfSlotId,
cLTsmDot11DnlinkTimeStamp
}
::= { cLTsmDot11DnlinkTable 1 }
CLTsmDot11DnlinkEntry::=
SEQUENCE {
cLTsmDot11DnlinkApMacAddress MacAddress,
cLTsmDot11DnlinkApIfSlotId Unsigned32,
cLTsmDot11DnlinkTimeStamp TimeStamp,
cLTsmDot11DnlinkAvgPktQDelay TimeInterval,
cLTsmDot11DnlinkLt10Packets CLTsmDot11CurrentPackets,
cLTsmDot11DnlinkPktGt10Lt20Packets CLTsmDot11CurrentPackets,
cLTsmDot11DnlinkPktGt20Lt40Packets CLTsmDot11CurrentPackets,
cLTsmDot11DnlinkPktGt40Packets CLTsmDot11CurrentPackets,
cLTsmDot11DnlinkLostPackets CLTsmDot11CurrentPackets,
cLTsmDot11DnlinkTotalPackets CLTsmDot11CurrentPackets
}
cLTsmDot11DnlinkApMacAddress OBJECT-TYPE
SYNTAX MacAddress
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This object represents the radio MAC address of the AP
with which this client was associated when these
statistics were observed. "
::= { cLTsmDot11DnlinkEntry 1 }
cLTsmDot11DnlinkApIfSlotId OBJECT-TYPE
SYNTAX Unsigned32(0..2)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This object represents a slot number and uniquely
identifies the dot11 interface of the AP along with
cLTsmDot11DnlinkApMacAddress with which the
client indicated by cLTsmDot11ClientMacAddress
was associated when these statistics were observed. "
::= { cLTsmDot11DnlinkEntry 2 }
cLTsmDot11DnlinkTimeStamp OBJECT-TYPE
SYNTAX TimeStamp
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This object indicates the value of sysUpTime at which
these statistics were received from the AP. This
represents number of seconds elapsed since 00:00:00 on
January 1, 1970, Coordinated Universal Time (UTC). So
a value of '1131362704' means 'Mon Nov 7 16:55:04
2005'. "
::= { cLTsmDot11DnlinkEntry 3 }
cLTsmDot11DnlinkAvgPktQDelay OBJECT-TYPE
SYNTAX TimeInterval
UNITS "hundredths-seconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The average packet queue delay in the downstream
direction. "
::= { cLTsmDot11DnlinkEntry 4 }
cLTsmDot11DnlinkLt10Packets OBJECT-TYPE
SYNTAX CLTsmDot11CurrentPackets
UNITS "packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets transmitted by the AP and
received by the client that experienced a delay of
less than 10 ms. "
::= { cLTsmDot11DnlinkEntry 5 }
cLTsmDot11DnlinkPktGt10Lt20Packets OBJECT-TYPE
SYNTAX CLTsmDot11CurrentPackets
UNITS "packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets transmitted by the AP and
received by the client that experienced a delay greater
than or equal to 10 ms and less than 20 ms. "
::= { cLTsmDot11DnlinkEntry 6 }
cLTsmDot11DnlinkPktGt20Lt40Packets OBJECT-TYPE
SYNTAX CLTsmDot11CurrentPackets
UNITS "packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets transmitted by the AP and
received by the client that experienced a delay greater
than or equal to 20 ms and less than 40 ms. "
::= { cLTsmDot11DnlinkEntry 7 }
cLTsmDot11DnlinkPktGt40Packets OBJECT-TYPE
SYNTAX CLTsmDot11CurrentPackets
UNITS "packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets transmitted by the AP and
received by the client that experienced a delay greater
than 40 ms. "
::= { cLTsmDot11DnlinkEntry 8 }
cLTsmDot11DnlinkLostPackets OBJECT-TYPE
SYNTAX CLTsmDot11CurrentPackets
UNITS "packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the number of lost downstream
packets in the specified interval. "
::= { cLTsmDot11DnlinkEntry 9 }
cLTsmDot11DnlinkTotalPackets OBJECT-TYPE
SYNTAX CLTsmDot11CurrentPackets
UNITS "packets"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of downstream packets received in the
specified interval. "
::= { cLTsmDot11DnlinkEntry 10 }
--**********************************************************************
--* Compliance statements
--**********************************************************************
ciscoLwappTsmMIBCompliances OBJECT IDENTIFIER
::= { ciscoLwappTsmMIBConform 1 }
ciscoLwappTsmMIBGroups OBJECT IDENTIFIER
::= { ciscoLwappTsmMIBConform 2 }
ciscoLwappTsmMIBCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for the SNMP entities that
implement the ciscoLwappTsmMIB module."
MODULE MANDATORY-GROUPS {
ciscoLwappTsmDot11ConfigGroup,
ciscoLwappTsmDot11StatsGroup
}
::= { ciscoLwappTsmMIBCompliances 1 }
--********************************************************************
--* Units of conformance
--********************************************************************
ciscoLwappTsmDot11ConfigGroup OBJECT-GROUP
OBJECTS {
cLTsmDot11aConfig,
cLTsmDot11bgConfig,
cLTsmDot11MaxClientsPerDot11Intf,
cLTsmDot11MaxTsmStatsEntries
}
STATUS current
DESCRIPTION
"This collection of objects represent the status of
traffic metrics collection on 802.11 networks. "
::= { ciscoLwappTsmMIBGroups 1 }
ciscoLwappTsmDot11StatsGroup OBJECT-GROUP
OBJECTS {
cLTsmDot11ClientMacAddress,
cLTsmDot11UplinkAvgPktQDelay,
cLTsmDot11UplinkLt10Packets,
cLTsmDot11UplinkPktGt10Lt20Packets,
cLTsmDot11UplinkPktGt20Lt40Packets,
cLTsmDot11UplinkPktGt40Packets,
cLTsmDot11UplinkLostPackets,
cLTsmDot11UplinkTotalPackets,
cLTsmDot11UplinkRoamingPackets,
cLTsmDot11UplinkRoamingDelay,
cLTsmDot11DnlinkAvgPktQDelay,
cLTsmDot11DnlinkLt10Packets,
cLTsmDot11DnlinkPktGt10Lt20Packets,
cLTsmDot11DnlinkPktGt20Lt40Packets,
cLTsmDot11DnlinkPktGt40Packets,
cLTsmDot11DnlinkLostPackets,
cLTsmDot11DnlinkTotalPackets
}
STATUS current
DESCRIPTION
"This collection of objects represent the TSM
statistics collected by the controller from the APs
on the traffic observed on the 802.11 interfaces of
the APs. "
::= { ciscoLwappTsmMIBGroups 2 }
END