This repository has been archived by the owner. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathCISCO-LAG-MIB
623 lines (526 loc) · 20.1 KB
/
CISCO-LAG-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
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
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
-- *****************************************************************
-- CISCO-LAG-MIB.my: Cisco LAG MIB
--
-- October 2001, Liwei Lue
--
-- Copyright (c) 2001-2003, 2004, 2006, 2008 by cisco Systems, Inc.
-- All rights reserved.
--
-- *****************************************************************
CISCO-LAG-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY,
OBJECT-TYPE,
Unsigned32
FROM SNMPv2-SMI
MODULE-COMPLIANCE,
OBJECT-GROUP
FROM SNMPv2-CONF
TEXTUAL-CONVENTION
FROM SNMPv2-TC
ciscoMgmt
FROM CISCO-SMI
dot3adAggPortEntry,
dot3adAggPortListEntry
FROM IEEE8023-LAG-MIB
ifIndex
FROM IF-MIB;
ciscoLagMIB MODULE-IDENTITY
LAST-UPDATED "200801080000Z"
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
"Cisco Link Aggregation module for managing IEEE Std
802.3ad.
This MIB provides Link Aggregation information that are
either excluded by IEEE Std 802.3ad (IEEE8023-LAG-MIB)
or specific to Cisco products."
REVISION "200801080000Z"
DESCRIPTION
"Modified the description of clagAggPortListPorts."
REVISION "200606210000Z"
DESCRIPTION
"Added clagAggMaxAggregatorsGroup and modified the
description of clagAggPortListPorts."
REVISION "200406110000Z"
DESCRIPTION
"Added clagAggPortListTable."
REVISION "200212130000Z"
DESCRIPTION
"Added a new value vlanIpPort(4) in TEXTUAL-CONVENTION
ClagDistributionProtocol.
Added a new object clagAggDistributionMplsProtocol."
REVISION "200201020000Z"
DESCRIPTION
"Modified Description of clagAggDistributionProtocol."
REVISION "200110230000Z"
DESCRIPTION
"Initial version of this MIB module.
Support Distribution configuration for LACP, Aggregation
protocol control, and Administrative status for LACP."
::= { ciscoMgmt 225 }
clagMIBObjects OBJECT IDENTIFIER
::= { ciscoLagMIB 1 }
-- -------------------------------------------------------------
-- Textual Conventions
-- -------------------------------------------------------------
ClagDistributionProtocol ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"An enumerated type for all the supported load balancing
algorithms used on the LACP interface to distribute
outgoing data frames among its component interaces, such
as IP address.
ip(1) IP address
mac(2) MAC address
port(3) port number
vlanIpPort(4) vlan number, IP address and
port number"
SYNTAX INTEGER {
ip(1),
mac(2),
port(3),
vlanIpPort(4)
}
ClagDistributionAddressMode ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"An enumerated type for all the supported load
balancing address modes to distribute traffic
across multiple links. The address mode can be
source, destination, or both used on this LACP
interface to distribute outgoing data frames among
its component interfaces.
source(1) Source address.
destination(2) Destination address.
both(3) both, Source and Destination."
SYNTAX INTEGER {
source(1),
destination(2),
both(3)
}
ClagDistributionMplsProtocol ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"An enumerated type for all the supported load balancing
algorithms used on the LACP interface to distribute
outgoing MPLS (Multi-Protocol Label Switching) data
frames among its component interfaces, such as
MPLS label.
label(1) MPLS label
labelIp(2) MPLS label or IP address"
SYNTAX INTEGER {
label(1),
labelIp(2)
}
ClagAggregationProtocol ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"An enumerated type for all the supported aggregation
protocols.
lacp(1) Link Aggregation Control Protocol(LACP),
IEEE 802.3ad
pagp(2) Port Aggregation Protocol"
SYNTAX INTEGER {
lacp(1),
pagp(2)
}
ClagPortAdminStatus ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"An enumerated type for all the LACP administrative states on
a particular aggregation port.
off(1) No LACP involved on the aggregation port.
on(2) The aggregation port always join link
aggregation whithout any LACP protocol
involved.
active(3) Active LACP indicates the port's preference
to participate in the protocol regardless of
Partner's control value.
passive(4) Passive indicates the port's preference for
not transmitting LACP PDU unless its Partner's
control value is Active LACP."
SYNTAX INTEGER {
off(1),
on(2),
active(3),
passive(4)
}
-- -------------------------------------------------------------
--
-- -------------------------------------------------------------
-- groups in the LAG MIB
-- -------------------------------------------------------------
clagGlobalConfigObjects OBJECT IDENTIFIER
::= { clagMIBObjects 1 }
clagAgg OBJECT IDENTIFIER
::= { clagMIBObjects 2 }
clagAggPort OBJECT IDENTIFIER
::= { clagMIBObjects 3 }
clagAggPortList OBJECT IDENTIFIER
::= { clagMIBObjects 4 }
-- -------------------------------------------------------------
--
-- -------------------------------------------------------------
-- The Aggregation Global Configuration
-- -------------------------------------------------------------
clagAggDistributionProtocol OBJECT-TYPE
SYNTAX ClagDistributionProtocol
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object controls the load balancing algorithms
used on this LACP interface to distribute outgoing data
frames among its component interfaces."
::= { clagGlobalConfigObjects 1 }
clagAggDistributionAddressMode OBJECT-TYPE
SYNTAX ClagDistributionAddressMode
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The load balancing address mode for the device."
::= { clagGlobalConfigObjects 2 }
clagAggDistributionMplsProtocol OBJECT-TYPE
SYNTAX ClagDistributionMplsProtocol
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object controls the load balancing algorithms
used on this LACP interface to distribute outgoing MPLS
data frames among its component interfaces.
This object is only instantiated on platforms which
support aggregation load balancing for MPLS packets."
::= { clagGlobalConfigObjects 3 }
clagAggMaxAggregators OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the maximum number of aggregators
supported by the device."
::= { clagGlobalConfigObjects 4 }
-- -------------------------------------------------------------
-- The Aggregation Protocol Table
-- -------------------------------------------------------------
clagAggProtocolTable OBJECT-TYPE
SYNTAX SEQUENCE OF ClagAggProtocolEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table that contains protocol information about every
interface which supports link aggregation."
::= { clagAgg 1 }
clagAggProtocolEntry OBJECT-TYPE
SYNTAX ClagAggProtocolEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Entry containing aggregation protocol type for a
particular interface. An entry is created in this
table when its associated ifEntry is created and that
interface supports link aggregation. The entry of this
table is deleted when the associated ifEntry is removed."
INDEX { ifIndex }
::= { clagAggProtocolTable 1 }
ClagAggProtocolEntry ::= SEQUENCE {
clagAggProtocolType ClagAggregationProtocol
}
clagAggProtocolType OBJECT-TYPE
SYNTAX ClagAggregationProtocol
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The aggregation protocol type for the interface.
On some platforms, aggregation protocol may be assigned per
group. The group can be a collection of the ports which belong
to a module or system. If the aggregation protocol is assigned
to any of the ports in such group then the aggregation protocol
will apply to all ports in the same group.
On some platforms, aggregation protocol type can be assigned
per aggregator. If multiple ports belong to a aggregator,
the aggregation protocol assigned to any of the ports in such
aggregator will apply to all ports in the same."
::= { clagAggProtocolEntry 1 }
-- -------------------------------------------------------------
-- The Aggregation Port Configuration Table
-- -------------------------------------------------------------
clagAggPortTable OBJECT-TYPE
SYNTAX SEQUENCE OF ClagAggPortEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table that contains information about every
aggregation port that is associated with this system.
This table contains additional objects for the
dot3adAggPortTable."
REFERENCE "IEEE 802.3 Subclause 30.7.2"
::= { clagAggPort 1 }
clagAggPortEntry OBJECT-TYPE
SYNTAX ClagAggPortEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry containing additional management information
applicable to a particular aggregation port."
AUGMENTS { dot3adAggPortEntry }
::= { clagAggPortTable 1 }
ClagAggPortEntry ::= SEQUENCE {
clagAggPortAdminStatus ClagPortAdminStatus
}
clagAggPortAdminStatus OBJECT-TYPE
SYNTAX ClagPortAdminStatus
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The administrative status of the LACP protocol on this
aggregation port."
::= { clagAggPortEntry 1 }
-- -------------------------------------------------------------
-- The Port List Table
-- -------------------------------------------------------------
clagAggPortListTable OBJECT-TYPE
SYNTAX SEQUENCE OF ClagAggPortListEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table augments the dot3adAggPortListTable and
provides the complete list of ports associated with
each Aggregator."
REFERENCE "IEEE 802.3 Subclause 30.7.1.1.30"
::= { clagAggPortList 1 }
clagAggPortListEntry OBJECT-TYPE
SYNTAX ClagAggPortListEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A list of the ports associated with a given Aggregator."
AUGMENTS { dot3adAggPortListEntry }
::= { clagAggPortListTable 1 }
ClagAggPortListEntry ::= SEQUENCE {
clagAggPortListPorts OCTET STRING
}
clagAggPortListPorts OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (2..256))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object contains a list of ports currently associated
with this Aggregator in the format of
'[number_of_ports][cieIfDot1dBaseMappingPort1][...]
[cieIfDot1dBaseMappingPortn]'
where
[number_of_ports] is of size 2 octet and indicates
the number of ports contains in this object. It
also indicates the number of cieIfDot1dBaseMappingPort field
following this field.
[cieIfDot1dBaseMappingPort'n'] is the value of
cieIfDot1dBaseMappingPort of the 'n' port associated with this
Aggregation and has size of 2 octets where n is up to
[number_of_ports]."
REFERENCE "IEEE 802.3 Subclause 30.7.1.1.30"
::= { clagAggPortListEntry 1 }
-- -------------------------------------------------------------
--
-- -------------------------------------------------------------
-- Notifications
-- -------------------------------------------------------------
clagMIBNotifications OBJECT IDENTIFIER
::= { ciscoLagMIB 2 }
-- no notifications defined
--
-- -------------------------------------------------------------
-- Conformance
-- -------------------------------------------------------------
clagMIBConformance OBJECT IDENTIFIER
::= { ciscoLagMIB 3 }
clagMIBCompliances OBJECT IDENTIFIER
::= { clagMIBConformance 1 }
clagMIBGroups OBJECT IDENTIFIER
::= { clagMIBConformance 2 }
-- -------------------------------------------------------------
--
-- -------------------------------------------------------------
-- Compliance
-- -------------------------------------------------------------
clagMIBCompliance MODULE-COMPLIANCE
STATUS deprecated
DESCRIPTION
"The compliance statement for entities which implement
the Cisco Link Aggregation MIB"
MODULE -- this module
MANDATORY-GROUPS {
clagAggProtocolGroup,
clagAggPortGroup
}
GROUP clagAggDistributionGroup
DESCRIPTION
"This group is mandatory for the devices which
supported aggregation load balancing."
OBJECT clagAggProtocolType
MIN-ACCESS read-only
DESCRIPTION
"Write access is not required."
OBJECT clagAggPortAdminStatus
MIN-ACCESS read-only
DESCRIPTION
"Write access is not required."
::= { clagMIBCompliances 1 }
clagMIBCompliance2 MODULE-COMPLIANCE
STATUS deprecated
DESCRIPTION
"The compliance statement for entities which implement
the Cisco Link Aggregation MIB"
MODULE -- this module
MANDATORY-GROUPS {
clagAggProtocolGroup,
clagAggPortGroup
}
GROUP clagAggDistributionGroup
DESCRIPTION
"This group is mandatory for the devices which
supported aggregation load balancing."
GROUP clagAggDistributionMplsGroup
DESCRIPTION
"This group is mandatory for the devices which
supported aggregation load balancing for MPLS
packets."
OBJECT clagAggProtocolType
MIN-ACCESS read-only
DESCRIPTION
"Write access is not required."
OBJECT clagAggPortAdminStatus
MIN-ACCESS read-only
DESCRIPTION
"Write access is not required."
::= { clagMIBCompliances 2 }
clagMIBCompliance3 MODULE-COMPLIANCE
STATUS deprecated
DESCRIPTION
"The compliance statement for entities which implement
the Cisco Link Aggregation MIB"
MODULE -- this module
MANDATORY-GROUPS {
clagAggProtocolGroup,
clagAggPortGroup
}
GROUP clagAggDistributionGroup
DESCRIPTION
"This group is mandatory for the devices which
supported aggregation load balancing."
GROUP clagAggDistributionMplsGroup
DESCRIPTION
"This group is mandatory for the devices which
supported aggregation load balancing for MPLS
packets."
GROUP clagAggPortListGroup
DESCRIPTION
"This group is mandatory for the devices which
supports dot1dBasePort value greater than 2048."
OBJECT clagAggProtocolType
MIN-ACCESS read-only
DESCRIPTION
"Write access is not required."
OBJECT clagAggPortAdminStatus
MIN-ACCESS read-only
DESCRIPTION
"Write access is not required."
::= { clagMIBCompliances 3 }
clagMIBCompliance4 MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for entities which implement
the Cisco Link Aggregation MIB"
MODULE -- this module
MANDATORY-GROUPS {
clagAggProtocolGroup,
clagAggPortGroup
}
GROUP clagAggDistributionGroup
DESCRIPTION
"This group is mandatory for the devices which
supported aggregation load balancing."
GROUP clagAggDistributionMplsGroup
DESCRIPTION
"This group is mandatory for the devices which
supported aggregation load balancing for MPLS
packets."
GROUP clagAggPortListGroup
DESCRIPTION
"This group is mandatory for the devices which
supports dot1dBasePort value greater than 2048."
GROUP clagAggMaxAggregatorsGroup
DESCRIPTION
"This group is mandatory for the devices which
provides the information about the maximum number
of aggregators supported by the device."
OBJECT clagAggProtocolType
MIN-ACCESS read-only
DESCRIPTION
"Write access is not required."
OBJECT clagAggPortAdminStatus
MIN-ACCESS read-only
DESCRIPTION
"Write access is not required."
::= { clagMIBCompliances 4 }
-- -------------------------------------------------------------
-- Units of Conformance
-- -------------------------------------------------------------
clagAggProtocolGroup OBJECT-GROUP
OBJECTS { clagAggProtocolType }
STATUS current
DESCRIPTION
"The object that provide aggregation protocol type of an
interface. These are additional to the IEEE Std 802.3ad
MIB."
::= { clagMIBGroups 1 }
clagAggPortGroup OBJECT-GROUP
OBJECTS { clagAggPortAdminStatus }
STATUS current
DESCRIPTION
"A collection of objects that provide admin status
about an aggregation port. These are additional to the
IEEE Std 802.3ad MIB."
::= { clagMIBGroups 2 }
clagAggDistributionGroup OBJECT-GROUP
OBJECTS {
clagAggDistributionProtocol,
clagAggDistributionAddressMode
}
STATUS current
DESCRIPTION
"A collection of objects that provide the load balancing
information for an aggregator. These are additional to
the IEEE Std 802.3ad MIB."
::= { clagMIBGroups 3 }
clagAggDistributionMplsGroup OBJECT-GROUP
OBJECTS { clagAggDistributionMplsProtocol }
STATUS current
DESCRIPTION
"A collection of objects that provide the load balancing
information for an aggregator for MPLS packets.
These are additional to the IEEE Std 802.3ad MIB."
::= { clagMIBGroups 4 }
clagAggPortListGroup OBJECT-GROUP
OBJECTS { clagAggPortListPorts }
STATUS current
DESCRIPTION
"A collection of object that provides information about
ports in an aggregation."
::= { clagMIBGroups 5 }
clagAggMaxAggregatorsGroup OBJECT-GROUP
OBJECTS { clagAggMaxAggregators }
STATUS current
DESCRIPTION
"A collection of object that provides information about
the maximum number of aggregators supported by the
device."
::= { clagMIBGroups 6 }
END