forked from simonjj/SnmpMibs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CISCO-AAA-SERVER-EXT-CAPABILITY.mib
381 lines (298 loc) · 14.5 KB
/
CISCO-AAA-SERVER-EXT-CAPABILITY.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
-- *****************************************************************
-- CISCO-AAA-SERVER-EXT-CAPABILITY-MIB.my: Cisco AAA Server Ext MIB
-- AGENT-CAPABILITIES
--
-- November 2003, Sanjeev C Joshi
--
-- Copyright (c) 2003, 2004 by cisco Systems, Inc.
-- All rights reserved.
--
-- *****************************************************************
CISCO-AAA-SERVER-EXT-CAPABILITY DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY,
Unsigned32
FROM SNMPv2-SMI
AGENT-CAPABILITIES
FROM SNMPv2-CONF
ciscoAgentCapability
FROM CISCO-SMI
TimeIntervalSec
FROM CISCO-TC;
ciscoAAAServerExtCapability MODULE-IDENTITY
LAST-UPDATED "200602210000Z"
ORGANIZATION "Cisco Systems, 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
"Agent capabilities for CISCO-AAA-SERVER-EXT-MIB"
REVISION "200602210000Z"
DESCRIPTION
"Agent capabilities for Cisco
Application Control Engine (ACE)."
REVISION "200408240000Z"
DESCRIPTION
"Agent capabilities for Cisco MDS 2.0."
REVISION "200311220000Z"
DESCRIPTION
"Agent capabilities for Cisco MDS 1.3."
::= { ciscoAgentCapability 372 }
ciscoAAAServerExtCapMDS13R1 AGENT-CAPABILITIES
PRODUCT-RELEASE "Cisco MDS 1.3(1)"
STATUS current
DESCRIPTION "Cisco AAA Server MIB capabilities"
SUPPORTS CISCO-AAA-SERVER-EXT-MIB
INCLUDES { cAAASvrExtGenericConfGroup,
cAAASvrExtSvrTableConfGroup,
cAAASvrExtProtoParamConfigGroup,
cAAASvrExtSvrGroupConfGroup,
cAAASvrExtAppSvrGroupConfGroup
}
VARIATION cAAASvrExtLocalAccLogMaxSize
SYNTAX Unsigned32 (0..35000)
DESCRIPTION "Only the range 0-35000 is supported with
default of 15000."
VARIATION cAAAServerDeadTime
ACCESS not-implemented
DESCRIPTION "Not supported."
VARIATION cAAAServerTimeOut
SYNTAX TimeIntervalSec (0..60)
DESCRIPTION "Only the range 0-60 is supported.
The value of this object is not currently
used for radius in the implementation and
hence ignored for radius server entries."
VARIATION cAAAServerRetransmits
ACCESS not-implemented
DESCRIPTION "Not supported."
VARIATION cAAAServerProtoDeadTime
ACCESS not-implemented
DESCRIPTION "Not supported."
VARIATION cAAAServerProtoTimeOut
SYNTAX TimeIntervalSec (1..60)
DESCRIPTION "Only the range 1-60 is supported."
VARIATION cAAAServerProtoRetransmits
SYNTAX Unsigned32 (0..5)
DESCRIPTION "Only the range of 0-5 is supported. The object
is not relevant for tacacs+ servers and hence
the value is ignored."
VARIATION cAAASvrExtSvrGrpConfigEntry
DESCRIPTION "There is a special agent defined group with
'cAAASvrGrpIndex' as 1, 'cAAASvrGrpName' as
'radius' and 'cAAASvrGrpProtocol' as 'radius'.
Whenever this group is used by any aplication
in the system for any of the AAA functions,
then the value of corresponding instance of
'cAAAServerList' is updated with all the AAA
server entries in the agent. This group entry
can not be deleted by the user."
VARIATION cAAAServerProtocol
DESCRIPTION " The supported protcols are;
- tacacsplus(1) - TACACS+
- radius(2) - RADIUS
."
VARIATION cAAASvrGrpConfigRowStatus
DESCRIPTION "Only allowed values are :
- createAndGo(4)
- destroy(6)
- active(1)
."
VARIATION cAAASvrGrpProtocol
DESCRIPTION "The supported protcols are;
- tacacsplus(1) - TACACS+
- radius(2) - RADIUS
."
::= { ciscoAAAServerExtCapability 1 }
--
-- Agent capability for 2.0 (MDS Platform)
--
ciscoAAAServerExtCapMDS20R1 AGENT-CAPABILITIES
PRODUCT-RELEASE "Cisco MDS 2.0(1)"
STATUS current
DESCRIPTION "Cisco AAA Server MIB capabilities"
SUPPORTS CISCO-AAA-SERVER-EXT-MIB
INCLUDES { cAAASvrExtGenericConfGroup,
cAAASvrExtSvrTableConfGroup,
cAAASvrExtProtoParamConfigGroup,
cAAASvrExtSvrGroupConfGroup,
cAAASvrExtAppSvrGroupConfGroup
}
VARIATION cAAASvrExtLocalAccLogMaxSize
ACCESS not-implemented
DESCRIPTION "Not supported."
VARIATION cAAAServerDeadTime
ACCESS not-implemented
DESCRIPTION "Not supported."
VARIATION cAAAServerTimeOut
SYNTAX TimeIntervalSec (0..60)
DESCRIPTION "Only the range 0-60 is supported."
VARIATION cAAAServerRetransmits
SYNTAX Unsigned32 (0..5)
DESCRIPTION "Only the range of 0-5 is supported. The object
is not relevant for tacacs+ servers and hence
the value is ignored."
VARIATION cAAAServerProtoDeadTime
ACCESS not-implemented
DESCRIPTION "Not supported."
VARIATION cAAAServerProtoTimeOut
SYNTAX TimeIntervalSec (1..60)
DESCRIPTION "Only the range 1-60 is supported."
VARIATION cAAAServerProtoRetransmits
SYNTAX Unsigned32 (0..5)
DESCRIPTION "Only the range of 0-5 is supported. The object
is not relevant for tacacs+ servers and hence
the value is ignored."
VARIATION cAAASvrExtSvrGrpConfigEntry
DESCRIPTION "There is a special agent defined group with
'cAAASvrGrpIndex' as 1, 'cAAASvrGrpName' as
'radius' and 'cAAASvrGrpProtocol' as 'radius'.
Whenever this group is used by any application
in the system for any of the AAA functions,
then the value of corresponding instance of
'cAAAServerList' is updated with all the AAA
server entries in the agent. This group entry
can not be deleted by the user."
VARIATION cAAAServerProtocol
DESCRIPTION " The supported protcols are;
- tacacsplus(1) - TACACS+
- radius(2) - RADIUS
."
VARIATION cAAASvrGrpConfigRowStatus
DESCRIPTION "Only allowed values are :
- createAndGo(4)
- destroy(6)
- active(1)
."
VARIATION cAAASvrGrpProtocol
DESCRIPTION "The supported protcols are;
- tacacsplus(1) - TACACS+
- radius(2) - RADIUS
."
::= { ciscoAAAServerExtCapability 2 }
ciscoAAAServerExtCapACSWV03R000 AGENT-CAPABILITIES
PRODUCT-RELEASE "ACSW (Application Control Software) 3.0"
STATUS current
DESCRIPTION "Cisco AAA Server MIB capabilities"
SUPPORTS CISCO-AAA-SERVER-EXT-MIB
INCLUDES { cAAASvrExtSvrTableConfGroup,
cAAASvrExtAppSvrGroupConfGroup,
cAAASvrExtGenericConfGroup1,
cAAASvrExtGenericConfGroup2,
cAAASvrExtSvrGroupConfGroup2,
cAAASvrExtProtoParamConfigGroup1,
cAAASvrExtSvrTableLDAPConfGroup,
cAAASvrExtSvrGroupLDAPConfGroup
}
VARIATION cAAAServerAddrType
ACCESS read-only
DESCRIPTION "Create operation not supported."
VARIATION cAAAServerAddr
ACCESS read-only
DESCRIPTION "Create operation not supported."
VARIATION cAAAServerKeyEncrType
ACCESS read-only
DESCRIPTION "Create operation not supported."
VARIATION cAAAServerDeadTime
ACCESS not-implemented
DESCRIPTION "Not supported."
VARIATION cAAAServerTimeOut
SYNTAX TimeIntervalSec (0..60)
ACCESS read-only
DESCRIPTION "Only the range 0-60 is supported.
Create operation not supported."
VARIATION cAAAServerRetransmits
SYNTAX Unsigned32 (0..5)
ACCESS read-only
DESCRIPTION "Only the range of 0-5 is supported. The object
is not relevant for tacacs+ servers and hence
the value is ignored.
Create operation not supported."
VARIATION cAAASvrGrpLocal
ACCESS read-only
DESCRIPTION "Create operation not supported."
VARIATION cAAASvrGrpTrivial
ACCESS read-only
DESCRIPTION "Create operation not supported."
VARIATION cAAASvrGrpList
ACCESS read-only
DESCRIPTION "Create operation not supported."
VARIATION cAAASvrExtAppToSvrGrpMaxEnt
SYNTAX Unsigned32 (8)
DESCRIPTION "The maximum number of Server Group
entries the Agent supports is 8."
VARIATION cAAASvrExtLocalAccLogMaxSize
ACCESS not-implemented
DESCRIPTION "Not supported."
VARIATION cAAASvrExtClearAccLog
ACCESS read-only
DESCRIPTION "Set operation not supported."
VARIATION cAAALoginAuthTypeMSCHAP
ACCESS read-only
DESCRIPTION "Set operation not supported."
VARIATION cAAASvrGrpName
ACCESS read-only
DESCRIPTION "Create operation not supported."
VARIATION cAAASvrGrpProtocol
ACCESS read-only
DESCRIPTION "Create operation not supported."
VARIATION cAAAServerList
ACCESS read-only
DESCRIPTION "Create operation not supported."
VARIATION cAAASvrGrpConfigRowStatus
ACCESS read-only
DESCRIPTION "Create operation not supported."
VARIATION cAAASvrExtSvrGrpSvrListMaxEnt
SYNTAX Unsigned32 (12)
DESCRIPTION "The maximum number of Server Group
entries the Agent supports is 12."
VARIATION cAAASvrGrpConfigDeadTime
ACCESS read-only
DESCRIPTION "Create operation not supported."
VARIATION cAAAServerProtoAuthKey
ACCESS read-only
DESCRIPTION "Create operation not supported."
VARIATION cAAAServerProtoKeyEncrType
ACCESS read-only
DESCRIPTION "Create operation not supported."
VARIATION cAAAServerProtoDeadTime
ACCESS read-only
DESCRIPTION "Create operation not supported."
VARIATION cAAAServerProtoTimeOut
SYNTAX TimeIntervalSec (1..60)
ACCESS read-only
DESCRIPTION "Only the range 1-60 is supported.
Create operation not supported."
VARIATION cAAAServerProtoRetransmits
SYNTAX Unsigned32 (0..5)
ACCESS read-only
DESCRIPTION "Only the range of 0-5 is supported. The object
is not relevant for tacacs+ servers and hence
the value is ignored.
Create operation not supported."
VARIATION cAAAServerProtoSvrTableMaxEnt
SYNTAX Unsigned32 (64)
DESCRIPTION "The maximum number of AAA server
entries in the 'casConfigTable'
for a particular protocol is 64."
VARIATION cAAAServerProtoDirectedReq
ACCESS read-only
DESCRIPTION "Create operation not supported."
VARIATION cAAAServerRootDN
ACCESS read-only
DESCRIPTION "Create operation not supported."
VARIATION cAAASvrGrpLDAPBaseDN
ACCESS read-only
DESCRIPTION "Create operation not supported."
VARIATION cAAASvrGrpLDAPFilterUser
ACCESS read-only
DESCRIPTION "Create operation not supported."
VARIATION cAAASvrGrpLDAPUserProfile
ACCESS read-only
DESCRIPTION "Create operation not supported."
::= { ciscoAAAServerExtCapability 3 }
END