forked from taishin/vendor_mibs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CISCO-PAE-MIB.my
4046 lines (3438 loc) · 134 KB
/
CISCO-PAE-MIB.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
-- *****************************************************************
-- CISCO-PAE-MIB: CISCO private MIB for IEEE 802.1x
--
-- September 2001, Binh P Le
--
-- Copyright (c) 2001-2009 by cisco Systems Inc.
-- All rights reserved.
-- ****************************************************************
CISCO-PAE-MIB DEFINITIONS ::= BEGIN
IMPORTS
OBJECT-TYPE,
MODULE-IDENTITY,
NOTIFICATION-TYPE,
Unsigned32
FROM SNMPv2-SMI
OBJECT-GROUP,
MODULE-COMPLIANCE,
NOTIFICATION-GROUP
FROM SNMPv2-CONF
TruthValue,
MacAddress,
RowStatus,
TEXTUAL-CONVENTION
FROM SNMPv2-TC
SnmpAdminString
FROM SNMP-FRAMEWORK-MIB
InetAddress,
InetAddressType
FROM INET-ADDRESS-MIB
dot1xPaePortEntry,
dot1xPaePortNumber,
dot1xAuthPaeState,
dot1xAuthConfigEntry,
PaeControlledPortStatus
FROM IEEE8021-PAE-MIB
InterfaceIndex
FROM IF-MIB
VlanIndex
FROM CISCO-VTP-MIB
CiscoURLString
FROM CISCO-TC
CnnEouPostureToken,
CnnEouPostureTokenString
FROM CISCO-NAC-TC-MIB
CpgPolicyNameOrEmpty
FROM CISCO-POLICY-GROUP-MIB
ciscoMgmt
FROM CISCO-SMI;
ciscoPaeMIB MODULE-IDENTITY
LAST-UPDATED "200912100000Z"
ORGANIZATION "Cisco System, Inc."
CONTACT-INFO
"Cisco Systems
Customer Service
Postal: 170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: [email protected],
DESCRIPTION
"Cisco Port Access Entity (PAE) module for managing
IEEE Std 802.1x.
This MIB provides Port Access Entity information
that are either excluded by IEEE8021-PAE-MIB or
specific to Cisco products."
REVISION "200912100000Z"
DESCRIPTION
"Added cpaeSuppPortProfileGroup,
and cpaeSuppHostInfoGroup."
REVISION "200807070000Z"
DESCRIPTION
"Added TEXTUAL-CONVENTION CpaeAuthState.
Added enumerated value other(4) to cpaePortMode.
Added cpaeHostSessionIdGroup,
cpaeGuestVlanNotifEnableGroup,
cpaeGuestVlanNotifGroup,
cpaeAuthFailVlanNotifEnableGrp,
cpaeAuthFailVlanNotifGroup,
cpaeHostAuthInfoGroup,
cpaePortCapabilitiesConfigGroup,
cpaeDot1xSuppToGuestVlanGroup.
Deprecated cpaePortAuthFailVlanGroup, replaced by
cpaePortAuthFailVlanConfigGroup and
cpaePortAuthFailUserInfoGroup.
Deprecated cpaeCompliance8, replaced by cpaeCompliance9."
REVISION "200804090000Z"
DESCRIPTION
"Added cpaeMabAuditInfoGroup,
cpaeHostUrlRedirectGroup,
cpaeMabPortIpDevTrackConfGroup,
cpaePortIpDevTrackConfGroup,
cpaeWebAuthIpDevTrackingGroup,
cpaeWebAuthUnAuthTimeoutGroup,
cpaeGlobalAuthFailVlanGroup,
cpaeGlobalSecViolationGroup,
cpaeCriticalEapolConfigGroup.
Deprecated cpaeMacAuthBypassGroup and replace
it by cpaeMacAuthBypassPortEnableGroup, and
cpaeMacAuthBypassGroup4;
Deprecated cpaeAuthConfigGroup and replace it by
cpaeAuthIabConfigGroup, cpaeAuthConfigGroup3 and
cpaeAuthConfigGroup4.
Modified cpaeMacAuthBypassPortAuthState to add 'ipAwaiting'
and 'policyConfig' enum values."
REVISION "200704250000Z"
DESCRIPTION
"Added cpaeMacAuthBypassGroup3,
and cpaeHostPostureTokenGroup."
REVISION "200704160000Z"
DESCRIPTION
"Add cpaeHostInfoGroup3."
REVISION "200701270000Z"
DESCRIPTION
"Added 'aaaFail' state to
cpaeMacAuthBypassPortAuthState and
cpaeWebAuthHostState.
Added cpaePortAuthFailVlanGroup2,
cpaeWebAuthAaaFailGroup,
cpaeMacAuthBypassGroup2,
cpaePortEapolTestGroup,
cpaeHostInfoGroup2,
cpaeAuthConfigGroup2,
cpaeCriticalRecoveryDelayGroup,
cpaeMacAuthBypassCriticalGroup, and
cpaeWebAuthCriticalGroup.
Obsoleted cpaeHostInfoPostureToken object."
REVISION "200509220000Z"
DESCRIPTION
"Added cpaeGuestVlanGroup3, cpaePortAuthFailVlanGroup,
cpaePortOperVlanGroup, cpaeNoGuestVlanNotifEnableGrp,
cpaeNoAuthFailVlanNotifEnableGrp,
cpaeNoGuestVlanNotifGroup,
cpaeNoAuthFailVlanNotifGroup, cpaeMacAuthBypassGroup,
cpaeWebAuthGroup, cpaeAuthConfigGroup and
cpaeHostInfoGroup.
Deprecated cpaeInGuestVlan, cpaeGuestVlanGroup2."
REVISION "200404230000Z"
DESCRIPTION
"Modified the DESCRIPTION clauses of cpaeGuestVlanNumber
and cpaeGuestVlanId."
REVISION "200404010000Z"
DESCRIPTION
"Added cpaeUserGroupGroup and cpaeRadiusConfigGroup."
REVISION "200304080000Z"
DESCRIPTION
"Added cpaeGuestVlanGroup2 and cpaeShutdownTimeoutGroup.
Deprecated cpaeGuestVlanGroup."
REVISION "200210160000Z"
DESCRIPTION
"Added cpaePortEntryGroup and cpaeGuestVlanGroup.
Deprecated cpaeMultipleHostGroup."
REVISION "200105241016Z"
DESCRIPTION
"Initial version of this MIB module."
::= { ciscoMgmt 220 }
cpaeMIBNotification OBJECT IDENTIFIER
::= { ciscoPaeMIB 0 }
cpaeMIBObject OBJECT IDENTIFIER
::= { ciscoPaeMIB 1 }
cpaeMIBConformance OBJECT IDENTIFIER
::= { ciscoPaeMIB 2 }
-- - Textual Conventions
ReAuthPeriodSource ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Source of the reAuthPeriod constant, used by the
802.1x Reauthentication Timer state machine.
local : local configured reauthentication period
specified by the object dot1xAuthReAuthPeriod
will be used.
server: the reauthentication period will be received
from the Authentication server.
auto : source of reauthentication period will be
decided by the system."
SYNTAX INTEGER {
local(1),
server(2),
auto(3)
}
CpaeAuthState ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"The Authenticator PAE state machine value.
other :None of the following states.
initialize :The PAE state machine is being initialized.
disconnected :An explicit logoff request is received from
the Supplicant, or the number of permissible
reauthentication attempts has been exceeded.
connecting :Attempting to establish a communication
with a Supplicant.
authenticating:A Supplicant is being authenticated.
authenticated :The Authenticator has successfully
authenticated the Supplicant.
aborting :The authentication process is
prematurely aborted due to receipt of
a reauthentication request, or an
EAPOL-Start frame, or an EAPOL-Logoff
frame, or an authTimeout.
held :The state machine ignores and discards all
EAPOL packets, so as to discourage brute
force attacks. This state is entered from
the 'authenticating' state following an
authentication failure. At the expiration
of the quietWhile timer, the state machine
transitions to the 'connecting' state.
forceAuth :The port is set to Authorized, and a canned
EAP Success packet is sent to the Supplicant.
forceUnauth :The port is set to Unauthorized, and a
canned EAP Failure packet is sent to the
Supplicant. If EAP-Start messages
are received from the Supplicant, the
state is re-entered and further EAP Failure
messages are sent.
guestVlan :The port has been moved to a configured
Guest VLAN.
authFailVlan :The port has been moved to a configured
Authentication Failed VLAN.
criticalAuth :The port has been authorized by Critical
Authentication because RADIUS server is
not reachable, or does not response.
ipAwaiting :The port is waiting for an IP address from
DHCP server.
policyConfig :This state is entered from 'ipAwaiting'
state if an IP address is received and
the corresponding policies are being
installed.
authFinished :The port is set to Authorized by MAC
Authentication Bypass feature.
restart :The PAE state machine has been restarted.
authFallback :Fallback mechanism is applied to the
authentication process.
authCResult :Authentication completed and the validity
of the authorization features is checked.
authZSuccess :Authorization policies based on the
authentication result are applied. If the
policies are applied successfully then the
port is authorized otherwise unauthorized."
SYNTAX INTEGER {
other(1),
initialize(2),
disconnected(3),
connecting(4),
authenticating(5),
authenticated(6),
aborting(7),
held(8),
forceAuth(9),
forceUnauth(10),
guestVlan(11),
authFailVlan(12),
criticalAuth(13),
ipAwaiting(14),
policyConfig(15),
authFinished(16),
restart(17),
authFallback(18),
authCResult(19),
authZSuccess(20)
}
cpaePortTable OBJECT-TYPE
SYNTAX SEQUENCE OF CpaePortEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table of system level information for each port
supported by the Port Access Entity. An entry
appears in this table for each PAE port of this system.
This table contains additional objects for the
dot1xPaePortTable."
REFERENCE
"802.1X-2001 9.6.1,
802.1X-2004 9.6.1"
::= { cpaeMIBObject 1 }
cpaePortEntry OBJECT-TYPE
SYNTAX CpaePortEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry containing additional management information
applicable to a particular PAE port."
AUGMENTS { dot1xPaePortEntry }
::= { cpaePortTable 1 }
CpaePortEntry ::= SEQUENCE {
cpaeMultipleHost TruthValue,
cpaePortMode INTEGER,
cpaeGuestVlanNumber VlanIndex,
cpaeInGuestVlan TruthValue,
cpaeShutdownTimeoutEnabled TruthValue,
cpaePortAuthFailVlan VlanIndex,
cpaePortOperVlan VlanIndex,
cpaePortOperVlanType INTEGER,
cpaeAuthFailVlanMaxAttempts Unsigned32,
cpaePortCapabilitiesEnabled BITS
}
cpaeMultipleHost OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS deprecated
DESCRIPTION
"Specifies whether the port allows multiple-host
connection or not."
::= { cpaePortEntry 1 }
cpaePortMode OBJECT-TYPE
SYNTAX INTEGER {
singleHost(1),
multiHost(2),
multiAuth(3),
other(4)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Specifies the current mode of dot1x operation on
the port.
singleHost(1): port allows one host to connect
and authenticate.
multiHost(2) : port allows multiple hosts to
connect. Once a host is
authenticated, all remaining hosts
are also authorized.
multiAuth(3) : port allows multiple hosts to
connect and each host is
authenticated.
other(4) : none of the above. This is a
read-only value which can not
be used in set operation.
If the port security feature is enabled on the
interface, the configuration of the port security
(such as the number of the hosts allowed, the security
violation action, etc) will apply to the interface."
::= { cpaePortEntry 2 }
cpaeGuestVlanNumber OBJECT-TYPE
SYNTAX VlanIndex
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Specifies the Guest Vlan of the interface.
An interface with cpaePortMode value of 'singleHost'
will be moved to its Guest Vlan if the supplicant on
the interface is not capable of IEEE-802.1x
authentication.
A value of zero for this object indicates no Guest
Vlan configured for the interface."
::= { cpaePortEntry 3 }
cpaeInGuestVlan OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Indicates whether the interface is in its Guest Vlan
or not.
The object is deprecated in favor of newly added
object cpaePortOperVlanType."
::= { cpaePortEntry 4 }
cpaeShutdownTimeoutEnabled OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Specifies whether shutdown timeout feature is enabled
on the interface."
::= { cpaePortEntry 5 }
cpaePortAuthFailVlan OBJECT-TYPE
SYNTAX VlanIndex
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Specifies the Auth-Fail (Authentication Fail) Vlan of
the port. A port is moved to Auth-Fail Vlan if the
supplicant which support IEEE-802.1x authentication is
unsuccessfully authenticated.
A value of zero for this object indicates no Auth-Fail
Vlan configured for the port."
::= { cpaePortEntry 6 }
cpaePortOperVlan OBJECT-TYPE
SYNTAX VlanIndex
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The VlanIndex of the Vlan which is assigned to this
port via IEEE-802.1x and related methods of
authentication supported by the system.
A value of zero for this object indicates that no
Vlan is assigned to this port via IEEE-802.1x
authentication."
::= { cpaePortEntry 7 }
cpaePortOperVlanType OBJECT-TYPE
SYNTAX INTEGER {
other(1),
none(2),
guest(3),
authFail(4)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The type of the Vlan which is assigned to this port
via IEEE-802.1x and related methods of authentication
supported by the system.
A value of 'other' for this object indicates type of
Vlan assigned to this port; via IEEE-802.1x
authentication; is other than the ones specified by
listed enumerations for this object.
A value of 'none' for this object indicates that there
is no Vlan assigned to this port via IEEE-802.1x
authentication. For such a case, corresponding value
of cpaePortOperVlan object will be zero.
A value of 'guest' for this object indicates that Vlan
assigned to this port; via IEEE-802.1x authentication;
is of type Guest Vlan and specified by the object
cpaeGuestVlanNumber for this entry.
A value of 'authFail' for this object indicates that
Vlan assigned to this port; via IEEE-802.1x
authentication; is of type Auth-Fail Vlan and
specified by the object cpaePortAuthFailVlan for
this entry."
::= { cpaePortEntry 8 }
cpaeAuthFailVlanMaxAttempts OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Specifies the maximum number of authentication attempts
should be made before the port is moved into the
Auth-Fail Vlan."
::= { cpaePortEntry 9 }
cpaePortCapabilitiesEnabled OBJECT-TYPE
SYNTAX BITS {
authenticator(0),
supplicant(1)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Specifies the type of PAE functionality of the port
which are enabled.
authenticator: PAE Authenticator functions are enabled.
supplicant : PAE Supplicant functions are enabled.
Only those supported PAE functions which are listed
in the corresponding instance of dot1xPaePortCapabilities
can be enabled."
REFERENCE
"802.1X-2001 9.6.1, PAE Capabilities,
802.1X-2004 9.6.1, PAE Capabilities"
::= { cpaePortEntry 10 }
cpaeGuestVlanId OBJECT-TYPE
SYNTAX VlanIndex
MAX-ACCESS read-write
STATUS deprecated
DESCRIPTION
"Specifies the Guest Vlan of the system.
An interface with cpaePortMode value of 'singleHost'
will be moved to Guest Vlan if the supplicant on the
interface is not IEEE-802.1x capable.
A value of zero indicates no Guest Vlan configured in
the system.
If the platform supports per-port guest Vlan ID
configuration, this object is not instantiated."
::= { cpaeMIBObject 2 }
cpaeShutdownTimeout OBJECT-TYPE
SYNTAX Unsigned32 (0..65535)
UNITS "seconds"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Specifies the shutdown timeout interval to enable the
interface automatically in case it is shutdown due to
security violation.
If the value of this object is 0, the interfaces
shutdown due to the security violation will not be
enabled automatically.
The value of this object is applicable to the
interface only when cpaeShutdownTimeoutEnabled is
'true', and port security feature is disabled on the
interface."
::= { cpaeMIBObject 3 }
cpaeRadiusAccountingEnabled OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Specifies if RADIUS accounting is enabled for 802.1x
on this devices."
::= { cpaeMIBObject 4 }
cpaeUserGroupTable OBJECT-TYPE
SYNTAX SEQUENCE OF CpaeUserGroupEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table of Group Manager and authenticated users
information on the device."
::= { cpaeMIBObject 5 }
cpaeUserGroupEntry OBJECT-TYPE
SYNTAX CpaeUserGroupEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Information about an 802.1x authenticated user on the
devices."
INDEX {
cpaeUserGroupName,
cpaeUserGroupUserIndex
}
::= { cpaeUserGroupTable 1 }
CpaeUserGroupEntry ::= SEQUENCE {
cpaeUserGroupName SnmpAdminString,
cpaeUserGroupUserIndex Unsigned32,
cpaeUserGroupUserName SnmpAdminString,
cpaeUserGroupUserAddrType InetAddressType,
cpaeUserGroupUserAddr InetAddress,
cpaeUserGroupUserInterface InterfaceIndex,
cpaeUserGroupUserVlan VlanIndex
}
cpaeUserGroupName OBJECT-TYPE
SYNTAX SnmpAdminString (SIZE (1..100))
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Specifies the name of the group that the user
belongs to."
::= { cpaeUserGroupEntry 1 }
cpaeUserGroupUserIndex OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The index of an user within a group."
::= { cpaeUserGroupEntry 2 }
cpaeUserGroupUserName OBJECT-TYPE
SYNTAX SnmpAdminString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Specifies the name of the user authenticated on a
port of the device."
::= { cpaeUserGroupEntry 3 }
cpaeUserGroupUserAddrType OBJECT-TYPE
SYNTAX InetAddressType
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Specifies the type of address used to determine
the address of the user."
::= { cpaeUserGroupEntry 4 }
cpaeUserGroupUserAddr OBJECT-TYPE
SYNTAX InetAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Specifies the address of the host that the user
logging from."
::= { cpaeUserGroupEntry 5 }
cpaeUserGroupUserInterface OBJECT-TYPE
SYNTAX InterfaceIndex
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Specifies the interface index that the user is
authenticated on."
::= { cpaeUserGroupEntry 6 }
cpaeUserGroupUserVlan OBJECT-TYPE
SYNTAX VlanIndex
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Specifies the vlan that the user belongs to."
::= { cpaeUserGroupEntry 7 }
cpaeAuthFailUserTable OBJECT-TYPE
SYNTAX SEQUENCE OF CpaeAuthFailUserEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table to list user information for each port on
the system supported by the Port Access Entity and
assigned to Auth-Fail Vlan."
::= { cpaeMIBObject 6 }
cpaeAuthFailUserEntry OBJECT-TYPE
SYNTAX CpaeAuthFailUserEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry appears in this table for each PAE port on
the system which is assigned to Vlan of type
'authFail' via IEEE-802.1x authentication."
INDEX { dot1xPaePortNumber }
::= { cpaeAuthFailUserTable 1 }
CpaeAuthFailUserEntry ::= SEQUENCE {
cpaeAuthFailUserName SnmpAdminString
}
cpaeAuthFailUserName OBJECT-TYPE
SYNTAX SnmpAdminString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the name of the user who failed IEEE-802.1x
authentication and hence now assigned to Auth-Fail
Vlan.
The Auth-Fail Vlan to which the user belongs is
determined by the value of object cpaePortAuthFailVlan
for this port."
::= { cpaeAuthFailUserEntry 1 }
-- Notifications Control
cpaeNotificationControl OBJECT IDENTIFIER
::= { cpaeMIBObject 7 }
cpaeNoGuestVlanNotifEnable OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object specifies whether the system produces
the cpaeNoGuestVlanNotif.
A 'false' value will prevent cpaeNoGuestVlanNotif from
being generated by this system."
::= { cpaeNotificationControl 1 }
cpaeNoAuthFailVlanNotifEnable OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object specifies whether the system produces
the cpaeNoAuthFailVlanNotif.
A 'false' value will prevent cpaeNoAuthFailVlanNotif
from being generated by this system."
::= { cpaeNotificationControl 2 }
cpaeGuestVlanNotifEnable OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object specifies whether the system produces
the cpaeGuestVlanNotif.
A 'false' value will prevent cpaeGuestVlanNotif from
being generated by this system."
::= { cpaeNotificationControl 3 }
cpaeAuthFailVlanNotifEnable OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object specifies whether the system produces
the cpaeAuthFailVlanNotif.
A 'false' value will prevent cpaeAuthFailVlanNotif from
being generated by this system."
::= { cpaeNotificationControl 4 }
-- MAC Authentication Bypass feature
cpaeMacAuthBypass OBJECT IDENTIFIER
::= { cpaeMIBObject 8 }
cpaeMacAuthBypassReAuthTimeout OBJECT-TYPE
SYNTAX Unsigned32
UNITS "seconds"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Specifies the waiting time before reauthentication is
triggered on all MAC Auth-bypass authenticated ports."
::= { cpaeMacAuthBypass 1 }
cpaeMacAuthBypassReAuthEnabled OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The reauthentication control for all MAC Auth-bypass
ports. Setting this object to 'true' causes every MAC
Auth-Bypass authenticated port to reauthenticate the
device connecting to the port, after every period of
time specified by the object
cpaeMacAuthBypassReAuthTimeout. Setting this object
to 'false' will disable the MAC Auth-Bypass global
reauthentication."
::= { cpaeMacAuthBypass 2 }
cpaeMacAuthBypassViolation OBJECT-TYPE
SYNTAX INTEGER {
restrict(1),
shutdown(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Specifies the action upon reception of a security
violation event.
restrict(1): Packets from MAC address of the
device causing security violation
will be dropped.
shutdown(2): The port that causes security
violation will be shutdown."
::= { cpaeMacAuthBypass 3 }
cpaeMacAuthBypassShutdownTimeout OBJECT-TYPE
SYNTAX Unsigned32
UNITS "seconds"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Specifies time before a port is auto-enabled after
being shutdown due to a MAC Auth-bypass security
violation."
::= { cpaeMacAuthBypass 4 }
cpaeMacAuthBypassAuthFailTimeout OBJECT-TYPE
SYNTAX Unsigned32
UNITS "seconds"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Specifies the time a MAC Auth-bypass unauthenticated
port waits before trying the authentication process
again."
::= { cpaeMacAuthBypass 5 }
cpaeMacAuthBypassPortTable OBJECT-TYPE
SYNTAX SEQUENCE OF CpaeMacAuthBypassPortEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table of MAC Authentication Bypass (MAC
Auth-Bypass) configuration and information for
ports in the device."
::= { cpaeMacAuthBypass 6 }
cpaeMacAuthBypassPortEntry OBJECT-TYPE
SYNTAX CpaeMacAuthBypassPortEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry containing management information for
MAC Auth-Bypass feature on a port."
INDEX { dot1xPaePortNumber }
::= { cpaeMacAuthBypassPortTable 1 }
CpaeMacAuthBypassPortEntry ::= SEQUENCE {
cpaeMacAuthBypassPortEnabled TruthValue,
cpaeMacAuthBypassPortInitialize TruthValue,
cpaeMacAuthBypassPortReAuth TruthValue,
cpaeMacAuthBypassPortMacAddress MacAddress,
cpaeMacAuthBypassPortAuthState INTEGER,
cpaeMacAuthBypassPortTermAction INTEGER,
cpaeMacAuthBypassSessionTimeLeft Unsigned32,
cpaeMacAuthBypassPortAuthMethod INTEGER,
cpaeMacAuthBypassPortSessionId SnmpAdminString,
cpaeMacAuthBypassPortUrlRedirect SnmpAdminString,
cpaeMacAuthBypassPortPostureTok CnnEouPostureTokenString
}
cpaeMacAuthBypassPortEnabled OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Specifies whether MAC Auth-Bypass is enabled
on the port."
::= { cpaeMacAuthBypassPortEntry 1 }
cpaeMacAuthBypassPortInitialize OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The initialization control for this port. Setting
this object to 'true' causes the MAC Auth-bypass
state machine to be initialized on the port. Setting
this object to 'false' has no effect.
This object always returns 'false' when it is read."
::= { cpaeMacAuthBypassPortEntry 2 }
cpaeMacAuthBypassPortReAuth OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The reauthentication control for this port. Setting
this object to 'true' causes the MAC address of the
device connecting to the port to be reauthenticated.
Setting this object to 'false' has no effect.
This object always returns 'false' when it is read."
::= { cpaeMacAuthBypassPortEntry 3 }
cpaeMacAuthBypassPortMacAddress OBJECT-TYPE
SYNTAX MacAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the MAC address of the device connecting
to the port."
::= { cpaeMacAuthBypassPortEntry 4 }
cpaeMacAuthBypassPortAuthState OBJECT-TYPE
SYNTAX INTEGER {
other(1),
waiting(2),
authenticating(3),
authenticated(4),
fail(5),
finished(6),
aaaFail(7),
ipAwaiting(8),
policyConfig(9)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the current state of the MAC Auth-Bypass
state machine.
other(1) : An unknown state.
waiting(2) : Waiting to receive the MAC address
that needs to be authenticated.
authenticating(3): In authentication process.
authenticated(4) : MAC address of the device connecting
to the port is authenticated.
fail(5) : MAC Auth-bypass authentication
failed. Port waits for a period of
time before moving to the 'waiting'
state, if there is no other
authentication features available
in the system.
finished(6) : MAC Auth-bypass authentication
failed. Port is authenticated by
another authentication feature.
aaaFail(7) : AAA server is not reachable after
sending the authentication request
or after the expiration of
re-authentication timeout, with IAB
(Inaccessible Authentication Bypass)
enabled on the port.
ipAwaiting(8) : Corresponding QoS/Security ACLs and other
Vendor Specific Attributes are being
configured on the port, after which IP
address will be obtained via DHCP snooping
or ARP inspection.
policyConfig(9) : Policy Groups or downloaded ACLs are being
configured on the port."
::= { cpaeMacAuthBypassPortEntry 5 }
cpaeMacAuthBypassPortTermAction OBJECT-TYPE
SYNTAX INTEGER {
other(1),
init(2),
reauth(3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the termination action received from RADIUS
server that will be applied on the port when the
current session timeout expired.
other : none of the following.
init : current session will be terminated and a new
authentication process will be initiated.
reauth: reauthentication will be applied without
terminating the current session."
::= { cpaeMacAuthBypassPortEntry 6 }
cpaeMacAuthBypassSessionTimeLeft OBJECT-TYPE
SYNTAX Unsigned32
UNITS "seconds"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates the leftover time of the current MAC
Auth-Bypass session on this port."
::= { cpaeMacAuthBypassPortEntry 7 }
cpaeMacAuthBypassPortAuthMethod OBJECT-TYPE
SYNTAX INTEGER {
radius(1),
eap(2)
}
MAX-ACCESS read-write