-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBRCD-DOT1X-MIB
590 lines (517 loc) · 20.6 KB
/
BRCD-DOT1X-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
BRCD-DOT1X-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Integer32, Counter32, Unsigned32
FROM SNMPv2-SMI -- [RFC2578]
ifIndex
FROM IF-MIB -- [RFC2863]
MacAddress
FROM SNMPv2-TC -- [RFC2579]
InetAddressType, InetAddress
FROM INET-ADDRESS-MIB -- [RFC4001]
EnabledStatus
FROM P-BRIDGE-MIB
SnmpAdminString
FROM SNMP-FRAMEWORK-MIB; -- [RFC3411]
brcdDot1xAuth MODULE-IDENTITY
LAST-UPDATED "201009300000Z" -- September 30, 2010
ORGANIZATION "Brocade Communications Systems, Inc."
CONTACT-INFO
"Technical Support Center
130 Holger Way,
San Jose, CA 95134
Email: [email protected]
Phone: 1-800-752-8061
URL: www.brocade.com"
DESCRIPTION
"Management Information for configuration /querying of 802.1x authentication
It is grouped into five MIBs -
1. Global level configurable admin /status 802.1x information
2. Port level EAPOL statistics information
3. Port level configuration information
4. Different Port state information and
5. 802.1x mac session information
Copyright 1996-2010 Brocade Communications Systems, Inc.
All rights reserved.
This Brocade Communications Systems SNMP Management Information Base Specification
embodies Brocade Communications Systems' confidential and proprietary
intellectual property. Brocade Communications Systems retains all
title and ownership in the Specification, including any revisions.
This Specification is supplied AS IS, and Brocade Communications Systems makes
no warranty, either express or implied, as to the use,
operation, condition, or performance of the specification, and any unintended
consequence it may on the user environment."
REVISION "201009300000Z" -- September 30, 2010
DESCRIPTION
""
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) foundry(1991) products(1) switch(1) snSwitch(3) 38 }
-- -------------------------------------------------------------
-- Textual Conventions
-- -------------------------------------------------------------
VlanId ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"A 12-bit VLAN ID used in the VLAN Tag header."
SYNTAX INTEGER (1..4094)
-- ---------------------------------------------------------- --
-- groups in the Dot1x MIB
-- ---------------------------------------------------------- --
brcdDot1xAuthGlobalConfigGroup OBJECT IDENTIFIER ::= { brcdDot1xAuth 1 }
brcdDot1xAuthPortStatistics OBJECT IDENTIFIER ::= { brcdDot1xAuth 2 }
brcdDot1xAuthPortConfig OBJECT IDENTIFIER ::= { brcdDot1xAuth 3 }
brcdDot1xAuthPortState OBJECT IDENTIFIER ::= { brcdDot1xAuth 4 }
brcdDot1xAuthMacSession OBJECT IDENTIFIER ::= { brcdDot1xAuth 5 }
brcdDot1xAuthGlobalAdminGroup OBJECT IDENTIFIER ::= { brcdDot1xAuth 6 }
brcdDot1xAuthGlobalConfigQuietperiod OBJECT-TYPE
SYNTAX Unsigned32 (1..4294967294)
UNITS "seconds"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "When the Brocade device is unable to authenticate a Client,
the amount of time the Brocade device waits before trying
again.. The allowed range is from 1 to 4294967294"
DEFVAL { 60 }
::= { brcdDot1xAuthGlobalConfigGroup 1 }
brcdDot1xAuthGlobalConfigTxPeriod OBJECT-TYPE
SYNTAX Unsigned32 (1..4294967294)
UNITS "seconds"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "When a Client does not send back an EAP(Extensible
Authentication Protocol)-response/identity
frame, the amount of time the Brocade device waits before
retransmitting the EAP-request/identity frame to a Client
The allowed range is from 1 to 4294967294"
DEFVAL { 30 }
::= { brcdDot1xAuthGlobalConfigGroup 2 }
brcdDot1xAuthGlobalConfigSuppTimeOut OBJECT-TYPE
SYNTAX Unsigned32 (1..4294967294)
UNITS "seconds"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "When a supplicant (Client) does not respond to an
EAP-request frame, the amount of time before the Brocade
device retransmits the frame
The allowed range is from 1 to 4294967294"
DEFVAL { 30 }
::= { brcdDot1xAuthGlobalConfigGroup 3 }
brcdDot1xAuthGlobalConfigAuthServerTimeOut OBJECT-TYPE
SYNTAX Unsigned32 (1..4294967294)
UNITS "seconds"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "When the Authentication Server (RADIUS) does not respond
to a message sent from the Client, the amount of time before
the Brocade device retransmits the message.
The allowed range is from 1 to 4294967294"
DEFVAL { 2 }
::= { brcdDot1xAuthGlobalConfigGroup 4 }
brcdDot1xAuthGlobalConfigMaxReq OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The number of times the Brocade device retransmits an
EAP-request/identity request frame if it does not receive
an EAP-response/identity response frame from a Client"
DEFVAL { 2 }
::= { brcdDot1xAuthGlobalConfigGroup 5 }
brcdDot1xAuthGlobalConfigReAuthMax OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The number of re-authentication attempts that are
permitted before the port becomes Unauthorized"
DEFVAL { 2 }
::= { brcdDot1xAuthGlobalConfigGroup 6 }
brcdDot1xAuthGlobalConfigReAuthPeriod OBJECT-TYPE
SYNTAX Unsigned32 (1..4294967294)
UNITS "seconds"
MAX-ACCESS read-write
STATUS current
DESCRIPTION "How often the device automatically re-authenticates
clients when periodic re-authentication is enabled
The allowed range is from 1 to 4294967294"
DEFVAL { 3600 }
::= { brcdDot1xAuthGlobalConfigGroup 7 }
brcdDot1xAuthGlobalConfigProtocolVersion OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The EAP protocol version"
::= { brcdDot1xAuthGlobalConfigGroup 8 }
brcdDot1xAuthGlobalConfigTotalPortsEnabled OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The total number of ports that have 802.1x enabled"
::= { brcdDot1xAuthGlobalConfigGroup 9 }
brcdDot1xAuthGlobalConfigReauthStatus OBJECT-TYPE
SYNTAX EnabledStatus
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Used to enable / disable Reauthentication globally"
DEFVAL { disabled }
::= {brcdDot1xAuthGlobalConfigGroup 10 }
brcdDot1xAuthGlobalConfigMacSessionMaxAge OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The Max-Age of the 802.1x mac session-
A value between 0 and 65535"
::= {brcdDot1xAuthGlobalConfigGroup 11 }
brcdDot1xAuthGlobalConfigNoAgingDeniedSessions OBJECT-TYPE
SYNTAX EnabledStatus
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Enable / Disable Mac-Session-No Aging
for Denied sessions"
DEFVAL { disabled }
::= {brcdDot1xAuthGlobalConfigGroup 12 }
brcdDot1xAuthGlobalConfigNoAgingPermittedSessions OBJECT-TYPE
SYNTAX EnabledStatus
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Enable / Disable Mac-Session-No Aging
for Permitted sessions"
DEFVAL { disabled }
::= {brcdDot1xAuthGlobalConfigGroup 13 }
brcdDot1xAuthGlobalConfigAuthFailAction OBJECT-TYPE
SYNTAX INTEGER { blockTraffic(1),
restrictedVlan(2) }
MAX-ACCESS read-write
STATUS current
DESCRIPTION "To Configure the action to take when the authentication fails"
::= {brcdDot1xAuthGlobalConfigGroup 14 }
---802.1x Per Port Statistics Table
brcdDot1xAuthPortStatTable OBJECT-TYPE
SYNTAX SEQUENCE OF BrcdDot1xAuthPortStatEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A table that contains port EAP(Extensible Authentication
Protocol) frames statistics for 802.1x authentication"
::= { brcdDot1xAuthPortStatistics 1 }
brcdDot1xAuthPortStatEntry OBJECT-TYPE
SYNTAX BrcdDot1xAuthPortStatEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "An entry of EAP frames statistics indexed by ifIndex"
INDEX {ifIndex }
::= { brcdDot1xAuthPortStatTable 1 }
BrcdDot1xAuthPortStatEntry ::= SEQUENCE {
brcdDot1xAuthPortStatRxEAPFrames Counter32,
brcdDot1xAuthPortStatTxEAPFrames Counter32,
brcdDot1xAuthPortStatRxEAPStartFrames Counter32,
brcdDot1xAuthPortStatRxEAPLogOffFrames Counter32,
brcdDot1xAuthPortStatRxEAPRespIdFrames Counter32,
brcdDot1xAuthPortStatTxEAPReqIdFrames Counter32,
brcdDot1xAuthPortStatRxEAPInvalidFrames Counter32,
brcdDot1xAuthPortStatEAPLastFrameVersionRx Unsigned32,
brcdDot1xAuthPortStatRxEAPRespOrIdFrames Counter32,
brcdDot1xAuthPortStatRxLengthErrorFrame Integer32,
brcdDot1xAuthPortStatTxRequestFrames Counter32,
brcdDot1xAuthPortStatLastEAPFrameSource MacAddress
}
brcdDot1xAuthPortStatRxEAPFrames OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The total number of EAPOL frames received on the port
It includes EAP frames - "
::= { brcdDot1xAuthPortStatEntry 1 }
brcdDot1xAuthPortStatTxEAPFrames OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The no of EAPOL frames transmitted on the port"
::= { brcdDot1xAuthPortStatEntry 2 }
brcdDot1xAuthPortStatRxEAPStartFrames OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of EAPOL-Start frames received on the port"
::= { brcdDot1xAuthPortStatEntry 3 }
brcdDot1xAuthPortStatRxEAPLogOffFrames OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of EAPOL-Logoff frames received on the port"
::= { brcdDot1xAuthPortStatEntry 4 }
brcdDot1xAuthPortStatRxEAPRespIdFrames OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of EAP frames other than Response/Identity
frames received on the port"
::= { brcdDot1xAuthPortStatEntry 5 }
brcdDot1xAuthPortStatTxEAPReqIdFrames OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of EAP-Request/Identity frames transmitted on
the port"
::= { brcdDot1xAuthPortStatEntry 6 }
brcdDot1xAuthPortStatRxEAPInvalidFrames OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of invalid EAPOL frames received on the port"
::= { brcdDot1xAuthPortStatEntry 7 }
brcdDot1xAuthPortStatEAPLastFrameVersionRx OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The version of last EAP frame received"
::= { brcdDot1xAuthPortStatEntry 8 }
brcdDot1xAuthPortStatRxEAPRespOrIdFrames OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of received EAP response or Id frames on the
port"
::= { brcdDot1xAuthPortStatEntry 9 }
brcdDot1xAuthPortStatRxLengthErrorFrame OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The received EAP Length Error frame"
::= { brcdDot1xAuthPortStatEntry 10 }
brcdDot1xAuthPortStatTxRequestFrames OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of transmitted EAP request frames on the port"
::= { brcdDot1xAuthPortStatEntry 11 }
brcdDot1xAuthPortStatLastEAPFrameSource OBJECT-TYPE
SYNTAX MacAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The MAC address of the source from which the last EAP frame came"
::= {brcdDot1xAuthPortStatEntry 12}
---A table of 802.1x dynamic states that the port is currently in..
brcdDot1xAuthPortStateTable OBJECT-TYPE
SYNTAX SEQUENCE OF BrcdDot1xAuthPortStateEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A table that contains entries of port dot1x values"
::= { brcdDot1xAuthPortState 1 }
brcdDot1xAuthPortStateEntry OBJECT-TYPE
SYNTAX BrcdDot1xAuthPortStateEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "An entry of 802.1x config values indexed by ifIndex to
be able to have port values"
INDEX { ifIndex }
::= { brcdDot1xAuthPortStateTable 1 }
BrcdDot1xAuthPortStateEntry ::= SEQUENCE {
brcdDot1xAuthPortStateMacSessions Unsigned32,
brcdDot1xAuthPortStateAuthMacSessions Unsigned32,
brcdDot1xAuthPortStateOriginalPVID Unsigned32,
brcdDot1xAuthPortStatePVIDMacTotal Unsigned32,
brcdDot1xAuthPortStatePVIDMacAuthorized Unsigned32,
brcdDot1xAuthPortStatePortVlanState INTEGER,
brcdDot1xAuthPortStatePVID Unsigned32,
brcdDot1xAuthPortStateRestrictPVID Unsigned32,
brcdDot1xAuthPortStateRadiusAssignPVID Unsigned32
}
brcdDot1xAuthPortStateMacSessions OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of 802.1x MAC sessions per port"
::= { brcdDot1xAuthPortStateEntry 1 }
brcdDot1xAuthPortStateAuthMacSessions OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of Authorized MAC sessions per port"
::= { brcdDot1xAuthPortStateEntry 2 }
brcdDot1xAuthPortStateOriginalPVID OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Originally configured(not dynamically assigned)
PVID(port's default VLAN ID) for the port"
::= { brcdDot1xAuthPortStateEntry 3}
brcdDot1xAuthPortStatePVIDMacTotal OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of devices transmitting untagged traffic
on the port's PVID"
::= { brcdDot1xAuthPortStateEntry 4 }
brcdDot1xAuthPortStatePVIDMacAuthorized OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of devices transmitting untagged traffic
on the port's PVID as a result of dynamic VLAN assignment"
::= { brcdDot1xAuthPortStateEntry 5 }
brcdDot1xAuthPortStatePortVlanState OBJECT-TYPE
SYNTAX INTEGER { radius(1), restricted(2), normal(3) }
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The Current Vlan state the port is in, which can be
RADIUS -The port's PVID was dynamically assigned by a RADIUS server
Restricted - The port's PVID is the restricted VLAN Normal - The port's PVID is not set by a RADIUS server,
nor is it the restricted VLAN"
::= { brcdDot1xAuthPortStateEntry 6 }
brcdDot1xAuthPortStatePVID OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The Dot1x Authentication default Port VLAN Id"
::= { brcdDot1xAuthPortStateEntry 7 }
brcdDot1xAuthPortStateRestrictPVID OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Restrict PVID"
::= { brcdDot1xAuthPortStateEntry 8 }
brcdDot1xAuthPortStateRadiusAssignPVID OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "RADIUS assign PVID"
::= { brcdDot1xAuthPortStateEntry 9 }
--- A table of port configuration parameters for 802.1x authentication
brcdDot1xAuthPortConfigTable OBJECT-TYPE
SYNTAX SEQUENCE OF BrcdDot1xAuthPortConfigEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A table that allows configuration of dot1x values for a given port"
::= { brcdDot1xAuthPortConfig 1 }
brcdDot1xAuthPortConfigEntry OBJECT-TYPE
SYNTAX BrcdDot1xAuthPortConfigEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "An entry of 802.1x config values"
INDEX { ifIndex }
::= { brcdDot1xAuthPortConfigTable 1 }
BrcdDot1xAuthPortConfigEntry ::= SEQUENCE {
brcdDot1xAuthPortConfigPortControl INTEGER,
brcdDot1xAuthPortConfigFilterStrictSec EnabledStatus,
brcdDot1xAuthPortConfigDot1xOnPort EnabledStatus
}
brcdDot1xAuthPortConfigPortControl OBJECT-TYPE
SYNTAX INTEGER { forceUnauthorized(1), controlauto(2), forceAuthorized(3)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The configured port control type
for the interface which can be
1. force-unauthorized - port's controlled port is placed
unconditionally in the unauthorized state
2. control-auto - the controlled port is unauthorized
until authentication takes place between client and RADIUS
3. force-authorized - the port's controlled port is placed
unconditionally in the authorized state"
::= { brcdDot1xAuthPortConfigEntry 1 }
brcdDot1xAuthPortConfigFilterStrictSec OBJECT-TYPE
SYNTAX EnabledStatus
MAX-ACCESS read-write
STATUS current
DESCRIPTION "To configure filter strict security
on the interface - enable(1) or disable(0)"
::= { brcdDot1xAuthPortConfigEntry 2 }
brcdDot1xAuthPortConfigDot1xOnPort OBJECT-TYPE
SYNTAX EnabledStatus
MAX-ACCESS read-write
STATUS current
DESCRIPTION "To Configure (enable / disable) 802.1x on an interface level"
::= { brcdDot1xAuthPortConfigEntry 3 }
---A table that contains 802.1x mac-sessions
brcdDot1xAuthMacSessionTable OBJECT-TYPE
SYNTAX SEQUENCE OF BrcdDot1xAuthMacSessionEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A table that contains 802.1x MAC sessions"
::= { brcdDot1xAuthMacSession 1}
brcdDot1xAuthMacSessionEntry OBJECT-TYPE
SYNTAX BrcdDot1xAuthMacSessionEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "An entry containing information applicable to
a particular interface and client MAC ie., dot1x-mac-session "
INDEX { ifIndex, brcdDot1xAuthMacSessionAuthMac }
::= { brcdDot1xAuthMacSessionTable 1 }
BrcdDot1xAuthMacSessionEntry ::=
SEQUENCE {
brcdDot1xAuthMacSessionAuthMac MacAddress,
brcdDot1xAuthMacSessionUserName SnmpAdminString,
brcdDot1xAuthMacSessionIncomingVlanId VlanId,
brcdDot1xAuthMacSessionCurrentVlanId VlanId,
brcdDot1xAuthMacSessionAccessStatus INTEGER,
brcdDot1xAuthMacSessionMaxAge Unsigned32,
brcdDot1xAuthMacSessionAddrType InetAddressType,
brcdDot1xAuthMacSessionIpAddr InetAddress,
brcdDot1xAuthMacSessionAging INTEGER
}
brcdDot1xAuthMacSessionAuthMac OBJECT-TYPE
SYNTAX MacAddress
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Mac address of the client - which
basically represents the username used for RADIUS authentication"
::= { brcdDot1xAuthMacSessionEntry 1 }
brcdDot1xAuthMacSessionUserName OBJECT-TYPE
SYNTAX SnmpAdminString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "User name of the 802.1x mac session"
::= { brcdDot1xAuthMacSessionEntry 2 }
brcdDot1xAuthMacSessionIncomingVlanId OBJECT-TYPE
SYNTAX VlanId
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Incoming VLAN ID"
::= { brcdDot1xAuthMacSessionEntry 3 }
brcdDot1xAuthMacSessionCurrentVlanId OBJECT-TYPE
SYNTAX VlanId
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The VLAN to which the port is currently assigned"
::= { brcdDot1xAuthMacSessionEntry 4 }
brcdDot1xAuthMacSessionAccessStatus OBJECT-TYPE
SYNTAX INTEGER { permit(1), blocked(2), restrict(3), init(4) }
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The authentication state of the dot1x-mac-session - which
can be permitted, denied, restricted or in the Init state"
::= { brcdDot1xAuthMacSessionEntry 5 }
brcdDot1xAuthMacSessionMaxAge OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "MAX Age of the mac session in which
the MAC address is authenticated."
::= { brcdDot1xAuthMacSessionEntry 6 }
brcdDot1xAuthMacSessionAddrType OBJECT-TYPE
SYNTAX InetAddressType
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Client(supplicant) IP address Type. Supported address types
are ipv4(1) and ipv6(2)"
DEFVAL { ipv4 }
::= { brcdDot1xAuthMacSessionEntry 7 }
brcdDot1xAuthMacSessionIpAddr OBJECT-TYPE
SYNTAX InetAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The IP Address of the client"
::= { brcdDot1xAuthMacSessionEntry 8 }
brcdDot1xAuthMacSessionAging OBJECT-TYPE
SYNTAX INTEGER { software(1), hardware(2), ena(3), notapplicable(4) }
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The age's type - Hardware
or Software aging, Ena in which case
the aging hasn't started, or notapplicable when
there is a fake 802.1x mac session"
::= { brcdDot1xAuthMacSessionEntry 9 }
---A scalar belonging to brcdDot1xAuthGlobalAdminGroup
brcdDot1xAuthGlobalAdminConfigStatus OBJECT-TYPE
SYNTAX EnabledStatus
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Used to enable /disable 802.1x authentication globally"
DEFVAL { disabled }
::= { brcdDot1xAuthGlobalAdminGroup 1}
END