summaryrefslogtreecommitdiff
path: root/MIBS/dell/F10-LINK-AGGREGATION-MIB
blob: e34f82418d8cc28f9e389385a310100ace597914 (plain)
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
	F10-LINK-AGGREGATION-MIB DEFINITIONS ::= BEGIN

	--  Force10 Networks, Inc.
	--  1440 McCarthy Blvd
	--  Milpitas, CA 95035-7438

	--  This module provides authoritative definitions for Force10
	--  enterprise Link Aggregation Mib.
	--
	--  This module will be extended, as needed.
	--

	IMPORTS
		MODULE-IDENTITY, OBJECT-TYPE, 
		Integer32 
			FROM SNMPv2-SMI
		MacAddress
			FROM SNMPv2-TC
		MODULE-COMPLIANCE, OBJECT-GROUP
			FROM SNMPv2-CONF
		f10Mgmt
			FROM FORCE10-SMI
		PortList		
			FROM FORCE10-TC;
		
	
	f10LinkAggMib MODULE-IDENTITY
	LAST-UPDATED "0308010000Z"  -- Auguest 1, 2003
	ORGANIZATION
	  "Force10 Networks, Inc."
	CONTACT-INFO
	  "Force10 Networks, Inc
	   1440 McCarthy Blvd
	   Milpitas, CA 95035
	   (408) 571-3500
	   support@force10networks.com
	   http://www.force10networks.com"

	DESCRIPTION
	   "Force10 Enterprise Link Aggregation MIB. "

	REVISION     "0308010000Z"
	DESCRIPTION
		"Force10 Link Aggreagation MIB version 1.3.
		  - Add FDB common table for configured or negotiated link aggregation"

	REVISION     "0308010000Z"
	DESCRIPTION
		"1. Move textual conventions to the Textual-Convention MIB f10-tc.mib.
		 2. Rename dot3aClearCurAggFdb to dot3aClearFdb."

	REVISION     "0203120000Z"
	DESCRIPTION
		"Force10 Link Aggreagation MIB version 1.1.
		Deprecated dot3aAggStaticTable & dot3aAggFdbTable
		Added dot3aCurAggStaticTable & dot3aCurAggFdbTable
		because of indexing changes"

	REVISION     "0011210000Z"
	DESCRIPTION
          "Force10 Link Aggreagation MIB version 1.0."

	REVISION     "0103010000Z"
	DESCRIPTION
          "First revision of Force10 link aggregation mib."

           ::= { f10Mgmt 2 }   


	-- ### Groups ###

	f10LinkAggObjects OBJECT IDENTIFIER ::={ f10LinkAggMib 1 }

        f10dot3dAgg	OBJECT IDENTIFIER ::={ f10LinkAggObjects 1 }
        f10LinkAggMgmt	OBJECT IDENTIFIER ::={ f10LinkAggObjects 2 }


	-- ### Aggregation Configuration Port List Table 

	   dot3aAggConfigTable	OBJECT-TYPE
		SYNTAX		SEQUENCE OF Dot3aAggConfigEntry
		MAX-ACCESS	not-accessible
		STATUS		current
		DESCRIPTION
			"A list of all aggregated links configured."
		::= { f10dot3dAgg 1 }

	  dot3aAggConfigEntry	OBJECT-TYPE 
		SYNTAX		Dot3aAggConfigEntry
		MAX-ACCESS	not-accessible
		STATUS		current
		DESCRIPTION
			"A list of all aggregated links configured 
			in the system"
		INDEX	{ dot3aAggCfgId }
		::= { dot3aAggConfigTable 1 }

	  Dot3aAggConfigEntry	::=
		SEQUENCE {
		   dot3aAggCfgId			    Integer32,
		   dot3aAggCfgMacAddr		    MacAddress,		
		   dot3aAggCfgIfIndex		    Integer32,
		   dot3aAggCfgNumPorts		    Integer32,
		   dot3aAggCfgPortList		    PortList,
		   dot3aAggCfgPortListString    OCTET STRING
		}

	   dot3aAggCfgId	OBJECT-TYPE
		SYNTAX		Integer32
		MAX-ACCESS	read-only
		STATUS		current
		DESCRIPTION
		"The link aggregation id or port channel id."
		::= { dot3aAggConfigEntry 1 }

	   dot3aAggCfgMacAddr	OBJECT-TYPE
		SYNTAX		MacAddress
		MAX-ACCESS	read-only
		STATUS		current
		DESCRIPTION
		"A 6-octet read only value MAC Address assigned 
		 to this link aggregation or user-defined MAC address
		 if a static user-defined MAC address is configured."
		::= { dot3aAggConfigEntry 2 }

	   dot3aAggCfgIfIndex	OBJECT-TYPE
		SYNTAX		Integer32
		MAX-ACCESS	read-only
		STATUS		current
		DESCRIPTION
		"The logical interface index assigned to this 
		 link aggregation."
		::= { dot3aAggConfigEntry 3 }

	   dot3aAggCfgNumPorts	OBJECT-TYPE
		SYNTAX		Integer32
		MAX-ACCESS	read-only
		STATUS		current
		DESCRIPTION
		"The number of physical ports configured to this 
		 link aggregation. Maximum is 16 ports"
		::= { dot3aAggConfigEntry 4 }

	   dot3aAggCfgPortList	OBJECT-TYPE
		SYNTAX		PortList
		MAX-ACCESS	read-only
		STATUS		current
		DESCRIPTION
        	"The bitmask of ports configured for this link aggregation.
            This object is deprecated and no longer in use. Please use the new
            dot3aAggCfgPortListString object instead.
            " 
		::= { dot3aAggConfigEntry 5 }

	   dot3aAggCfgPortListString	OBJECT-TYPE
		SYNTAX		OCTET STRING 
		MAX-ACCESS  read-only
		STATUS		deprecated
		DESCRIPTION
        "The list of ports configured for this link aggregation.
		 The format of this output is as follows:
		 <interface type> <slot/port>, or 
		 <port channel> <number>"
		::= { dot3aAggConfigEntry 6 }




        -- ### Aggregation MAC Addr Table

           dot3aAggStaticTable  OBJECT-TYPE
            SYNTAX          SEQUENCE OF Dot3aAggStaticEntry
            MAX-ACCESS      not-accessible
		STATUS          current
		DESCRIPTION
		"A list of statically configured MAC Address on the aggregated links."
            ::= { f10dot3dAgg 2 }

          dot3aAggStaticEntry   OBJECT-TYPE
            SYNTAX          Dot3aAggStaticEntry
            MAX-ACCESS      not-accessible
            STATUS          deprecated
            DESCRIPTION
            "A list of statically configured MAC Address on the aggregated links in the system"
            INDEX   { dot3aAggIndex, dot3aAggVlanId, dot3aAggMacAddr }
            ::= { dot3aAggStaticTable 1 }

          Dot3aAggStaticEntry   ::=
            SEQUENCE {
               dot3aAggIndex              Integer32,
               dot3aAggVlanId             Integer32,
		   dot3aAggMacAddr	      MacAddress,		
		   dot3aAggStatus			INTEGER,		
		   dot3aAggDistributedPort	OCTET STRING	
            }

	   dot3aAggIndex	OBJECT-TYPE
		SYNTAX		Integer32
		MAX-ACCESS      read-only
		STATUS		deprecated
		DESCRIPTION
		"The link aggregation id or port channel id."
		::= { dot3aAggStaticEntry 1 }

	   dot3aAggVlanId	OBJECT-TYPE
		SYNTAX		Integer32 
		MAX-ACCESS      read-only
		STATUS		deprecated
		DESCRIPTION
		"VLAN id that this ports configured to ."
		::= { dot3aAggStaticEntry 2 }

	   dot3aAggMacAddr	OBJECT-TYPE
		SYNTAX		MacAddress
		MAX-ACCESS      read-only
		STATUS		deprecated
		DESCRIPTION
		"A 6-octet read only value MAC Address assigned 
		 to this link aggregation or user-defined MAC address
		 if a static user-defined MAC address is configured."
		::= { dot3aAggStaticEntry 3 }

	   dot3aAggStatus	OBJECT-TYPE
		SYNTAX		INTEGER {
				   	active(1),
				   	inactive(2)
					}	  
		MAX-ACCESS	read-only
		STATUS		deprecated
		DESCRIPTION
		"The status of this aggregation link .
		 active - this aggregation link is active.
		 inactive  - this aggregation link is no active." 
		::= { dot3aAggStaticEntry 4 }

	   dot3aAggDistributedPort	OBJECT-TYPE
		SYNTAX		OCTET STRING 
		MAX-ACCESS      read-only
		STATUS		deprecated
		DESCRIPTION
		"The interface of the MAC address.
		 The format of this output is as follows:
		 <interface type> <slot/port>, or 
		 <port channel> <number>"
		::= { dot3aAggStaticEntry 5 }


        -- ### Aggregation Dynamic FDB Table

           dot3aAggFdbTable  OBJECT-TYPE
            SYNTAX          SEQUENCE OF Dot3aAggFdbEntry
            MAX-ACCESS      not-accessible
		STATUS          current
		DESCRIPTION
		"A list of dynamically learned Mac Address on the aggregated links"
                ::= { f10dot3dAgg 3 }

          dot3aAggFdbEntry   OBJECT-TYPE
            SYNTAX          Dot3aAggFdbEntry
            MAX-ACCESS      not-accessible
            STATUS          deprecated
            DESCRIPTION
            "A list of dynamically learned Mac Address on the aggregated links in the system"
            INDEX   { dot3aAggFdbIndex, dot3aAggFdbVlanId, dot3aAggFdbMacAddr }
            ::= { dot3aAggFdbTable 1 }

          Dot3aAggFdbEntry   ::=
            SEQUENCE {
             dot3aAggFdbIndex        	Integer32,
             dot3aAggFdbVlanId       	Integer32,
	       dot3aAggFdbMacAddr      	MacAddress,		
	       dot3aAggFdbStatus       	INTEGER,		
	       dot3aAggFdbDistributedPort	OCTET STRING	
            }

	   dot3aAggFdbIndex	OBJECT-TYPE
		SYNTAX		Integer32
		MAX-ACCESS      read-only
		STATUS		deprecated
		DESCRIPTION
		"The FDB link aggregation id or port channel id."
		::= { dot3aAggFdbEntry 1 }

	   dot3aAggFdbVlanId	OBJECT-TYPE
		SYNTAX		Integer32
		MAX-ACCESS      read-only
		STATUS		deprecated
		DESCRIPTION
		"The forwarding table VLAN id that this ports configured to ."
		::= { dot3aAggFdbEntry 2 }

	   dot3aAggFdbMacAddr	OBJECT-TYPE
		SYNTAX		MacAddress
		MAX-ACCESS      read-only
		STATUS		deprecated
		DESCRIPTION
		"A 6-octet read only value MAC Address assigned 
		 to this link aggregation or user-defined MAC address
		 if a static user-defined MAC address is configured."
		::= { dot3aAggFdbEntry 3 }

	   dot3aAggFdbStatus	OBJECT-TYPE
		SYNTAX		INTEGER {
				   	active(1),
				   	inactive(2)
					}	  
		MAX-ACCESS	read-only
		STATUS		deprecated
		DESCRIPTION
		"The status of this aggregation link .
		 active - this aggregation link is active.
		 inactive  - this aggregation link is no active." 
		::= { dot3aAggFdbEntry 4 }

	   dot3aAggFdbDistributedPort	OBJECT-TYPE
		SYNTAX		OCTET STRING 
		MAX-ACCESS      read-only
		STATUS		deprecated
		DESCRIPTION
		"The interface of the MAC address.
		 The format of this output is as follows:
		 <interface type> <slot/port>,  
		 <port channel> <number>,
                 or NULL if it is not available"
		::= { dot3aAggFdbEntry 5 }

        -- ### Current Aggregation MAC Addr Table

           dot3aCurAggStaticTable  OBJECT-TYPE
            SYNTAX          SEQUENCE OF Dot3aCurAggStaticEntry
            MAX-ACCESS      not-accessible
                STATUS      current
                DESCRIPTION
                "A list of statically configured MAC Address on the aggregated links."
                ::= { f10dot3dAgg 4 }

          dot3aCurAggStaticEntry   OBJECT-TYPE
            SYNTAX          Dot3aCurAggStaticEntry
            MAX-ACCESS      not-accessible
            STATUS          current
            DESCRIPTION
            "A list of statically configured MAC Address on the aggregated links in the system"
            INDEX   { dot3aCurAggVlanId, dot3aCurAggMacAddr, dot3aCurAggIndex }
            ::= { dot3aCurAggStaticTable 1 }

          Dot3aCurAggStaticEntry   ::=
            SEQUENCE {
                   dot3aCurAggVlanId               Integer32,
                   dot3aCurAggMacAddr              MacAddress,
                   dot3aCurAggIndex                Integer32,
                   dot3aCurAggStatus               INTEGER
            }

           dot3aCurAggVlanId    OBJECT-TYPE
                SYNTAX          Integer32
                MAX-ACCESS      read-only
                STATUS          current
                DESCRIPTION
                "VLAN id that this ports configured to ."
                ::= { dot3aCurAggStaticEntry 1 }

           dot3aCurAggMacAddr   OBJECT-TYPE
                SYNTAX          MacAddress
                MAX-ACCESS      read-only
                STATUS          current
                DESCRIPTION
                "A 6-octet read only value MAC Address assigned 
                 to this link aggregation or user-defined MAC address
                 if a static user-defined MAC address is configured."
                ::= { dot3aCurAggStaticEntry 2 }

           dot3aCurAggIndex     OBJECT-TYPE
                SYNTAX          Integer32
                MAX-ACCESS      read-only
                STATUS          current
                DESCRIPTION
                "The link aggregation id or port channel id."
                ::= { dot3aCurAggStaticEntry 3 }

           dot3aCurAggStatus    OBJECT-TYPE
                SYNTAX          INTEGER {
                                        active(1),
                                        inactive(2)
                                        }
                MAX-ACCESS      read-only
                STATUS          current
                DESCRIPTION
                "The status of this aggregation link .
                 active - this aggregation link is active.
                 inactive  - this aggregation link is no active."
                ::= { dot3aCurAggStaticEntry 4 }

        -- ### Current Aggregation Dynamic FDB Table

           dot3aCurAggFdbTable  OBJECT-TYPE
            SYNTAX          SEQUENCE OF Dot3aCurAggFdbEntry
            MAX-ACCESS      not-accessible
                STATUS      current
                DESCRIPTION
                "A list of dynamically learned Mac Address on the aggregated links"
                ::= { f10dot3dAgg 5 }

          dot3aCurAggFdbEntry   OBJECT-TYPE
            SYNTAX          Dot3aCurAggFdbEntry
            MAX-ACCESS      not-accessible
            STATUS          current
            DESCRIPTION
            "A list of dynamically learned Mac Address on the aggregated links in the system"
            INDEX   { dot3aCurAggFdbVlanId, dot3aCurAggFdbMacAddr, dot3aCurAggFdbIndex }
            ::= { dot3aCurAggFdbTable 1 }

          Dot3aCurAggFdbEntry   ::=
            SEQUENCE {
               dot3aCurAggFdbVlanId       Integer32,
               dot3aCurAggFdbMacAddr      MacAddress,
               dot3aCurAggFdbIndex        Integer32,
               dot3aCurAggFdbStatus       INTEGER
            }

           dot3aCurAggFdbVlanId    OBJECT-TYPE
                SYNTAX          Integer32
                MAX-ACCESS      read-only
                STATUS          current
                DESCRIPTION
                "The forwarding table VLAN id that this ports configured to ."
                ::= { dot3aCurAggFdbEntry 1 }

           dot3aCurAggFdbMacAddr   OBJECT-TYPE
                SYNTAX          MacAddress
                MAX-ACCESS      read-only
                STATUS          current
                DESCRIPTION
                "A 6-octet read only value MAC Address assigned 
                 to this link aggregation or user-defined MAC address
                 if a static user-defined MAC address is configured."
                ::= { dot3aCurAggFdbEntry 2 }

           dot3aCurAggFdbIndex     OBJECT-TYPE
                SYNTAX          Integer32
                MAX-ACCESS      read-only
                STATUS          current
                DESCRIPTION
                "The FDB link aggregation id or port channel id."
                ::= { dot3aCurAggFdbEntry 3 }

           dot3aCurAggFdbStatus    OBJECT-TYPE
                SYNTAX          INTEGER {
                                        active(1),
                                        inactive(2)
                                        }
                MAX-ACCESS      read-only
                STATUS          current
                DESCRIPTION
                "The status of this aggregation link .
                 active - this aggregation link is active.
                 inactive  - this aggregation link is not active."
                ::= { dot3aCurAggFdbEntry 4 }

        -- ### Common Aggregation FDB Table

           dot3aCommonAggFdbTable  OBJECT-TYPE
            SYNTAX          SEQUENCE OF Dot3aCommonAggFdbEntry
            MAX-ACCESS      not-accessible
                STATUS      current
                DESCRIPTION
                "A list of configured and dynamically negotiated aggregated links"
                ::= { f10dot3dAgg 6 }

          dot3aCommonAggFdbEntry   OBJECT-TYPE
            SYNTAX          Dot3aCommonAggFdbEntry
            MAX-ACCESS      not-accessible
            STATUS          current
            DESCRIPTION
            "A list of configured and dynamically negotiated aggregated links in the system"
            INDEX   { dot3aCommonAggFdbIndex, dot3aCommonAggFdbVlanId }
            ::= { dot3aCommonAggFdbTable 1 }

          Dot3aCommonAggFdbEntry   ::=
            SEQUENCE {
               dot3aCommonAggFdbIndex     Integer32,
               dot3aCommonAggFdbVlanId    Integer32,
               dot3aCommonAggFdbTagConfig INTEGER,
               dot3aCommonAggFdbStatus    INTEGER
            }

           dot3aCommonAggFdbIndex     OBJECT-TYPE
                SYNTAX          Integer32
                MAX-ACCESS      read-only
                STATUS          current
                DESCRIPTION
                "The FDB link aggregation id or port channel id."
                ::= { dot3aCommonAggFdbEntry 1 }

           dot3aCommonAggFdbVlanId    OBJECT-TYPE
                SYNTAX          Integer32
                MAX-ACCESS      read-only
                STATUS          current
                DESCRIPTION
                "The VLAN id belongs to this port channel."
                ::= { dot3aCommonAggFdbEntry 2 }

           dot3aCommonAggFdbTagConfig    OBJECT-TYPE
                SYNTAX          INTEGER {
                                        tagged(1),
                                        untagged(2)
                                        }
                MAX-ACCESS      read-only
                STATUS          current
                DESCRIPTION
                "The status if the aggregation link is tagged, untagged, or not configured.
                 tagged    - this aggregation link is tagged.
                 untagged  - this aggregation link is untagged.
                 notConfigured  - this aggregation link is not tagged or untagged."
                 
                ::= { dot3aCommonAggFdbEntry 3 }

           dot3aCommonAggFdbStatus    OBJECT-TYPE
                SYNTAX          INTEGER {
                                        active(1),
                                        inactive(2)
                                        }
                MAX-ACCESS      read-only
                STATUS          current
                DESCRIPTION
                "The status of this aggregation link .
                 active - this aggregation link is active.
                 inactive  - this aggregation link is not active."
                ::= { dot3aCommonAggFdbEntry 4 }

           dot3aClearFdb		OBJECT-TYPE
                SYNTAX          INTEGER {
                                        yes(1),
                                        no(2)
                                        }
                MAX-ACCESS      read-write
                STATUS          current
                DESCRIPTION
				"Write yes(1) to this object will clear all fdb entries.
				The value will be changed to no(2) once the fdb is cleared.
					yes(1) - clear fdb aggregation links.
					no(2)  - do not clear fdb aggregation links"
				DEFVAL {2}
                ::= { f10LinkAggMgmt 1 }

        -- ### conformance information ###

        f10LinkAggMibConformance        OBJECT IDENTIFIER       ::=     { f10LinkAggMib 2 }
        f10LinkAggMibCompliances        OBJECT IDENTIFIER       ::=     { f10LinkAggMibConformance 1 }
        f10LinkAggMibGroups             OBJECT IDENTIFIER       ::=     { f10LinkAggMibConformance 2 }


        -- ## compliance statements

        f10LinkAggMibCompliance MODULE-COMPLIANCE
                STATUS          current
                DESCRIPTION
                    "The compliance statement for Force10
                    product which implement the f10
                    Link Aggregation MIB."
                MODULE  -- this module
                MANDATORY-GROUPS {
                        f10CommonGroup
                }
                ::= { f10LinkAggMibCompliances 1 }

        -- ## units of conformance

        f10CommonGroup  OBJECT-GROUP
                OBJECTS {

                dot3aAggCfgMacAddr,
                dot3aAggCfgIfIndex,
                dot3aAggCfgNumPorts,
                dot3aAggCfgPortList,
                dot3aAggStatus,
                dot3aAggDistributedPort,
                dot3aAggFdbStatus,
                dot3aAggFdbDistributedPort,
                dot3aCurAggStatus,
                dot3aCurAggFdbStatus,
				dot3aClearFdb
                }
                STATUS  current
                DESCRIPTION
                        "A collection of objects providing the
                        overall chassis information."
                ::= { f10LinkAggMibGroups 1 }

	END