forked from simonjj/SnmpMibs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CISCO-BULK-FILE-CAPABILITY.mib
299 lines (233 loc) · 9.22 KB
/
CISCO-BULK-FILE-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
-- *****************************************************************
-- CISCO-BULK-FILE-CAPABILITY.my: CISCO-BULK-FILE-MIB AGENT-CAPABILITIES
--
-- November, 2003, Yizhong Shen
--
-- Copyright (c) 2000, 2002, 2003, 2006 by cisco Systems, Inc.
-- All rights reserved.
--
-- *****************************************************************
CISCO-BULK-FILE-CAPABILITY DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY
FROM SNMPv2-SMI
AGENT-CAPABILITIES
FROM SNMPv2-CONF
DisplayString
FROM SNMPv2-TC
ciscoAgentCapability
FROM CISCO-SMI;
ciscoBulkFileCapability MODULE-IDENTITY
LAST-UPDATED "200602060000Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
" Cisco Systems
Customer Service
Postal: 170 West Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: cs-snmp@cisco.com"
DESCRIPTION
"Agent capabilities for CISCO-BULK-FILE-MIB"
REVISION "200602060000Z"
DESCRIPTION
"Added ciscoBulkFileCapCRS1V2R0
Agent Capabilities for IOS XR 2.0"
REVISION "200311130000Z"
DESCRIPTION
"Added VXSM 5.0.0 PRODUCT-RELEASE of
ciscoBulkFileCapabilityV3R00"
REVISION "200202170000Z"
DESCRIPTION
"Added following capabilities for
MGX8850/SES Products:
- ciscoBulkFileCapabilityV2R00
- ciscoBulkFileCapabilityV3R00."
REVISION "200012040000Z"
DESCRIPTION
"Initial version of this MIB module."
::= { ciscoAgentCapability 188 }
ciscoBulkFileCapabilityV1R0 AGENT-CAPABILITIES
PRODUCT-RELEASE "Cisco IOS mc 1.0"
STATUS current
DESCRIPTION "Cisco Bulk File MIB capabilities"
SUPPORTS CISCO-BULK-FILE-MIB
INCLUDES { ciscoBulkFileDefineGroup }
VARIATION cbfDefineFileFormat
SYNTAX INTEGER { standardBER(1), bulkBinary(2), bulkASCII(3) }
DESCRIPTION "standardBER(1) is not supported"
VARIATION cbfDefineFileStorage
SYNTAX INTEGER { volatile(2) }
DESCRIPTION "ephemeral(1) and permanent(3) are not supported"
VARIATION cbfDefineFileName
SYNTAX DisplayString (SIZE (1..255))
DESCRIPTION "The files can only be stored in the '/tmp' directory.
The implementation attaches '/tmp' to the start of the
NMS specified file name. Therefore, if the NMS specifies
the file name as 'xyz', it'll be stored in '/tmp/xyz' and
if its 'xyz/pqr', it'll be stored in '/tmp/xyz/pqr'. But
if the name is '/tmp/xyz', the file will be created in
'/tmp/xyz' and not '/tmp/tmp/xyz'"
::= { ciscoBulkFileCapability 1 }
ciscoBulkFileCapabilityV2R00 AGENT-CAPABILITIES
PRODUCT-RELEASE "MGX8850 Release 2.00,
BPX SES Release 1.00."
STATUS current
DESCRIPTION "CISCO-BULK-FILE-MIB Capabilities."
SUPPORTS CISCO-BULK-FILE-MIB
INCLUDES { ciscoBulkFileDefineGroup,
ciscoBulkFileStatusGroup }
VARIATION cbfDefineMaxFiles
ACCESS not-implemented
DESCRIPTION "Not supported."
VARIATION cbfDefineFiles
ACCESS not-implemented
DESCRIPTION "Not supported."
VARIATION cbfDefineHighFiles
ACCESS not-implemented
DESCRIPTION "Not supported."
VARIATION cbfDefineFilesRefused
ACCESS not-implemented
DESCRIPTION "Not supported."
VARIATION cbfDefineMaxObjects
ACCESS not-implemented
DESCRIPTION "Not supported."
VARIATION cbfDefineObjects
ACCESS not-implemented
DESCRIPTION "Not supported."
VARIATION cbfDefineHighObjects
ACCESS not-implemented
DESCRIPTION "Not supported."
VARIATION cbfDefineObjectsRefused
ACCESS not-implemented
DESCRIPTION "Not supported."
VARIATION cbfDefineFileName
ACCESS read-only
DESCRIPTION "Write operation is not supported."
VARIATION cbfDefineFileStorage
ACCESS read-only
DESCRIPTION "Write operation is not supported."
VARIATION cbfDefineFileFormat
SYNTAX INTEGER {
standardBER(1),
bulkBinary(2)
}
ACCESS read-only
DESCRIPTION "Write operation is not supported.
Do not support bulkASCII(3)."
VARIATION cbfDefineFileEntryStatus
ACCESS read-only
DESCRIPTION "Write operation is not supported."
VARIATION cbfDefineObjectClass
ACCESS not-implemented
DESCRIPTION "Not supported."
VARIATION cbfDefineObjectID
ACCESS not-implemented
DESCRIPTION "Not supported."
VARIATION cbfDefineObjectEntryStatus
ACCESS not-implemented
DESCRIPTION "Not supported."
VARIATION cbfStatusMaxFiles
ACCESS not-implemented
DESCRIPTION "Not supported."
VARIATION cbfStatusFiles
ACCESS not-implemented
DESCRIPTION "Not supported."
VARIATION cbfStatusHighFiles
ACCESS not-implemented
DESCRIPTION "Not supported."
VARIATION cbfStatusFilesBumped
ACCESS not-implemented
DESCRIPTION "Not supported."
VARIATION cbfStatusFileEntryStatus
ACCESS read-only
DESCRIPTION "Write operation is not supported."
::= { ciscoBulkFileCapability 2 }
ciscoBulkFileCapabilityV3R00 AGENT-CAPABILITIES
PRODUCT-RELEASE "MGX8850 Release 3.00,
BPX SES Release 3.00,
VXSM Release 5.0.0."
STATUS current
DESCRIPTION "CISCO-BULK-FILE-MIB Capabilities."
SUPPORTS CISCO-BULK-FILE-MIB
INCLUDES { ciscoBulkFileDefineGroup,
ciscoBulkFileStatusGroup }
VARIATION cbfDefineMaxFiles
ACCESS not-implemented
DESCRIPTION "Not supported."
VARIATION cbfDefineFiles
ACCESS not-implemented
DESCRIPTION "Not supported."
VARIATION cbfDefineHighFiles
ACCESS not-implemented
DESCRIPTION "Not supported."
VARIATION cbfDefineFilesRefused
ACCESS not-implemented
DESCRIPTION "Not supported."
VARIATION cbfDefineMaxObjects
ACCESS not-implemented
DESCRIPTION "Not supported."
VARIATION cbfDefineObjects
ACCESS not-implemented
DESCRIPTION "Not supported."
VARIATION cbfDefineHighObjects
ACCESS not-implemented
DESCRIPTION "Not supported."
VARIATION cbfDefineObjectsRefused
ACCESS not-implemented
DESCRIPTION "Not supported."
VARIATION cbfDefineFileName
ACCESS read-only
DESCRIPTION "Write operation is not supported."
VARIATION cbfDefineFileStorage
ACCESS read-only
DESCRIPTION "Write operation is not supported."
VARIATION cbfDefineFileFormat
SYNTAX INTEGER {
variantBERWithCksum(4),
variantBinWithCksum(5)
}
ACCESS read-only
DESCRIPTION "Write operation is not supported.
Do not support standardBER(1),
bulkBinary(2),bulkASCII(3)."
VARIATION cbfDefineFileEntryStatus
ACCESS read-only
DESCRIPTION "Write operation is not supported."
VARIATION cbfDefineObjectClass
ACCESS not-implemented
DESCRIPTION "Not supported."
VARIATION cbfDefineObjectID
ACCESS not-implemented
DESCRIPTION "Not supported."
VARIATION cbfDefineObjectEntryStatus
ACCESS not-implemented
DESCRIPTION "Not supported."
VARIATION cbfStatusMaxFiles
ACCESS not-implemented
DESCRIPTION "Not supported."
VARIATION cbfStatusFiles
ACCESS not-implemented
DESCRIPTION "Not supported."
VARIATION cbfStatusHighFiles
ACCESS not-implemented
DESCRIPTION "Not supported."
VARIATION cbfStatusFilesBumped
ACCESS not-implemented
DESCRIPTION "Not supported."
VARIATION cbfStatusFileEntryStatus
ACCESS read-only
DESCRIPTION "Write operation is not supported."
::= { ciscoBulkFileCapability 3 }
ciscoBulkFileCapCRS1V2R0 AGENT-CAPABILITIES
PRODUCT-RELEASE "Cisco IOS XR 2.0 for CRS-1"
STATUS current
DESCRIPTION "CISCO-BULK-FILE-MIB Capabilities
for IOS XR release 2.0"
SUPPORTS CISCO-BULK-FILE-MIB
INCLUDES { ciscoBulkFileDefineGroupRev1,
ciscoBulkFileStatusGroup
}
::= { ciscoBulkFileCapability 4 }
END