-
Notifications
You must be signed in to change notification settings - Fork 124
/
Copy pathCISCO-FABRICPATH-TOPOLOGY-MIB-V1SMI.my
573 lines (512 loc) · 16.9 KB
/
CISCO-FABRICPATH-TOPOLOGY-MIB-V1SMI.my
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
-- MIB file created 18-Mar-2013 16:15:16, by
-- SMICng version 2.2.11-beta(PRO)(Solaris), January 20, 2001. Enterprise key cisco.com
CISCO-FABRICPATH-TOPOLOGY-MIB DEFINITIONS ::= BEGIN
-- From file: "CISCO-FABRICPATH-TOPOLOGY-MIB.my"
-- Compile options "4 7 F H N W 03 06 0B 0G 0N 0T"
IMPORTS
SnmpAdminString
FROM SNMP-FRAMEWORK-MIB
ifIndex
FROM IF-MIB
StorageType, RowStatus
FROM SNMPv2-TC-v1
Cisco2KVlanList
FROM CISCO-TC
ciscoMgmt
FROM CISCO-SMI
Gauge
FROM RFC1155-SMI
OBJECT-TYPE
FROM RFC-1212;
ciscoFabricPathTopologyMIB OBJECT IDENTIFIER ::= { ciscoMgmt 801 }
-- MODULE-IDENTITY
-- LastUpdated
-- 201303110000Z
-- OrgName
-- Cisco Systems, Inc.
-- ContactInfo
-- Cisco Systems
-- Customer Service
--
-- Postal: 170 W Tasman Drive
-- San Jose, CA 95134
-- USA
--
-- Tel: +1 800 553-NETS
--
-- E-mail: [email protected]
-- Descr
-- This MIB module defines managed objects that facilitate
-- the management of Cisco's FabricPath Topology technology.
-- RevDate
-- 201303110000Z
-- RevDescr
-- Initial version of this MIB module.
ciscoFabricPathTopologyMIBNotifs OBJECT IDENTIFIER ::= { ciscoFabricPathTopologyMIB 0 }
ciscoFabricPathTopologyMIBObjects OBJECT IDENTIFIER ::= { ciscoFabricPathTopologyMIB 1 }
ciscoFabricPathTopologyMIBConformance OBJECT IDENTIFIER ::= { ciscoFabricPathTopologyMIB 2 }
cfptFabricPathTopologyMIBCompliances OBJECT IDENTIFIER ::= { ciscoFabricPathTopologyMIBConformance 1 }
cfptFabricPathTopologyMIBGroups OBJECT IDENTIFIER ::= { ciscoFabricPathTopologyMIBConformance 2 }
cfptTopologyTable OBJECT-TYPE
SYNTAX SEQUENCE OF CfptTopologyEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A table containing a list of FabricPath topology
information."
::= { ciscoFabricPathTopologyMIBObjects 1 }
cfptTopologyEntry OBJECT-TYPE
SYNTAX CfptTopologyEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An entry containing management information of a particular
FabricPath topology.
An entry is created for each FabricPath topology that is
managed by the system."
INDEX { cfptTopologyIndex }
::= { cfptTopologyTable 1 }
CfptTopologyEntry ::= SEQUENCE {
cfptTopologyIndex Gauge,
cfptTopologyDescr SnmpAdminString,
cfptTopologyState INTEGER,
cfptTopologyStateChangeReason SnmpAdminString,
cfptTopologyVlansFirst2K Cisco2KVlanList,
cfptTopologyVlansSecond2K Cisco2KVlanList,
cfptTopologyActiveVlansFirst2K Cisco2KVlanList,
cfptTopologyActiveVlansSecond2K Cisco2KVlanList,
cfptTopologyStorageType StorageType,
cfptTopologyRowStatus RowStatus
}
cfptTopologyIndex OBJECT-TYPE
SYNTAX Gauge
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An identifier that uniquely identifies a FabricPath
topology."
::= { cfptTopologyEntry 1 }
cfptTopologyDescr OBJECT-TYPE
SYNTAX SnmpAdminString
-- Rsyntax OCTET STRING(SIZE(0..255))
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object specifies the description of the FabricPath
topology."
::= { cfptTopologyEntry 2 }
cfptTopologyState OBJECT-TYPE
SYNTAX INTEGER {
other(1),
up(2),
down(3)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object indicates the state of the FabricPath
topology.
other - none of the followings
up - topology is up
down - topology is down"
::= { cfptTopologyEntry 3 }
cfptTopologyStateChangeReason OBJECT-TYPE
SYNTAX SnmpAdminString
-- Rsyntax OCTET STRING(SIZE(0..255))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object indicates the reason of the current
topology state that cfptTopologyState provides."
::= { cfptTopologyEntry 4 }
cfptTopologyVlansFirst2K OBJECT-TYPE
SYNTAX Cisco2KVlanList
-- Rsyntax OCTET STRING(SIZE(0..256))
ACCESS read-write
STATUS mandatory
DESCRIPTION
"A string of octets containing one bit per VLAN for
VLANs 0 to 2047 that are configured for this FabricPath
topology entry.
If the bit corresponding to a VLAN is set to '1', then
the VLAN is configured in this FabricPath topology. If
the bit is set to '0', then the VLAN is not configured
in this FabricPath topology."
::= { cfptTopologyEntry 5 }
cfptTopologyVlansSecond2K OBJECT-TYPE
SYNTAX Cisco2KVlanList
-- Rsyntax OCTET STRING(SIZE(0..256))
ACCESS read-write
STATUS mandatory
DESCRIPTION
"A string of octets containing one bit per VLAN for
VLANs 2048 to 4095 that are configured for this FabricPath
topology entry.
If the bit corresponding to a VLAN is set to '1', then
the VLAN is configured in this FabricPath topology. If
the bit is set to '0', then the VLAN is not configured
in this FabricPath topology."
::= { cfptTopologyEntry 6 }
cfptTopologyActiveVlansFirst2K OBJECT-TYPE
SYNTAX Cisco2KVlanList
-- Rsyntax OCTET STRING(SIZE(0..256))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"A string of octets containing one bit per VLAN for
VLANs 0 to 2047 that are active in this FabricPath
topology entry.
If the bit corresponding to a VLAN is set to '1', then
the VLAN is active in this FabricPath topology. If
the bit is set to '0', then the VLAN is not configured
in this FabricPath topology."
::= { cfptTopologyEntry 7 }
cfptTopologyActiveVlansSecond2K OBJECT-TYPE
SYNTAX Cisco2KVlanList
-- Rsyntax OCTET STRING(SIZE(0..256))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"A string of octets containing one bit per VLAN for
VLANs 2048 to 4095 that are active in this FabricPath
topology entry.
If the bit corresponding to a VLAN is set to '1', then
the VLAN is active in this FabricPath topology. If the
bit is set to '0', then the VLAN is not active in this
FabricPath topology."
::= { cfptTopologyEntry 8 }
cfptTopologyStorageType OBJECT-TYPE
SYNTAX StorageType
-- Rsyntax INTEGER {
-- other(1),
-- volatile(2),
-- nonVolatile(3),
-- permanent(4),
-- readOnly(5)
-- }
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object specifies the storage type for this
conceptual row."
DEFVAL { volatile }
::= { cfptTopologyEntry 9 }
cfptTopologyRowStatus OBJECT-TYPE
SYNTAX RowStatus
-- Rsyntax INTEGER {
-- active(1),
-- notInService(2),
-- notReady(3),
-- createAndGo(4),
-- createAndWait(5),
-- destroy(6)
-- }
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The status of this conceptual row entry.
This object is used to manage creation and deletion of
rows in this table.
When this object value is 'active', other
writable objects in the same row may be modified."
::= { cfptTopologyEntry 10 }
cfptTopologyIfTable OBJECT-TYPE
SYNTAX SEQUENCE OF CfptTopologyIfEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A table containing a list of all FabricPath topology
interfaces."
::= { ciscoFabricPathTopologyMIBObjects 2 }
cfptTopologyIfEntry OBJECT-TYPE
SYNTAX CfptTopologyIfEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An entry containing information of one interface in
a FabricPath topology.
An entry is created for a FabricPath capable interface
that is a member of a particular FabricPath topology."
INDEX { cfptTopologyIfTopoIndex, ifIndex }
::= { cfptTopologyIfTable 1 }
CfptTopologyIfEntry ::= SEQUENCE {
cfptTopologyIfTopoIndex Gauge,
cfptTopologyIfState INTEGER,
cfptTopologyIfStorageType StorageType,
cfptTopologyIfRowStatus RowStatus
}
cfptTopologyIfTopoIndex OBJECT-TYPE
SYNTAX Gauge
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An identifier that uniquely identifies a FabricPath
topology interface."
::= { cfptTopologyIfEntry 1 }
cfptTopologyIfState OBJECT-TYPE
SYNTAX INTEGER {
other(1),
up(2),
down(3)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object indicates the state of a given
FabricPath topology interface.
other - none of the followings
up - interface is up
down - interface is down"
::= { cfptTopologyIfEntry 2 }
cfptTopologyIfStorageType OBJECT-TYPE
SYNTAX StorageType
-- Rsyntax INTEGER {
-- other(1),
-- volatile(2),
-- nonVolatile(3),
-- permanent(4),
-- readOnly(5)
-- }
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The objects specifies the storage type for this conceptual
row."
DEFVAL { volatile }
::= { cfptTopologyIfEntry 3 }
cfptTopologyIfRowStatus OBJECT-TYPE
SYNTAX RowStatus
-- Rsyntax INTEGER {
-- active(1),
-- notInService(2),
-- notReady(3),
-- createAndGo(4),
-- createAndWait(5),
-- destroy(6)
-- }
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The status of this conceptual row entry.
This object is used to manage creation and deletion of
rows in this table."
::= { cfptTopologyIfEntry 4 }
cfptTopologyIfVlanTable OBJECT-TYPE
SYNTAX SEQUENCE OF CfptTopologyIfVlanEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A table containing a list of FabricPath interfaces and
their VLAN information."
::= { ciscoFabricPathTopologyMIBObjects 3 }
cfptTopologyIfVlanEntry OBJECT-TYPE
SYNTAX CfptTopologyIfVlanEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An entry containing VLAN information for
each FabricPath interface.
An entry is created for each FabricPath topology
interface."
INDEX { ifIndex }
::= { cfptTopologyIfVlanTable 1 }
CfptTopologyIfVlanEntry ::= SEQUENCE {
cfptTopologyIfVlansFirst2K Cisco2KVlanList,
cfptTopologyIfVlansSecond2K Cisco2KVlanList,
cfptTopologyIfActiveVlansFirst2K Cisco2KVlanList,
cfptTopologyIfActiveVlansSecond2K Cisco2KVlanList
}
cfptTopologyIfVlansFirst2K OBJECT-TYPE
SYNTAX Cisco2KVlanList
-- Rsyntax OCTET STRING(SIZE(0..256))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"A string of octets containing one bit per VLAN for VLANs
0 through 2047 that are configured for the FabricPath
interface specified by ifIndex in this entry.
If the bit corresponding to a VLAN is set to '1', then
the VLAN is configured for the interface, it is not
otherwise."
::= { cfptTopologyIfVlanEntry 1 }
cfptTopologyIfVlansSecond2K OBJECT-TYPE
SYNTAX Cisco2KVlanList
-- Rsyntax OCTET STRING(SIZE(0..256))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"A string of octets containing one bit per VLAN for VLANs
2048 through 4095 that are configured for the FabricPath
interface specified by ifIndex in this entry.
If the bit corresponding to a VLAN is set to '1', then
the VLAN is configured for the interface, it is not
otherwise."
::= { cfptTopologyIfVlanEntry 2 }
cfptTopologyIfActiveVlansFirst2K OBJECT-TYPE
SYNTAX Cisco2KVlanList
-- Rsyntax OCTET STRING(SIZE(0..256))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"A string of octets containing one bit per VLAN for VLANs
0 through 2047 that are operational on the FabricPath
interface specified by ifIndex in this entry.
If the bit corresponding to a VLAN is set to '1', then
the VLAN is active on the interface, it is not
otherwise."
::= { cfptTopologyIfVlanEntry 3 }
cfptTopologyIfActiveVlansSecond2K OBJECT-TYPE
SYNTAX Cisco2KVlanList
-- Rsyntax OCTET STRING(SIZE(0..256))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"A string of octets containing one bit per VLAN for VLANs
2048 through 4095 that are operational on the FabricPath
interface specified by ifIndex in this entry.
If the bit corresponding to a VLAN is set to '1', then
the VLAN is active on the interface, it is not
otherwise."
::= { cfptTopologyIfVlanEntry 4 }
cfptTopologyTreeTable OBJECT-TYPE
SYNTAX SEQUENCE OF CfptTopologyTreeEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A table containing a list of forwarding tree
information of the FabricPath topologies."
::= { ciscoFabricPathTopologyMIBObjects 4 }
cfptTopologyTreeEntry OBJECT-TYPE
SYNTAX CfptTopologyTreeEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An entry containing one forwarding tree information in
a particular FabricPath topology."
INDEX { cfptTopologyIndex, cfptTopologyTreeId }
::= { cfptTopologyTreeTable 1 }
CfptTopologyTreeEntry ::= SEQUENCE {
cfptTopologyTreeId Gauge,
cfptTopologyTreeFtag Gauge,
cfptTopologyTreeState INTEGER,
cfptTopologyTreeType INTEGER
}
cfptTopologyTreeId OBJECT-TYPE
SYNTAX Gauge
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An index number that uniquely identifies forwarding
tree of a particular FabricPath topology."
::= { cfptTopologyTreeEntry 1 }
cfptTopologyTreeFtag OBJECT-TYPE
SYNTAX Gauge
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object indicates the tree's forwarding tag."
::= { cfptTopologyTreeEntry 2 }
cfptTopologyTreeState OBJECT-TYPE
SYNTAX INTEGER {
other(1),
active(2),
inactive(3)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object indicates the state of the tree.
other - none of the followings
active - the tree is active
inactive - the tree is inactive."
::= { cfptTopologyTreeEntry 3 }
cfptTopologyTreeType OBJECT-TYPE
SYNTAX INTEGER {
other(1),
mixed(2),
multicast(3)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object indicates the type of the tree.
other - none of the followings
mixed - unknown unicast, broadcast and multicast tree
multicast - multicast tree"
::= { cfptTopologyTreeEntry 4 }
cfptTopologyGroup OBJECT IDENTIFIER ::= { cfptFabricPathTopologyMIBGroups 1 }
-- OBJECT-GROUP
-- Status
-- mandatory
-- Descr
-- A collection of objects providing FabricPath
-- topology information.
-- objects
-- cfptTopologyDescr, cfptTopologyState,
-- cfptTopologyStateChangeReason, cfptTopologyVlansFirst2K,
-- cfptTopologyVlansSecond2K, cfptTopologyActiveVlansFirst2K,
-- cfptTopologyActiveVlansSecond2K, cfptTopologyStorageType,
-- cfptTopologyRowStatus
cfptTopologyIfGroup OBJECT IDENTIFIER ::= { cfptFabricPathTopologyMIBGroups 2 }
-- OBJECT-GROUP
-- Status
-- mandatory
-- Descr
-- A collection of objects providing per interface
-- FabricPath topology information.
-- objects
-- cfptTopologyIfState, cfptTopologyIfStorageType,
-- cfptTopologyIfRowStatus
cfptTopologyIfVlanGroup OBJECT IDENTIFIER ::= { cfptFabricPathTopologyMIBGroups 3 }
-- OBJECT-GROUP
-- Status
-- mandatory
-- Descr
-- A collection of objects providing VLAN information for
-- each FabricPath interface.
-- objects
-- cfptTopologyIfVlansFirst2K, cfptTopologyIfVlansSecond2K,
-- cfptTopologyIfActiveVlansFirst2K,
-- cfptTopologyIfActiveVlansSecond2K
cfptTopologyTreeGroup OBJECT IDENTIFIER ::= { cfptFabricPathTopologyMIBGroups 4 }
-- OBJECT-GROUP
-- Status
-- mandatory
-- Descr
-- A collection of objects providing FabricPath
-- topology forwarding tree information.
-- objects
-- cfptTopologyTreeFtag, cfptTopologyTreeState,
-- cfptTopologyTreeType
cfptFabricPathTopologyMIBCompliance OBJECT IDENTIFIER ::= { cfptFabricPathTopologyMIBCompliances 1 }
-- MODULE-COMPLIANCE
-- Status
-- mandatory
-- Descr
-- Describes the requirements for conformance to the
-- CISCO-FABRICPATH-TOPOLOGY-MIB.
-- Module
-- >>current<<
-- MandGroup
-- cfptTopologyGroup
-- MandGroup
-- cfptTopologyIfGroup
-- MandGroup
-- cfptTopologyIfVlanGroup
-- MandGroup
-- cfptTopologyTreeGroup
-- ObjVar
-- cfptTopologyDescr
-- ObjVar
-- cfptTopologyVlansFirst2K
-- ObjVar
-- cfptTopologyVlansSecond2K
-- ObjVar
-- cfptTopologyStorageType
-- ObjVar
-- cfptTopologyRowStatus
-- ObjVar
-- cfptTopologyIfStorageType
-- ObjVar
-- cfptTopologyIfRowStatus
END