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
|
-- *********************************************************************
-- **
-- ** BATM Advanced Communications.
-- **
-- *********************************************************************
-- ** Filename: PRVT-PORTS-AGGREGATION-MIB.mib
-- ** Project: T-Metro Switches.
-- ** Purpose: Private MIB
-- *********************************************************************
-- (c) Copyright, 2009, BATM Advanced Communications. All rights reserved.
-- WARNING:
--
-- BY UTILIZING THIS FILE, YOU AGREE TO THE FOLLOWING:
--
-- This file is the property of BATM Advanced Communications and contains
-- proprietary and confidential information. This file is made
-- available to authorized BATM customers on the express
-- condition that neither it, nor any of the information contained
-- therein, shall be disclosed to third parties or be used for any
-- purpose other than to replace, modify or upgrade firmware and/or
-- software components of BATM manufactured equipment within the
-- authorized customer's network, and that such transfer be
-- completed in accordance with the instructions provided by
-- BATM. Any other use is strictly prohibited.
--
-- EXCEPT AS RESTRICTED BY LAW, OR AS PROVIDED IN BATM'S LIMITED
-- WARRANTY, THE SOFTWARE PROGRAMS CONTAINED IN THIS FILE ARE
-- PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
-- OR IMPLIED, INCLUDING BUT NOT LIMITED TO, ANY IMPLIED WARRANTIES
-- OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
--
-- IN NO EVENT SHALL BATM BE LIABLE FOR ANY DAMAGES WHATSOEVER
-- INCLUDING WITHOUT LIMITATION, DAMAGES FOR LOSS OF BUSINESS
-- PROFITS, BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION OR
-- OTHER CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE, OR INABILITY
-- TO USE, THE SOFTWARE CONTAINED IN THIS FILE.
--
-- ----------------------------------------------------------------------------
PRVT-PORTS-AGGREGATION-MIB DEFINITIONS ::= BEGIN
IMPORTS
InterfaceIndex
FROM IF-MIB
switch
FROM PRVT-SWITCH-MIB
Counter64, Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE,
OBJECT-TYPE, Unsigned32
FROM SNMPv2-SMI
MacAddress, RowStatus, TEXTUAL-CONVENTION, TruthValue
FROM SNMPv2-TC;
prvtPortsAggregationMIB MODULE-IDENTITY
LAST-UPDATED "201402050000Z"
ORGANIZATION
"BATM Advanced Communication"
CONTACT-INFO
"BATM/Telco Systems Support team
Email:
For North America: techsupport@telco.com
For North Europe: support@batm.de, info@batm.de
For the rest of the world: techsupport@telco.com"
DESCRIPTION
"The Ports Aggregation MIB module for
managing switch or ipSwitch static and
dynamic port aggregation."
REVISION "201001070000Z"
DESCRIPTION
"Initial"
::= { switch 106 }
PrvtPortsAggregationMacSecType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"The state of a port with regards to MAC count."
SYNTAX INTEGER { noViolation(1), watermarkReached(2),
maxMacCountReached(3), errorState(4) }
prvtPortsAggregationNotifications OBJECT IDENTIFIER
::= { prvtPortsAggregationMIB 0 }
prvtPortsAggregationObjects OBJECT IDENTIFIER
::= { prvtPortsAggregationMIB 1 }
prvtPortsAggregationDistributionType OBJECT-TYPE
SYNTAX INTEGER { l2(1), l3(2), l4(3), mpls(4) }
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The LACP distribution type.
l2 - MAC address based distribution
l3 - IP address based distribution
l4 - TCP/UDP IP address based distribution
mpls -MPLS label based distribution"
::= { prvtPortsAggregationObjects 1 }
portsAggregationTable OBJECT-TYPE
SYNTAX SEQUENCE OF PortsAggregationEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table contains the status of all the
trunks in the system. It can contain two
major types: static and dynamic trunks."
::= { prvtPortsAggregationObjects 2 }
portsAggregationEntry OBJECT-TYPE
SYNTAX PortsAggregationEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Ports aggregation entry."
INDEX { portsAggregationName }
::= { portsAggregationTable 1 }
PortsAggregationEntry ::= SEQUENCE {
portsAggregationName OCTET STRING,
portsAggregationRowStatus RowStatus,
portsAggregationDescription OCTET STRING,
portsAggregationMode INTEGER,
portsAggregationLacpEnable TruthValue,
portsAggregationLacpMode INTEGER,
portsAggregationLacpAdminKey Unsigned32,
portsAggregationLacpId MacAddress,
portsAggregationLacpMarker TruthValue,
portsAggregationLacpSystemPriority Unsigned32,
portsAggregationOperStatus INTEGER,
portsAggregationPortCount Unsigned32,
portsAggregationUplinkCount Unsigned32,
portsAggregationIfInOctets Counter64,
portsAggregationIfInUcastPkts Counter64,
portsAggregationIfInNUcastPkts Counter64,
portsAggregationIfInErrors Counter64,
portsAggregationIfInUnknownProtos Counter64,
portsAggregationIfOutOctets Counter64,
portsAggregationIfOutUcastPkts Counter64,
portsAggregationIfOutNUcastPkts Counter64,
portsAggregationIfOutErrors Counter64,
portsAggregationIfInMulticastPkts Counter64,
portsAggregationIfInBroadcastPkts Counter64,
portsAggregationIfInDiscardsPkts Counter64,
portsAggregationIfOutMulticastPkts Counter64,
portsAggregationIfOutBroadcastPkts Counter64,
portsAggregationLacpFastRate TruthValue,
portsAggregationLacpSelectionCriteria INTEGER,
portsAggregationLacpTxOnStandby TruthValue,
portsAggregationLacpForceActive Unsigned32,
portsAggregationFailoverTime OCTET STRING,
portsAggregationMacSecIfProfile OCTET STRING,
portsAggregationMacSecIfCurrMacCount Unsigned32,
portsAggregationMacSecIfState PrvtPortsAggregationMacSecType,
portsAggregationEvPropProfile OCTET STRING
}
portsAggregationName OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..5))
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Aggregation Name:
pattern ag(([1-9])|([1-9][0-9])|(1[0-9][0-9])|(2[0-5][0-6]))"
::= { portsAggregationEntry 1 }
portsAggregationRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Aggregation row status."
::= { portsAggregationEntry 2 }
portsAggregationDescription OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..255))
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Aggregation description."
::= { portsAggregationEntry 3 }
portsAggregationMode OBJECT-TYPE
SYNTAX INTEGER { access(1), network(2) }
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Aggregation mode."
::= { portsAggregationEntry 4 }
portsAggregationLacpEnable OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Link Aggregation Control Protocol (LACP) Configuration"
::= { portsAggregationEntry 5 }
portsAggregationLacpMode OBJECT-TYPE
SYNTAX INTEGER { passive(1), active(2) }
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Aggregation lacp mode."
::= { portsAggregationEntry 6 }
portsAggregationLacpAdminKey OBJECT-TYPE
SYNTAX Unsigned32 (1..65535)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Aggregation administrative key."
::= { portsAggregationEntry 7 }
portsAggregationLacpId OBJECT-TYPE
SYNTAX MacAddress
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Specify LACP ID (MAC address format)."
::= { portsAggregationEntry 8 }
portsAggregationLacpMarker OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Aggregation lacp marker."
::= { portsAggregationEntry 9 }
portsAggregationLacpSystemPriority OBJECT-TYPE
SYNTAX Unsigned32 (1..65535)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Aggregation lacp priority."
::= { portsAggregationEntry 10 }
portsAggregationOperStatus OBJECT-TYPE
SYNTAX INTEGER { up(1), down(2) }
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Aggregation operational status."
::= { portsAggregationEntry 11 }
portsAggregationPortCount OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Aggregation ports count."
::= { portsAggregationEntry 12 }
portsAggregationUplinkCount OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Aggregation uplink ports count."
::= { portsAggregationEntry 13 }
portsAggregationIfInOctets OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of octets received on the interface,
including framing characters."
::= { portsAggregationEntry 14 }
portsAggregationIfInUcastPkts OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets, delivered by this sub-layer to a
higher (sub-)layer, which were not addressed to a multicast
or broadcast address at this sub-layer."
::= { portsAggregationEntry 15 }
portsAggregationIfInNUcastPkts OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets, delivered by this sub-layer to a
higher (sub-)layer, which were addressed to a multicast or
broadcast address at this sub-layer."
::= { portsAggregationEntry 16 }
portsAggregationIfInErrors OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"For packet-oriented interfaces, the number of inbound
packets that contained errors preventing them from being
deliverable to a higher-layer protocol. For character-
oriented or fixed-length interfaces, the number of inbound
transmission units that contained errors preventing them
from being deliverable to a higher-layer protocol."
::= { portsAggregationEntry 17 }
portsAggregationIfInUnknownProtos OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"For packet-oriented interfaces, the number of packets
received via the interface which were discarded because of
an unknown or unsupported protocol. For character-oriented
or fixed-length interfaces that support protocol
multiplexing the number of transmission units received via
the interface which were discarded because of an unknown or
unsupported protocol. For any interface that does not
support protocol multiplexing, this counter will always be
0."
::= { portsAggregationEntry 18 }
portsAggregationIfOutOctets OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of octets transmitted out of the
interface, including framing characters."
::= { portsAggregationEntry 19 }
portsAggregationIfOutUcastPkts OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of packets that higher-level protocols
requested be transmitted, and which were not addressed to a
multicast or broadcast address at this sub-layer, including
those that were discarded or not sent."
::= { portsAggregationEntry 20 }
portsAggregationIfOutNUcastPkts OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of packets that higher-level protocols
requested be transmitted, and which were addressed to a
multicast or broadcast address at this sub-layer, including
those that were discarded or not sent."
::= { portsAggregationEntry 21 }
portsAggregationIfOutErrors OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"For packet-oriented interfaces, the number of outbound
packets that could not be transmitted because of errors.
For character-oriented or fixed-length interfaces, the
number of outbound transmission units that could not be
transmitted because of errors."
::= { portsAggregationEntry 22 }
portsAggregationIfInMulticastPkts OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets, delivered by this sub-layer to a
higher (sub-)layer, which were addressed to a multicast
address at this sub-layer. For a MAC layer protocol, this
includes both Group and Functional addresses."
::= { portsAggregationEntry 23 }
portsAggregationIfInBroadcastPkts OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of packets, delivered by this sub-layer to a
higher (sub-)layer, which were addressed to a broadcast
address at this sub-layer."
::= { portsAggregationEntry 24 }
portsAggregationIfInDiscardsPkts OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of inbound packets which were chosen to be
discarded even though no errors had been detected to prevent
their being deliverable to a higher-layer protocol. One
possible reason for discarding such a packet could be to
free up buffer space."
::= { portsAggregationEntry 25 }
portsAggregationIfOutMulticastPkts OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of packets that higher-level protocols
requested be transmitted, and which were addressed to a
multicast address at this sub-layer, including those that
were discarded or not sent. For a MAC layer protocol, this
includes both Group and Functional addresses.
Discontinuities in the value of this counter can occur at
re-initialization of the management system, and at other
times as indicated by the value of
ifCounterDiscontinuityTime."
::= { portsAggregationEntry 26 }
portsAggregationIfOutBroadcastPkts OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of packets that higher-level protocols
requested be transmitted, and which were addressed to a
broadcast address at this sub-layer, including those that
were discarded or not sent."
::= { portsAggregationEntry 27 }
portsAggregationLacpFastRate OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Specify LACP transmission interval."
::= { portsAggregationEntry 28 }
portsAggregationLacpSelectionCriteria OBJECT-TYPE
SYNTAX INTEGER { highest-count(1), highest-weight(2) }
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Specify LACP active Sub-LAG selection criteria."
::= { portsAggregationEntry 29 }
portsAggregationLacpTxOnStandby OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Enable transmission of LACP PDUs on links selected as standby."
::= { portsAggregationEntry 30 }
portsAggregationLacpForceActive OBJECT-TYPE
SYNTAX Unsigned32 (1..2)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Force the active Sub-LAG."
::= { portsAggregationEntry 31 }
portsAggregationFailoverTime OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Time since last Sub-LAG failover."
::= { portsAggregationEntry 32 }
portsAggregationMacSecIfProfile OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(0..30))
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The name of a learning profile from prvtMacSecLrnProfTable."
::= { portsAggregationEntry 33 }
portsAggregationMacSecIfCurrMacCount OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current MAC count for this entry."
::= { portsAggregationEntry 34 }
portsAggregationMacSecIfState OBJECT-TYPE
SYNTAX PrvtPortsAggregationMacSecType
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current state of this entry."
::= { portsAggregationEntry 35 }
portsAggregationEvPropProfile OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..32))
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Event propagation profile name, aplied to this aggregation."
::= { portsAggregationEntry 36 }
portsAggregationPortsTable OBJECT-TYPE
SYNTAX SEQUENCE OF PortsAggregationPortsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table contains ports in trunk."
::= { prvtPortsAggregationObjects 3 }
portsAggregationPortsEntry OBJECT-TYPE
SYNTAX PortsAggregationPortsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Ports aggregation entry."
INDEX { portsAggregationName, portsAggregationPortsIfIndex }
::= { portsAggregationPortsTable 1 }
PortsAggregationPortsEntry ::= SEQUENCE {
portsAggregationPortsIfIndex InterfaceIndex,
portsAggregationPortsRowStatus RowStatus,
portsAggregationPortsPriority Unsigned32,
portsAggregationPortsSubLag Unsigned32
}
portsAggregationPortsIfIndex OBJECT-TYPE
SYNTAX InterfaceIndex
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Aggregation port index."
::= { portsAggregationPortsEntry 1 }
portsAggregationPortsRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Aggregation ports row status."
::= { portsAggregationPortsEntry 2 }
portsAggregationPortsPriority OBJECT-TYPE
SYNTAX Unsigned32 (1..65535)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Aggregation port priority."
::= { portsAggregationPortsEntry 3 }
portsAggregationPortsSubLag OBJECT-TYPE
SYNTAX Unsigned32 (1..2)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Aggregation port Sub-LAG."
::= { portsAggregationPortsEntry 4 }
lagMemberLinkUp NOTIFICATION-TYPE
OBJECTS { portsAggregationUplinkCount }
STATUS current
DESCRIPTION
"This notification is generated
when a port in lag link becomes up."
::= { prvtPortsAggregationNotifications 1 }
lagMemberLinkDown NOTIFICATION-TYPE
OBJECTS { portsAggregationUplinkCount }
STATUS current
DESCRIPTION
"This notification is generated
when a port in lag link becomes down."
::= { prvtPortsAggregationNotifications 2 }
lagMemberAdd NOTIFICATION-TYPE
OBJECTS { portsAggregationPortCount }
STATUS current
DESCRIPTION
"This notification is generated when a new port is added to
a lag link."
::= { prvtPortsAggregationNotifications 3 }
lagMemberRemove NOTIFICATION-TYPE
OBJECTS { portsAggregationPortCount }
STATUS current
DESCRIPTION
"This notification is generated when a port is removed from
a lag."
::= { prvtPortsAggregationNotifications 4 }
lagLinkUp NOTIFICATION-TYPE
OBJECTS { portsAggregationOperStatus }
STATUS current
DESCRIPTION
"This notification is generated when lag link becomes
up."
::= { prvtPortsAggregationNotifications 5 }
lagLinkDown NOTIFICATION-TYPE
OBJECTS { portsAggregationOperStatus }
STATUS current
DESCRIPTION
"This notification is generated when lag link becomes
down."
::= { prvtPortsAggregationNotifications 6 }
portsAggregationWmarkViolation NOTIFICATION-TYPE
OBJECTS { portsAggregationName }
STATUS current
DESCRIPTION
""
::= { prvtPortsAggregationNotifications 7 }
portsAggregationViolation NOTIFICATION-TYPE
OBJECTS { portsAggregationName }
STATUS current
DESCRIPTION
""
::= { prvtPortsAggregationNotifications 8 }
END -- end of module PRVT-PORTS-AGGREGATION-MIB.
|