-
Notifications
You must be signed in to change notification settings - Fork 124
/
Copy pathCISCO-LWAPP-MFP-MIB-V1SMI.my
1028 lines (942 loc) · 35.1 KB
/
CISCO-LWAPP-MFP-MIB-V1SMI.my
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
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
-- MIB file created 20-Jun-2007 17:13:16, by
-- SMICng version 2.2.11-beta(PRO)(Solaris), January 20, 2001. Enterprise key cisco.com
CISCO-LWAPP-MFP-MIB DEFINITIONS ::= BEGIN
-- From file: "CISCO-LWAPP-MFP-MIB.my"
-- Compile options "4 7 F H N O W 03 06 0B 0G 0N 0T"
IMPORTS
TruthValue, TimeInterval, MacAddress
FROM SNMPv2-TC-v1
cLWlanIndex
FROM CISCO-LWAPP-WLAN-MIB
cLApIfSmtDot11Bssid, cLApSysMacAddress, cLApSysMacAddress,
cLApDot11IfSlotId
FROM CISCO-LWAPP-AP-MIB
cldcClientMacAddress
FROM CISCO-LWAPP-DOT11-CLIENT-MIB
CLEventFrames, CLMfpEventType, CLMfpVersion, CLTimeBaseStatus
FROM CISCO-LWAPP-TC-MIB
ciscoMgmt
FROM CISCO-SMI
Gauge
FROM RFC1155-SMI
OBJECT-TYPE
FROM RFC-1212
TRAP-TYPE
FROM RFC-1215;
ciscoLwappMfpMIB OBJECT IDENTIFIER ::= { ciscoMgmt 518 }
-- MODULE-IDENTITY
-- LastUpdated
-- 200701201545Z
-- OrgName
-- Cisco Systems Inc.
-- ContactInfo
-- Cisco Systems,
-- Customer Service
-- Postal: 170 West Tasman Drive
-- San Jose, CA 95134
-- USA
-- Tel: +1 800 553-NETS
--
-- Email: [email protected]
-- Descr
-- This MIB is intended to be implemented on all those
-- devices operating as Central Controllers (CC) that
-- terminate the Light Weight Access Point Protocol
-- tunnel from Light-weight LWAPP Access Points.
--
-- This MIB instrumentation provides the parameters used
-- by the controller to control and monitor the behavior
-- of the associated Access Points when following the
-- newly defined Management Frame Protocol. The
-- controller would pass the MFP settings configured by
-- the user through this MIB to the APs through LWAPP
-- messages. The APs then begin to validate and verify
-- the integrity of 802.11 Management frames and report
-- the anomalies found, if any, to the controller.
--
-- The relationship between CC and the LWAPP APs
-- can be depicted as follows.
--
-- +......+ +......+ +......+ +......+
-- + + + + + + + +
-- + CC + + CC + + CC + + CC +
-- + + + + + + + +
-- +......+ +......+ +......+ +......+
-- .. . . .
-- .. . . .
-- . . . . .
-- . . . . .
-- . . . . .
-- . . . . .
-- +......+ +......+ +......+ +......+ +......+
-- + + + + + + + + + +
-- + AP + + AP + + AP + + AP + + AP +
-- + + + + + + + + + +
-- +......+ +......+ +......+ +......+ +......+
-- . . . .
-- . . . . .
-- . . . . .
-- . . . . .
-- . . . . .
-- +......+ +......+ +......+ +......+ +......+
-- + + + + + + + + + +
-- + MN + + 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,
-- which 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. Reference [2]
-- explains in detail about the communication between
-- the controller and APs, while Reference [1] explains
-- the AP-MN communication.
--
-- To secure the 802.11 management traffic, the controller
-- and the APs perform specific roles. The controller
-- acts as the central entity to generate and distribute
-- signature keys using which the APs generate integrity
-- check values, also known as signatures, for individual
-- management frames. The APs append this signature in
-- the form of an Information Element to the respective
-- management frame to be transmitted. This is needed to
-- isolate those potential rogue APs whose frames may not
-- carry the frame signature.
--
-- The APs use the signature keys, generated and pushed
-- to them by the controller for each BSSID reported
-- as heard by the APs, to validate the integrity of the
-- the management traffic originating from various
-- 802.11 sources. Any anomalies observed by the APs
-- are reported to the controller. The controller
-- makes the information about such events available
-- for a network management Station in the form of
-- notifications.
--
-- GLOSSARY
--
-- Access Point ( AP )
--
-- An entity that contains an 802.11 media 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 them to the controller to which
-- it is logically connected.
--
-- AP-Authentication
--
-- With this feature enabled, the Access Points sending
-- radio resource management neighbor packets with
-- different RF network names will be reported as rogues.
--
-- Basic Service Set Identifier ( BSSID )
--
-- The identifier of the Basic Service Set controlled by
-- a single coordination function. The identifier is
-- usually the MAC address of the radio interface that
-- hosts the BSS.
--
-- 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.
--
-- Management Frame Protection ( MFP )
--
-- A proprietary mechanism devised to integrity protect
-- the otherwise unprotected management frames of the
-- 802.11 protocol specification.
--
-- Message Integrity Check ( MIC )
--
-- A checksum computed on a sequence of bytes and made
-- known to the receiving party in a data communication,
-- to let the receiving party make sure the bytes
-- received were not compromised enroute.
--
-- Mobile Node ( MN )
--
-- A roaming 802.11 wireless device in a wireless
-- network associated with an access point.
--
-- Network Management Station ( NMS )
--
-- The system through which the network administrator
-- manages the controller and the APs associated to
-- it.
--
-- REFERENCE
--
-- [1] Wireless LAN Medium Access Control ( MAC ) and
-- Physical Layer ( PHY ) Specifications, ANSI/IEEE
-- Std 802.11, 1999 Edition.
--
-- [2] Draft-obara-Capwap-lwapp-00.txt, IETF Light
-- Weight Access Point Protocol
-- RevDate
-- 200701201545Z
-- RevDescr
-- The objects cLClientLastSourceMacAddress,
-- cLMfpClientProtection and cLMfpClientMfpEnabled
-- have been added.
-- RevDate
-- 200604101545Z
-- RevDescr
-- Initial version of this MIB module.
ciscoLwappMfpMIBNotifs OBJECT IDENTIFIER ::= { ciscoLwappMfpMIB 0 }
ciscoLwappMfpMIBNotifObjects OBJECT IDENTIFIER ::= { ciscoLwappMfpMIB 1 }
ciscoLwappMfpMIBObjects OBJECT IDENTIFIER ::= { ciscoLwappMfpMIB 2 }
ciscoLwappMfpMIBConform OBJECT IDENTIFIER ::= { ciscoLwappMfpMIB 3 }
ciscoLwappMfpConfig OBJECT IDENTIFIER ::= { ciscoLwappMfpMIBObjects 1 }
ciscoLwappMfpStatus OBJECT IDENTIFIER ::= { ciscoLwappMfpMIBObjects 2 }
ciscoLwappMfpMIBCompliances OBJECT IDENTIFIER ::= { ciscoLwappMfpMIBConform 1 }
ciscoLwappMfpMIBGroups OBJECT IDENTIFIER ::= { ciscoLwappMfpMIBConform 2 }
cLMfpProtectType OBJECT-TYPE
SYNTAX INTEGER {
cLMfpProtectNone(1),
cLMfpProtectApAuth(2),
cLMfpProtectMfp(3)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The authentication mechanism to be used to secure
the WLANs managed through this controller.
cLMfpProtectNone - No authentication or protection
mechanism is configured on the controller.
cLMfpProtectApAuth - AP-authentication is configured
as the authentication and protection mechanism
on the controller.
cLMfpProtectMfp - MFP is configured as the
as the authentication and protection mechanism
on the controller.
The settings configured through cLMfpProtectionEnable
and cLMfpApMfpValidationEnable for a WLAN and AP
respectively take effect only if this object is set
to 'cLMfpProtectMfp'."
DEFVAL { cLMfpProtectNone }
::= { ciscoLwappMfpConfig 1 }
cLMfpWlanConfigTable OBJECT-TYPE
SYNTAX SEQUENCE OF CLMfpWlanConfigEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"This table provides the configuration needed by the
controller to enable management frame protection on a
particular WLAN.
A controller, when configured, enables the MFP on
individual WLANs. When these WLANs that have MFP
enabled are applied to the APs, the APs become part
of the MFP framework. The APs will receive the
signature keys to be used to generate MICs for
unicast and broadcast management frames upon joining
the controller. With these keys, the APs generate
the MIC for individual management frames and append
the value as an information element to the
respective frames.
The creation of a new row in cLWlanConfigTable
through an explicit network management action
results in creation of an entry in this table.
Similarly, deletion of a row in
cLWlanConfigTable through user action causes the
deletion of corresponding row in this table."
::= { ciscoLwappMfpConfig 2 }
cLMfpWlanConfigEntry OBJECT-TYPE
SYNTAX CLMfpWlanConfigEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A conceptual row in cLMfpWlanConfigTable and
represents the MFP configuration on a particular
WLAN."
INDEX { cLWlanIndex }
-- Augments cLWlanConfigEntry FROM CISCO-LWAPP-WLAN-MIB
::= { cLMfpWlanConfigTable 1 }
CLMfpWlanConfigEntry ::= SEQUENCE {
cLMfpVersionRequired CLMfpVersion,
cLMfpProtectionEnable TruthValue,
cLMfpClientProtection INTEGER
}
cLMfpVersionRequired OBJECT-TYPE
SYNTAX CLMfpVersion
-- Rsyntax INTEGER {
-- mfpv1(1),
-- mfpv2(2)
-- }
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The version of the Management Frame Protection
Protocol required for the MFP framework when the
MFP protection is enabled through the
cLMfpProtectionEnable object."
DEFVAL { mfpv1 }
::= { cLMfpWlanConfigEntry 2 }
cLMfpProtectionEnable OBJECT-TYPE
SYNTAX TruthValue
-- Rsyntax INTEGER {
-- true(1),
-- false(2)
-- }
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object specifies whether the MFP protection
on this WLAN be enabled or not.
A value of 'true' enables management frame
protection on the WLAN and 'false' disables
management frame protection.
Note that MFP is enabled or disabled on a WLAN
through the values of 'true' and 'false' only
if MFP is configured as the protection mechanism
by setting the object cLMfpProtectType to
'cLMfpProtectMfp'. The NMS shall modify the
value of this object, but the change made will
take effect only if MFP is configured as the
protection mechanism on the controller through
the cLMfpProtectType object."
DEFVAL { true }
::= { cLMfpWlanConfigEntry 3 }
cLMfpClientProtection OBJECT-TYPE
SYNTAX INTEGER {
disabled(1),
enabled(2),
required(3)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object specifies the level of client MFP
protection for this WLAN.
disabled - client protection is disabled.
enabled - client protection is optional.
required - client protection is mandatory."
DEFVAL { enabled }
::= { cLMfpWlanConfigEntry 4 }
cLMfpClientTable OBJECT-TYPE
SYNTAX SEQUENCE OF CLMfpClientEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"This table represents the MFP information for 802.11
wireless clients that are associated with the APs
that have joined this controller."
::= { ciscoLwappMfpStatus 5 }
cLMfpClientEntry OBJECT-TYPE
SYNTAX CLMfpClientEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Each entry represents a conceptual row in this
table and provides MFP information about the
clients associated to the APs that have joined
the controller."
INDEX { cldcClientMacAddress }
::= { cLMfpClientTable 1 }
CLMfpClientEntry ::= SEQUENCE {
cLMfpClientMfpEnabled TruthValue
}
cLMfpClientMfpEnabled OBJECT-TYPE
SYNTAX TruthValue
-- Rsyntax INTEGER {
-- true(1),
-- false(2)
-- }
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object indicates whether MFP protection is
enabled for a particular client. A value of 'true'
indicates that MFP protection is enabled. A value
of 'false' indicates MFP protection is disabled."
::= { cLMfpClientEntry 1 }
cLMfpCtrlTimeBaseStatus OBJECT-TYPE
SYNTAX CLTimeBaseStatus
-- Rsyntax INTEGER {
-- cTimeBaseInSync(1),
-- cTimeBaseNotInSync(2)
-- }
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The status of synchronization of the MFP-aware
LWAPP controller's timebase with that of a
central time server."
::= { ciscoLwappMfpStatus 1 }
cLMfpApParamTable OBJECT-TYPE
SYNTAX SEQUENCE OF CLMfpApParamEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"This table provides the configuration of MFP related
parameters corresponding to a particular AP.
A row is added to the table by the agent when a
a row is added to cLApTable of CISCO-LWAPP-AP-MIB.
Similarly, a row is deleted from this table when
the corresponding row is deleted from cLApTable."
::= { ciscoLwappMfpStatus 2 }
cLMfpApParamEntry OBJECT-TYPE
SYNTAX CLMfpApParamEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A conceptual row in this table and represents
the MFP parameters of a particular AP."
INDEX { cLApSysMacAddress }
-- Augments cLApEntry FROM CISCO-LWAPP-AP-MIB
::= { cLMfpApParamTable 1 }
CLMfpApParamEntry ::= SEQUENCE {
cLMfpApMfpValidationEnable TruthValue,
cLMfpApMfpValidationActual TruthValue
}
cLMfpApMfpValidationEnable OBJECT-TYPE
SYNTAX TruthValue
-- Rsyntax INTEGER {
-- true(1),
-- false(2)
-- }
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object specifies whether the AP should
validate the management frames received by it
in accordance with the MFP version or not.
A value of 'true' indicates that the AP should
validate all the received management frames
accordance with the MFP version supported by the
respective dot11 interface on which the frame was
received.
A value of 'false' indicates that the AP won't
validate the received management frames.
Note that MFP validation is enabled or disabled
on an AP through the values of 'true' and 'false'
only if MFP is configured as the protection
mechanism by setting the object cLMfpProtectType to
'cLMfpProtectMfp'. The NMS shall modify the
value of this object, but the change made will
take effect only if MFP is configured as the
protection mechanism on the controller through
the cLMfpProtectType object."
DEFVAL { true }
::= { cLMfpApParamEntry 1 }
cLMfpApMfpValidationActual OBJECT-TYPE
SYNTAX TruthValue
-- Rsyntax INTEGER {
-- true(1),
-- false(2)
-- }
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object indicates the status of MFP validation
being done as reported by the AP in response to the
controller's request to perform MFP validation.
A value of 'true' indicates that all the management
frames received by the AP will be validated in
accordance with the MFP version supported by the
respective dot11 interface on which the frame was
received.
A value of 'false' indicates that the management
frames received by this AP won't be validated."
::= { cLMfpApParamEntry 2 }
cLMfpApIfSmtCapTable OBJECT-TYPE
SYNTAX SEQUENCE OF CLMfpApIfSmtCapEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"This table provides the MFP capabilities on a dot11
radio interface of an AP that has joined this
controller.
An AP performs the role of protecting and validating
management frames on its dot11 interfaces. It
protects the management frames transmitted out on a
dot11 interface when the signature protection
capability is enabled on that interface through
the object cLMfpApIfMfpProtectionCapability.
Similarly, it validates all the management frames
received on a dot11 interface when MFP validation
capability is enabled on the AP.
A row is added to the table by the agent
corresponding to each dot11 interface of an AP,
when it adds the row(s) to cLApIfSmtParamTable
of CISCO-LWAPP-AP-MIB. The agent deletes
the row(s) when it deletes the corresponding
rows from cLApIfSmtParamTable."
::= { ciscoLwappMfpStatus 3 }
cLMfpApIfSmtCapEntry OBJECT-TYPE
SYNTAX CLMfpApIfSmtCapEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A conceptual row in this table and represents
the MFP capabilities on the dot11 interface of
a particular LWAPP AP."
INDEX { cLApSysMacAddress, cLApDot11IfSlotId }
-- Augments cLApIfSmtParamEntry FROM CISCO-LWAPP-AP-MIB
::= { cLMfpApIfSmtCapTable 1 }
CLMfpApIfSmtCapEntry ::= SEQUENCE {
cLMfpApIfMfpVersionSupported CLMfpVersion,
cLMfpApIfMfpProtectionCapability INTEGER,
cLMfpApIfMfpValidationCapability INTEGER
}
cLMfpApIfMfpVersionSupported OBJECT-TYPE
SYNTAX CLMfpVersion
-- Rsyntax INTEGER {
-- mfpv1(1),
-- mfpv2(2)
-- }
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The version of the Management Frame Protection
protocol currently supported by this radio
interface."
::= { cLMfpApIfSmtCapEntry 1 }
cLMfpApIfMfpProtectionCapability OBJECT-TYPE
SYNTAX INTEGER {
protectCapNone(1),
protectCapNoBeacon(2),
protectCapAllFrames(3)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The management frame protection capability
currently exhibited by the dot11 interface.
protectCapNone - protection is not supported on this
dot11 interface.
protectCapNoBeacon - protection is supported for all
types of 802.11 management frames except for beacon
and probe rsponse frames.
protectCapAllFrames - protection is supported for all
types of 802.11 management frames."
::= { cLMfpApIfSmtCapEntry 2 }
cLMfpApIfMfpValidationCapability OBJECT-TYPE
SYNTAX INTEGER {
validateCapNone(1),
validateCapAllFrames(2)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The management frame validation capability
currently exhibited by this dot11 interface.
validateCapNone - The MFP validation is not done by
this dot11 interface.
validateCapAllFrames - The MFP validation is
supported on ths dot11 interface for all types of
802.11 management frames."
::= { cLMfpApIfSmtCapEntry 3 }
cLMfpCtrlNotifEnable OBJECT-TYPE
SYNTAX TruthValue
-- Rsyntax INTEGER {
-- true(1),
-- false(2)
-- }
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The object to control the generation of
notifications defined in this MIB.
A value of 'true' indicates that the agent generates
the notifications defined in this MIB.
A value of 'false' indicates that the agent doesn't
generate the notifications."
DEFVAL { true }
::= { ciscoLwappMfpStatus 4 }
cLApMacAddress OBJECT-TYPE
SYNTAX MacAddress
-- Rsyntax OCTET STRING(SIZE(6))
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"This object specifies the radio MAC address
of a LWAPP AP."
::= { ciscoLwappMfpMIBNotifObjects 1 }
cLApDot11IfSlotIdx OBJECT-TYPE
SYNTAX Gauge(0..2)
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"This object specifies the slotId of the dot11
interface."
::= { ciscoLwappMfpMIBNotifObjects 2 }
cLWlanIdx OBJECT-TYPE
SYNTAX Gauge
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"This object indicates the identifier for a
WLAN."
::= { ciscoLwappMfpMIBNotifObjects 3 }
cLMfpApIfMfpProtectionActual OBJECT-TYPE
SYNTAX TruthValue
-- Rsyntax INTEGER {
-- true(1),
-- false(2)
-- }
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"The actual protection configuration for a
specific WLAN as applicable to a dot11
interface of a specific AP."
::= { ciscoLwappMfpMIBNotifObjects 4 }
cLMfpEventType OBJECT-TYPE
SYNTAX CLMfpEventType
-- Rsyntax INTEGER {
-- invalidMic(1),
-- invalidSeq(2),
-- noMic(3),
-- unexpectedMic(4),
-- ccmpNoEncryptError(16),
-- ccmpDecryptError(17),
-- ccmpInvalidReplayCtr(19),
-- tkipNoEncryptError(20),
-- tkipInvalidIcv(21),
-- tkipInvalidMic(22),
-- tkipInvalidMhdrIe(23),
-- tkipInvalidReplayCtr(24),
-- bcastDisassociationFrameRcvd(32),
-- bcastDeauthenticationFrameRcvd(33),
-- bcastActionFrameRcvd(34)
-- }
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"The type of the MFP anomaly event."
::= { ciscoLwappMfpMIBNotifObjects 5 }
cLMfpEventTotal OBJECT-TYPE
SYNTAX Gauge
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"The number of MFP anomaly events detected in the
prior period indicated by cLMfpEventPeriod.
cLMfpEventType indicates the type of the anomaly
event."
::= { ciscoLwappMfpMIBNotifObjects 6 }
cLMfpEventPeriod OBJECT-TYPE
SYNTAX TimeInterval
-- Rsyntax INTEGER(0..2147483647)
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"The time period, in hundredths of a second,
in which the reported number of events are
detected. This is the time interval at which
the controller periodically checks for the
anomaly events to be reported to the NMS
through the ciscoLwappMfpAnomalyDetected notification."
::= { ciscoLwappMfpMIBNotifObjects 7 }
cLMfpEventFrames OBJECT-TYPE
SYNTAX CLEventFrames
-- Rsyntax OCTET STRING(SIZE(1..2))
-- BITS are:
-- cLAssocRequestFrm(0)
-- cLAssocResponseFrm(1)
-- cLReAssocRequestFrm(2)
-- cLReAssocResponseFrm(3)
-- cLProbeRequestFrm(4)
-- cLProbeResponseFrm(5)
-- cLReserved1(6)
-- cLReserved2(7)
-- cLBeaconFrm(8)
-- cLAtimFrm(9)
-- cLDissociationFrm(10)
-- cLAuthenticationFrm(11)
-- cLDeAuthenticationFrm(12)
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"This object indicates which type of 802.11 management
frames contain anomalies of type cLMfpEventType.
When the controller detects anomalies using the
MFP validation test it will generate the
ciscoLwappMfpAnomalyDetected notification."
::= { ciscoLwappMfpMIBNotifObjects 8 }
cLClientLastSourceMacAddress OBJECT-TYPE
SYNTAX MacAddress
-- Rsyntax OCTET STRING(SIZE(6))
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"This object represents the MAC address of the
client that is responsible for the most recent event
related to a wireless client. This information is useful to
identify the rogue client that has staged the most recent
attack on the wireless network."
::= { ciscoLwappMfpMIBNotifObjects 10 }
ciscoLwappMfpProtectConfigMismatch TRAP-TYPE
-- Reverse mappable trap
ENTERPRISE ciscoLwappMfpMIB
VARIABLES {
cLApMacAddress, cLApDot11IfSlotIdx, cLWlanIdx,
cLMfpProtectionEnable, cLMfpApIfMfpProtectionActual }
-- Status
-- mandatory
DESCRIPTION
"This notification is sent by the agent when the
controller detects that the AP couldn't apply the
protection configuration to the specific radio
interface for the specified WLAN. The controller
detects the mismatch by matching the MFP configuration
requested to be applied with the configuration
returned in the acknowledgement as having been applied
to the radio interface. The controller also
generates this notification to indicate that
configuration mismatch is cleared when the
values of cLMfpProtectionEnable and
cLMfpApIfMfpProtectionActual are found to be the
same.
This notification is generated by the controller
only if MFP has been configured as the protection
mechanism through cLMfpProtectType."
::= 1
ciscoLwappMfpValidationConfigMismatch TRAP-TYPE
-- Reverse mappable trap
ENTERPRISE ciscoLwappMfpMIB
VARIABLES {
cLApMacAddress, cLMfpApMfpValidationEnable,
cLMfpApMfpValidationActual }
-- Status
-- mandatory
DESCRIPTION
"This notification is sent by the agent when the
controller detects that the AP couldn't configure
itself with the MFP signature validation
configuration. The controller detects the mismatch by
matching the MFP configuration requested to be applied
with the configuration returned in the acknowledgement
as having been configured by the AP. The controller
also generates this notification to indicate that
configuration mismatch is cleared when the values
of cLMfpApMfpValidationEnable and
cLMfpApMfpValidationActual are found to be the same.
This notification is generated by the controller
only if MFP has been configured as the protection
mechanism through cLMfpProtectType."
::= 2
ciscoLwappMfpTimebaseStatus TRAP-TYPE
-- Reverse mappable trap
ENTERPRISE ciscoLwappMfpMIB
VARIABLES {
cLMfpCtrlTimeBaseStatus }
-- Status
-- mandatory
DESCRIPTION
"This notification is sent by the agent to indicate
the controller's status of synchronization of its
timebase with that of a central timebase. The
notification is sent once after the controller comes
up and thereafter, it is sent everytime the
status changes."
::= 3
ciscoLwappMfpAnomalyDetected TRAP-TYPE
-- Reverse mappable trap
ENTERPRISE ciscoLwappMfpMIB
VARIABLES {
cLApMacAddress, cLApDot11IfSlotIdx, cLApIfSmtDot11Bssid,
cLMfpEventType, cLMfpEventTotal, cLMfpEventPeriod,
cLMfpEventFrames }
-- Status
-- deprecated
DESCRIPTION
"This notification is sent by the agent when the
MFP configuration of the WLAN was violated by the
radio interface cLApIfSmtDot11Bssid and detected by
the radio interface cLApDot11IfSlotId of the AP
cLApMacAddress. The violation is indicated by
cLMfpEventType.
Through this notification, the controller reports
the NMS the occurrence of a total of cLMfpEventTotal
volation events, of type cLMfpEventType, upon
observing the management frame(s) indicated by
cLMfpEventFrames for the last cLMfpEventPeriod
time units. When cLMfpEventTotal is 0, it
indicates that no further anomalies have recently
been detected and that the NMS should clear any
alarm raised about the MFP errors.
This notification is generated by the controller
only if MFP has been configured as the protection
mechanism through cLMfpProtectType."
::= 4
ciscoLwappMfpAnomalyDetected1 TRAP-TYPE
-- Reverse mappable trap
ENTERPRISE ciscoLwappMfpMIB
VARIABLES {
cLApMacAddress, cLApDot11IfSlotIdx, cLApIfSmtDot11Bssid,
cLMfpEventType, cLMfpEventTotal, cLMfpEventPeriod,
cLMfpEventFrames, cLClientLastSourceMacAddress }
-- Status
-- mandatory
DESCRIPTION
"This notification is sent by the agent when the
MFP configuration of the WLAN was violated by the
radio interface cLApIfSmtDot11Bssid and detected by
the radio interface cLApDot11IfSlotId of the AP
cLApMacAddress. The violation is indicated by
cLMfpEventType.
Through this notification, the controller reports
the NMS the occurrence of a total of cLMfpEventTotal
volation events, of type cLMfpEventType, upon
observing the management frame(s) indicated by
cLMfpEventFrames for the last cLMfpEventPeriod
time units. When cLMfpEventTotal is 0, it
indicates that no further anomalies have recently
been detected and that the NMS should clear any
alarm raised about the MFP errors.
cLClientLastSourceMacAddress is used only when the
controller generates notifications about client-related
attacks. The controller will populate zeros as the value
for cLClientLastSourceMacAddress when reporting anomalies
sourced by infrastructure devices.
This notification is generated by the controller
only if MFP has been configured as the protection
mechanism through cLMfpProtectType."
::= 5
ciscoLwappMfpConfigGroup OBJECT IDENTIFIER ::= { ciscoLwappMfpMIBGroups 1 }
-- OBJECT-GROUP
-- Status
-- mandatory
-- Descr
-- This collection of objects represent the
-- global and WLAN-specific protection capabilities
-- on the controller.
-- objects
-- cLMfpProtectType, cLMfpVersionRequired, cLMfpProtectionEnable
ciscoLwappMfpStatusGroup OBJECT IDENTIFIER ::= { ciscoLwappMfpMIBGroups 2 }
-- OBJECT-GROUP
-- Status
-- mandatory
-- Descr
-- This collection of objects provides the information
-- about the MFP signature protection capabilities as
-- observed on the dot11 interfaces of the LWAPP APs.
-- objects
-- cLMfpCtrlTimeBaseStatus, cLMfpCtrlNotifEnable,
-- cLMfpApIfMfpVersionSupported,
-- cLMfpApIfMfpProtectionCapability,
-- cLMfpApIfMfpValidationCapability, cLMfpApMfpValidationEnable
ciscoLwappMfpNotifObjsGroup OBJECT IDENTIFIER ::= { ciscoLwappMfpMIBGroups 3 }
-- OBJECT-GROUP
-- Status
-- mandatory
-- Descr
-- This collection of objects represent the information
-- carried by the MFP related notifications sent by
-- the agent to a network management station.
-- objects
-- cLApMacAddress, cLApDot11IfSlotIdx, cLWlanIdx,
-- cLMfpApIfMfpProtectionActual, cLMfpApMfpValidationActual,
-- cLMfpEventType, cLMfpEventTotal, cLMfpEventPeriod,
-- cLMfpEventFrames
ciscoLwappMfpConfigSup1Group OBJECT IDENTIFIER ::= { ciscoLwappMfpMIBGroups 5 }
-- OBJECT-GROUP
-- Status
-- mandatory
-- Descr
-- This collection of objects represent the configuration
-- for client protection on the controller.
-- objects
-- cLMfpClientProtection
ciscoLwappMfpStatusSup1Group OBJECT IDENTIFIER ::= { ciscoLwappMfpMIBGroups 6 }
-- OBJECT-GROUP
-- Status
-- mandatory
-- Descr
-- This collection of objects represent the status
-- of client protection on the controller.
-- objects
-- cLMfpClientMfpEnabled
ciscoLwappMfpNotifObjsSup1Group OBJECT IDENTIFIER ::= { ciscoLwappMfpMIBGroups 7 }
-- OBJECT-GROUP
-- Status
-- mandatory
-- Descr
-- This collection of objects represent the client
-- related information in the MFP notifications
-- generated by the controller.
-- objects
-- cLClientLastSourceMacAddress
ciscoLwappMfpNotifsGroup OBJECT IDENTIFIER ::= { ciscoLwappMfpMIBGroups 4 }
-- NOTIFICATION-GROUP
-- Status
-- deprecated
-- Descr
-- This collection of objects represent the MFP related
-- notifications sent by the agent to a network
-- management station.
-- notifications
-- ciscoLwappMfpProtectConfigMismatch,
-- ciscoLwappMfpValidationConfigMismatch,
-- ciscoLwappMfpTimebaseStatus, ciscoLwappMfpAnomalyDetected
ciscoLwappMfpNotifsNewGroup OBJECT IDENTIFIER ::= { ciscoLwappMfpMIBGroups 8 }
-- NOTIFICATION-GROUP
-- Status
-- mandatory
-- Descr
-- This collection of objects represent the MFP related
-- notifications sent by the agent to a network
-- management station.
-- notifications
-- ciscoLwappMfpProtectConfigMismatch,
-- ciscoLwappMfpValidationConfigMismatch,
-- ciscoLwappMfpTimebaseStatus, ciscoLwappMfpAnomalyDetected1
ciscoLwappMfpMIBCompliance OBJECT IDENTIFIER ::= { ciscoLwappMfpMIBCompliances 1 }
-- MODULE-COMPLIANCE
-- Status
-- deprecated
-- Descr
-- The compliance statement for the SNMP entities that
-- implement the ciscoLwappMfpMIB module.
-- Module
-- >>current<<
-- MandGroup
-- ciscoLwappMfpConfigGroup
-- MandGroup
-- ciscoLwappMfpStatusGroup
-- MandGroup
-- ciscoLwappMfpNotifObjsGroup
-- MandGroup
-- ciscoLwappMfpNotifsGroup