forked from AlexandreYang/snmp-mibs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
A3COM-HUAWEI-8021PAE-MIB
executable file
·305 lines (267 loc) · 10.4 KB
/
A3COM-HUAWEI-8021PAE-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
-- ==================================================================
-- Copyright (C) 2002 by HUAWEI TECHNOLOGIES. All rights reserved.
--
-- Description: HUAWEI Lan Switch 802.1X MIB
-- Reference:
-- Version: V1.3
-- History:
-- 1) 2003-03-27 Fuzhenyu created
-- 2) v1.1 2004-08-28 chaiyongfu
-- change node hwdot1xAuthServerTimeout's DEFVAL { 30 } to DEFVAL { 100 }
-- v1.2 2004-10-12 updated by gaolong
-- Import NOTIFICATION-TYPE
-- Remove chinese characters
-- Fix time format of hwpaeExtMib.
-- v1.3 2007-10-23 updated by chaiyongfu
-- Add node hwdot1xAuthMethod, hwdot1xpaeportMcastTrigStatus,
-- hwdot1xpaeportHandshakeStatus
-- ==================================================================
A3COM-HUAWEI-8021PAE-MIB DEFINITIONS ::= BEGIN
IMPORTS
huaweiMgmt
FROM A3COM-HUAWEI-OID-MIB
OBJECT-TYPE,Unsigned32,NOTIFICATION-TYPE
FROM SNMPv2-SMI
MODULE-IDENTITY
FROM SNMPv2-SMI
MacAddress
FROM SNMPv2-TC
dot1xPaePortNumber
FROM IEEE8021-PAE-MIB;
hwpaeExtMib MODULE-IDENTITY
LAST-UPDATED "200106290000Z"
ORGANIZATION ""
CONTACT-INFO
""
DESCRIPTION
"this file extends IEEE8021-PAE-MIB(802.1x)"
REVISION "200106290000Z"
DESCRIPTION
""
::= { huaweiMgmt 22 }
-- ============================================================
-- groups in the PAE MIB
-- ============================================================
hwpaeExtMibObjects OBJECT IDENTIFIER ::= { hwpaeExtMib 1 }
hwdot1xPaeSystem OBJECT IDENTIFIER ::= { hwpaeExtMibObjects 1 }
hwdot1xPaeAuthenticator OBJECT IDENTIFIER ::= { hwpaeExtMibObjects 2 }
-- ============================================================
hwdot1xAuthQuietPeriod OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The value, in seconds, of the quietPeriod constant
currently in use by the Authenticator PAE state
machine."
REFERENCE
" 9.4.1, quietPeriod"
DEFVAL { 60 }
::= { hwdot1xPaeSystem 1 }
hwdot1xAuthTxPeriod OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The value, in seconds, of the txPeriod constant
currently in use by the Authenticator PAE state
machine."
REFERENCE
" 9.4.1, txPeriod"
DEFVAL { 30 }
::= { hwdot1xPaeSystem 2 }
hwdot1xAuthSuppTimeout OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The value, in seconds, of the suppTimeout constant
currently in use by the Backend Authentication state
machine."
REFERENCE
" 9.4.1, suppTimeout"
DEFVAL { 30 }
::= { hwdot1xPaeSystem 3 }
hwdot1xAuthServerTimeout OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The value, in seconds, of the serverTimeout constant
currently in use by the Backend Authentication state
machine."
REFERENCE
" 9.4.1, serverTimeout"
DEFVAL { 100 }
::= { hwdot1xPaeSystem 4 }
hwdot1xAuthMaxReq OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The value of the maxReq constant currently in use by
the Backend Authentication state machine."
REFERENCE
" 9.4.1, maxReq"
DEFVAL { 2 }
::= { hwdot1xPaeSystem 5 }
hwdot1xAuthReAuthPeriod OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The value, in seconds, of the reAuthPeriod constant
currently in use by the Reauthentication Timer state
machine."
REFERENCE
" 9.4.1, reAuthPeriod"
DEFVAL { 3600 }
::= { hwdot1xPaeSystem 6 }
hwdot1xAuthMethod OBJECT-TYPE
SYNTAX INTEGER { chap(1), pap(2), eap(3) }
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The value defines the 802.1X authenticatin method."
REFERENCE
""
DEFVAL { 1 }
::= { hwdot1xPaeSystem 7 }
-- ============================================================
-- The Authenticator Configuration Extracte Table
-- ============================================================
hwdot1xAuthConfigExtTable OBJECT-TYPE
SYNTAX SEQUENCE OF Hwdot1xAuthConfigExtEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
" table extends dot1xAuthConfigTable"
REFERENCE
" 9.4.1 Authenticator Configuration"
::= { hwdot1xPaeAuthenticator 1 }
hwdot1xAuthConfigExtEntry OBJECT-TYPE
SYNTAX Hwdot1xAuthConfigExtEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
" The configuration information for an Authenticator PAE."
INDEX { dot1xPaePortNumber }
::= { hwdot1xAuthConfigExtTable 1 }
Hwdot1xAuthConfigExtEntry ::=
SEQUENCE {
hwdot1xpaeportAuthAdminStatus INTEGER ,
hwdot1xpaeportControlledType INTEGER ,
hwdot1xpaeportMaxUserNum INTEGER ,
hwdot1xpaeportUserNumNow INTEGER ,
hwdot1xpaeportClearStatistics INTEGER ,
hwdot1xpaeportMcastTrigStatus INTEGER ,
hwdot1xpaeportHandshakeStatus INTEGER
}
hwdot1xpaeportAuthAdminStatus OBJECT-TYPE
SYNTAX INTEGER { enabled( 1), disabled( 2) }
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The administrative enable/disable state for Port Access Control in a port."
REFERENCE
""
DEFVAL {2}
::= { hwdot1xAuthConfigExtEntry 1 }
hwdot1xpaeportControlledType OBJECT-TYPE
SYNTAX INTEGER { port(1), mac(2) }
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Port Access Control type , base port access control or base MAC access control"
REFERENCE
""
DEFVAL {2}
::= { hwdot1xAuthConfigExtEntry 2 }
hwdot1xpaeportMaxUserNum OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"the max num of online user in a port"
REFERENCE
""
DEFVAL {256}
::= { hwdot1xAuthConfigExtEntry 3 }
hwdot1xpaeportUserNumNow OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"the num of online user in a port now "
REFERENCE
""
::= { hwdot1xAuthConfigExtEntry 4 }
hwdot1xpaeportClearStatistics OBJECT-TYPE
SYNTAX INTEGER {clear(1)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Clear various Statistics viz. "
REFERENCE
""
::= { hwdot1xAuthConfigExtEntry 5 }
hwdot1xpaeportMcastTrigStatus OBJECT-TYPE
SYNTAX INTEGER { enabled( 1), disabled( 2) }
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The administrative enable/disable state for sending
muticast EAP_REQ/ID packet."
REFERENCE
""
DEFVAL {1}
::= { hwdot1xAuthConfigExtEntry 6 }
hwdot1xpaeportHandshakeStatus OBJECT-TYPE
SYNTAX INTEGER { enabled( 1 ), disabled( 2 ) }
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The administrative enable/disable state for sending
handshake EAP_REQ/ID packet."
REFERENCE
""
DEFVAL {1}
::= { hwdot1xAuthConfigExtEntry 7 }
-- trap defination
hwdot1xPaeTraps OBJECT IDENTIFIER ::= { hwpaeExtMibObjects 0 }
supplicantproxycheck NOTIFICATION-TYPE
OBJECTS { proxycheckVlanId, proxycheckPortName, proxycheckMacAddr, proxycheckIpaddr, proxycheckUsrName }
STATUS current
DESCRIPTION ""
::= { hwdot1xPaeTraps 1 }
proxycheckVlanId OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION "."
::= { hwdot1xPaeTraps 2 }
proxycheckPortName OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION "."
::= { hwdot1xPaeTraps 3 }
proxycheckMacAddr OBJECT-TYPE
SYNTAX MacAddress
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION "."
::= { hwdot1xPaeTraps 4 }
proxycheckIpaddr OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION "."
::= { hwdot1xPaeTraps 5 }
proxycheckUsrName OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION "."
::= { hwdot1xPaeTraps 6 }
END