-
Notifications
You must be signed in to change notification settings - Fork 0
/
hpicfAutz.mib
482 lines (410 loc) · 16.9 KB
/
hpicfAutz.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
HP-AUTZ-MIB DEFINITIONS ::= BEGIN
IMPORTS
hpSwitch
FROM HP-ICF-OID
InetAddressType, InetAddress
FROM INET-ADDRESS-MIB
OBJECT-GROUP, MODULE-COMPLIANCE, NOTIFICATION-GROUP
FROM SNMPv2-CONF
RowStatus
FROM SNMPv2-TC
OBJECT-TYPE, MODULE-IDENTITY, NOTIFICATION-TYPE,
Integer32
FROM SNMPv2-SMI;
-- 1.3.6.1.4.1.11.2.14.11.5.1.32
hpSwitchAuthorizationMIB MODULE-IDENTITY
LAST-UPDATED "201102070000Z" -- February 07, 2011 at 00:00 GMT
ORGANIZATION "HP Networking"
CONTACT-INFO
"Hewlett Packard Company
8000 Foothills Blvd.
Roseville, CA 95747"
DESCRIPTION
"This MIB module contains the definitions of objects
for managing the user authorization service on HP
networking devices."
REVISION "201102070000Z" -- February 07, 2011
DESCRIPTION "Added
hpSwitchLocalMgmtPrivGroupsTable,
hpSwitchLocalMgmtPrivCommandsTable."
REVISION "200708290000Z" -- August 29, 2007 at 00:00 GMT
DESCRIPTION
"Added hpicfSwitchAuthServerFail notification"
REVISION "200510050000Z" -- October 05, 2005 at 00:00 GMT
DESCRIPTION
"Initial version."
::= { hpSwitch 32 }
--
-- Node definitions
--
-- 1.3.6.1.4.1.11.2.14.11.5.1.32.0
hpicfSwitchAuthorizationNotifications OBJECT IDENTIFIER ::= { hpSwitchAuthorizationMIB 0 }
-- 1.3.6.1.4.1.11.2.14.11.5.1.32.0.1
hpicfSwitchAuthServerFail NOTIFICATION-TYPE
OBJECTS { hpicfSwitchAuthServerType, hpicfSwitchAuthServerIPType,
hpicfSwitchAuthServerIP }
STATUS current
DESCRIPTION
"This notification indicates that the specified server is not reachable."
::= { hpicfSwitchAuthorizationNotifications 1 }
-- 1.3.6.1.4.1.11.2.14.11.5.1.32.1
hpSwitchAuthorizationConfig OBJECT IDENTIFIER ::= { hpSwitchAuthorizationMIB 1 }
-- 1.3.6.1.4.1.11.2.14.11.5.1.32.1.1
hpSwitchAutzServiceTable OBJECT-TYPE
SYNTAX SEQUENCE OF HpSwitchAutzServiceEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The (conceptual) table listing the authorization
service types."
::= { hpSwitchAuthorizationConfig 1 }
-- 1.3.6.1.4.1.11.2.14.11.5.1.32.1.1.1
hpSwitchAutzServiceEntry OBJECT-TYPE
SYNTAX HpSwitchAutzServiceEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry (conceptual row) in the hpSwitchAutzServiceTable."
INDEX { hpSwitchAutzServiceType }
::= { hpSwitchAutzServiceTable 1 }
HpSwitchAutzServiceEntry ::=
SEQUENCE {
hpSwitchAutzServiceType
INTEGER,
hpSwitchAutzServicePrimaryMethod
INTEGER,
hpSwitchAutzServiceSecondaryMethod
INTEGER
}
-- 1.3.6.1.4.1.11.2.14.11.5.1.32.1.1.1.1
hpSwitchAutzServiceType OBJECT-TYPE
SYNTAX INTEGER
{
commands(1),
exec(2),
network(3)
}
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Signifies the authorization service type for which
this entry contains configuration information."
::= { hpSwitchAutzServiceEntry 1 }
-- 1.3.6.1.4.1.11.2.14.11.5.1.32.1.1.1.2
hpSwitchAutzServicePrimaryMethod OBJECT-TYPE
SYNTAX INTEGER
{
local(1),
tacacs(2),
radius(3),
none(4)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Specifies the primary method used for authorization."
::= { hpSwitchAutzServiceEntry 2 }
-- 1.3.6.1.4.1.11.2.14.11.5.1.32.1.1.1.3
hpSwitchAutzServiceSecondaryMethod OBJECT-TYPE
SYNTAX INTEGER
{
local(1),
none(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Specifies the secondary (backup) method used for
authorization."
::= { hpSwitchAutzServiceEntry 3 }
-- 1.3.6.1.4.1.11.2.14.11.5.1.32.1.2
hpicfSwitchAuthObjects OBJECT IDENTIFIER ::= { hpSwitchAuthorizationConfig 2 }
-- 1.3.6.1.4.1.11.2.14.11.5.1.32.1.2.1
hpicfSwitchAuthServerType OBJECT-TYPE
SYNTAX INTEGER
{
radius(1),
tacacs(2),
other(9)
}
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"Authorization server type reported in hpicfSwitchAuthorization
notifications."
::= { hpicfSwitchAuthObjects 1 }
-- 1.3.6.1.4.1.11.2.14.11.5.1.32.1.2.2
hpicfSwitchAuthServerIPType OBJECT-TYPE
SYNTAX InetAddressType
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"InetAddressType of the address reported in
hpicfSwitchAuthServerIP."
::= { hpicfSwitchAuthObjects 2 }
-- 1.3.6.1.4.1.11.2.14.11.5.1.32.1.2.3
hpicfSwitchAuthServerIP OBJECT-TYPE
SYNTAX InetAddress
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"This object is used in an
hpicfSwitchAuthorizationNotification to report the IP
address of the affected server."
::= { hpicfSwitchAuthObjects 3 }
-- 1.3.6.1.4.1.11.2.14.11.5.1.32.1.3
hpSwitchAuthConfigObjects OBJECT IDENTIFIER ::= { hpSwitchAuthorizationConfig 3 }
-- 1.3.6.1.4.1.11.2.14.11.5.1.32.1.3.1
hpicfSwitchAuthServerNotifyEnable OBJECT-TYPE
SYNTAX INTEGER
{
enabled(1),
disabled(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The operational status of hpicfSwitchAuthServerFail notifications.
The default value is 1 (Enabled). A value of 2 represents
Disabled. Writing this object requires authentication, such
as provided by SNMPv3."
::= { hpSwitchAuthConfigObjects 1 }
-- ------------------------------------------------------------
-- Local Managment Privilege Groups Table
-- ------------------------------------------------------------
-- 1.3.6.1.4.1.11.2.14.11.5.1.32.1.4
hpSwitchAuthLocalPrivConfigObjects OBJECT IDENTIFIER ::= { hpSwitchAuthorizationConfig 4 }
hpSwitchLocalMgmtPrivGroupsTable OBJECT-TYPE
SYNTAX SEQUENCE OF HpSwitchLocalMgmtPrivGroupsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This table lists the local management
privilege group names."
::= { hpSwitchAuthLocalPrivConfigObjects 1 }
hpSwitchLocalMgmtPrivGroupsEntry OBJECT-TYPE
SYNTAX HpSwitchLocalMgmtPrivGroupsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Local Management Groups entry."
INDEX { hpSwitchLocalMgmtPrivGroupIndex }
::= { hpSwitchLocalMgmtPrivGroupsTable 1 }
HpSwitchLocalMgmtPrivGroupsEntry ::=
SEQUENCE {
hpSwitchLocalMgmtPrivGroupIndex Integer32,
hpSwitchLocalMgmtPrivGroupName OCTET STRING,
hpSwitchLocalMgmtPrivGroupStatus RowStatus
}
hpSwitchLocalMgmtPrivGroupIndex OBJECT-TYPE
SYNTAX Integer32 (1..2147483647)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The index value which uniquely identifies a row
in the group table.
The values, One (1) is reserved for a predefined manager group,
Two (2) is reserved for usernames that are not
assigned to a group. The privileges for usernames that
do not have a group assignment is the same as
operator'. "
::= { hpSwitchLocalMgmtPrivGroupsEntry 1 }
hpSwitchLocalMgmtPrivGroupName OBJECT-TYPE
SYNTAX OCTET STRING ( SIZE (1..255))
MAX-ACCESS read-create
STATUS current
DESCRIPTION "The name of a given Local Management server group."
::= { hpSwitchLocalMgmtPrivGroupsEntry 2 }
hpSwitchLocalMgmtPrivGroupStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION "The status of the local management privilege
group row."
::= { hpSwitchLocalMgmtPrivGroupsEntry 3 }
-- ------------------------------------------------------------
-- Local Managment Privilege Commands Table
-- ------------------------------------------------------------
hpSwitchLocalMgmtPrivCommandsTable OBJECT-TYPE
SYNTAX SEQUENCE OF HpSwitchLocalMgmtPrivCommandsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "This table lists the local management
Privilege Command Match strings."
::= { hpSwitchAuthLocalPrivConfigObjects 2 }
hpSwitchLocalMgmtPrivCommandsEntry OBJECT-TYPE
SYNTAX HpSwitchLocalMgmtPrivCommandsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Local Management Commands entry."
INDEX { hpSwitchLocalMgmtPrivGroupIndex,
hpSwitchLocalMgmtPrivCmdSequenceIndex }
::= { hpSwitchLocalMgmtPrivCommandsTable 1 }
HpSwitchLocalMgmtPrivCommandsEntry ::=
SEQUENCE {
hpSwitchLocalMgmtPrivCmdSequenceIndex Integer32,
hpSwitchLocalMgmtPrivCmdMatchStr OCTET STRING,
hpSwitchLocalMgmtPrivCmdPriv INTEGER,
hpSwitchLocalMgmtPrivCmdSendLog INTEGER,
hpSwitchLocalMgmtPrivCmdStatus RowStatus
}
hpSwitchLocalMgmtPrivCmdSequenceIndex OBJECT-TYPE
SYNTAX Integer32 (1..2147483647)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "The index value which uniquely identifies a row
in the command table. See the
documentation for the number of sequences allowed."
::= { hpSwitchLocalMgmtPrivCommandsEntry 1 }
hpSwitchLocalMgmtPrivCmdMatchStr OBJECT-TYPE
SYNTAX OCTET STRING ( SIZE (0..65535))
MAX-ACCESS read-create
STATUS current
DESCRIPTION "The syntax of a command within a group.
See the documentation for the maximum length
of the command name."
::= { hpSwitchLocalMgmtPrivCommandsEntry 2 }
hpSwitchLocalMgmtPrivCmdPriv OBJECT-TYPE
SYNTAX INTEGER {
permit(1),
deny(2)
}
MAX-ACCESS read-create
STATUS current
DESCRIPTION "The privilege associated with commands that
match the command string."
::= { hpSwitchLocalMgmtPrivCommandsEntry 3 }
hpSwitchLocalMgmtPrivCmdSendLog OBJECT-TYPE
SYNTAX INTEGER {
enable(1),
disable(2)
}
MAX-ACCESS read-create
STATUS current
DESCRIPTION "Determines if a log message is generated when
commands matching this command string are
attempted."
DEFVAL {disable}
::= { hpSwitchLocalMgmtPrivCommandsEntry 4 }
hpSwitchLocalMgmtPrivCmdStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION "The status of the local management privilege
command row."
::= { hpSwitchLocalMgmtPrivCommandsEntry 5 }
-- Compliance Statements
-- 1.3.6.1.4.1.11.2.14.11.5.1.32.2
hpSwitchAuthorizationConformance OBJECT IDENTIFIER ::= { hpSwitchAuthorizationMIB 2 }
-- 1.3.6.1.4.1.11.2.14.11.5.1.32.2.1
hpSwitchAuthorizationMIBCompliances OBJECT IDENTIFIER ::=
{ hpSwitchAuthorizationConformance 1 }
-- 1.3.6.1.4.1.11.2.14.11.5.1.32.2.1.1
hpSwitchAuthorizationMIBCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for devices implementing the
HP-AUTZ-MIB."
MODULE -- this module
MANDATORY-GROUPS { hpSwitchAuthorizationConfigGroup }
::= { hpSwitchAuthorizationMIBCompliances 1 }
hpSwitchLocalMgmtPrivGrpMIBCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION "The compliance statement for listing the
local management privilege methods to be
tried for granting
different access levels through
various access tasks"
MODULE -- this module
MANDATORY-GROUPS { hpSwitchAutzLocalMgmtPrivGroup }
OBJECT hpSwitchLocalMgmtPrivGroupName
MIN-ACCESS read-only
DESCRIPTION
"Write access is not required.
"
OBJECT hpSwitchLocalMgmtPrivCmdMatchStr
MIN-ACCESS read-only
DESCRIPTION
"Write access is not required.
"
OBJECT hpSwitchLocalMgmtPrivCmdPriv
MIN-ACCESS read-only
DESCRIPTION
"Write access is not required.
"
OBJECT hpSwitchLocalMgmtPrivCmdSendLog
MIN-ACCESS read-only
DESCRIPTION
"Write access is not required.
"
::= { hpSwitchAuthorizationMIBCompliances 2 }
hpSwitchLocalMgmtPrivGrpMIBCompliance1 MODULE-COMPLIANCE
STATUS current
DESCRIPTION "The compliance statement for listing the
local management privilege methods to be
tried for granting different access levels
through various access tasks"
MODULE -- this module
MANDATORY-GROUPS { hpSwitchAutzLocalMgmtPrivGroup1 }
::= { hpSwitchAuthorizationMIBCompliances 3 }
hpSwitchAuthorizationObjectsGrpMIBCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION "The compliance statement for listing the
local management privilege methods to be
tried for granting different access levels
through various access tasks"
MODULE -- this module
MANDATORY-GROUPS { hpicfSwitchAuthorizationObjectsGroup }
::= { hpSwitchAuthorizationMIBCompliances 4 }
hpSwitchAuthorizationNotificationGrpMIBCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION "The compliance statement for listing the
local management privilege methods to be
tried for granting different access levels
through various access tasks"
MODULE -- this module
MANDATORY-GROUPS { hpicfSwitchAuthorizationNotificationGroup }
::= { hpSwitchAuthorizationMIBCompliances 5 }
-- 1.3.6.1.4.1.11.2.14.11.5.1.32.2.2
hpSwitchAuthorizationMIBGroups OBJECT IDENTIFIER ::= { hpSwitchAuthorizationConformance 2 }
-- 1.3.6.1.4.1.11.2.14.11.5.1.32.2.2.1
hpSwitchAuthorizationConfigGroup OBJECT-GROUP
OBJECTS { hpSwitchAutzServicePrimaryMethod,
hpSwitchAutzServiceSecondaryMethod, hpicfSwitchAuthServerNotifyEnable }
STATUS current
DESCRIPTION
"A collection of objects to support authorization service."
::= { hpSwitchAuthorizationMIBGroups 1 }
-- 1.3.6.1.4.1.11.2.14.11.5.1.32.2.2.2
hpicfSwitchAuthorizationNotificationGroup NOTIFICATION-GROUP
NOTIFICATIONS { hpicfSwitchAuthServerFail }
STATUS current
DESCRIPTION
"A group of switch authorization notifications."
::= { hpSwitchAuthorizationMIBGroups 2 }
-- 1.3.6.1.4.1.11.2.14.11.5.1.32.2.2.3
hpicfSwitchAuthorizationObjectsGroup OBJECT-GROUP
OBJECTS { hpicfSwitchAuthServerType, hpicfSwitchAuthServerIPType,
hpicfSwitchAuthServerIP }
STATUS current
DESCRIPTION
"A group of switch authorization objects."
::= { hpSwitchAuthorizationMIBGroups 3 }
hpSwitchAutzLocalMgmtPrivGroup OBJECT-GROUP
OBJECTS {
hpSwitchLocalMgmtPrivGroupName,
hpSwitchLocalMgmtPrivCmdMatchStr,
hpSwitchLocalMgmtPrivCmdPriv,
hpSwitchLocalMgmtPrivCmdSendLog
}
STATUS current
DESCRIPTION "A collection of objects for configuring
Local Manangement Privilege Groups"
::= { hpSwitchAuthorizationMIBGroups 4 }
hpSwitchAutzLocalMgmtPrivGroup1 OBJECT-GROUP
OBJECTS {
hpSwitchLocalMgmtPrivCmdStatus,
hpSwitchLocalMgmtPrivGroupStatus
}
STATUS current
DESCRIPTION "A collection of objects for configuring
Local Mangement Privilege Groups"
::= { hpSwitchAuthorizationMIBGroups 5 }
END