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 pathCISCOSB-TRUNK-MIB
516 lines (463 loc) · 16.8 KB
/
CISCOSB-TRUNK-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
CISCOSB-TRUNK-MIB DEFINITIONS ::= BEGIN
IMPORTS
switch001 FROM CISCOSB-MIB
OBJECT-TYPE, IpAddress, Unsigned32,Counter32, TimeTicks,
MODULE-IDENTITY FROM SNMPv2-SMI
DisplayString, TEXTUAL-CONVENTION, TruthValue, RowStatus,
PhysAddress
FROM SNMPv2-TC
dot3adAggIndex, dot3adAggPortIndex FROM IEEE8023-LAG-MIB;
rlDot3adAgg MODULE-IDENTITY
LAST-UPDATED "200612020000Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
"Postal: 170 West Tasman Drive
San Jose , CA 95134-1706
USA
Website: Cisco Small Business Support Community <http://www.cisco.com/go/smallbizsupport>"
DESCRIPTION
"The private MIB module definition for trunk support in CISCOSB devices."
REVISION "200612020000Z"
DESCRIPTION
"Initial version of this MIB."
::= { switch001 65 }
rlDot3adAggMibVersion OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"MIB's version, the current version is 1."
::= { rlDot3adAgg 1 }
--
-- rlDot3adAggBalanceTable
--
rlDot3adAggBalanceTable OBJECT-TYPE
SYNTAX SEQUENCE OF RlDot3adAggBalanceEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry of this table specifies a balancing criterion used
for the corresponding dot3adAggIndex."
::= { rlDot3adAgg 2 }
rlDot3adAggBalanceEntry OBJECT-TYPE
SYNTAX RlDot3adAggBalanceEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A list of information for each dot3adAggIndex."
INDEX { dot3adAggIndex, rlDot3adAggBalanceForwardType }
::= { rlDot3adAggBalanceTable 1 }
RlDot3adAggBalanceEntry ::= SEQUENCE {
rlDot3adAggBalanceForwardType INTEGER,
rlDot3adAggBalanceLayer INTEGER,
rlDot3adAggBalanceUsedAddresses INTEGER,
rlDot3adAggBalanceBroadcastType INTEGER
}
rlDot3adAggBalanceForwardType OBJECT-TYPE
SYNTAX INTEGER {
bridging(1),
routing(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A Forwarding type: Bridging or Routing."
::= { rlDot3adAggBalanceEntry 1 }
rlDot3adAggBalanceLayer OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"A Network Layer Number, may have the following values: 2, 3 or 4.
The default value is:
Bridging: 2
Routing: 3."
::= { rlDot3adAggBalanceEntry 2 }
rlDot3adAggBalanceUsedAddresses OBJECT-TYPE
SYNTAX INTEGER {
notApplied(0),
dstAddr(1),
srcAddr(2),
dstAndSrcAddr(3),
vlanId(4),
ethType(5)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Specifies the Network Layer addresses used for Balancing of
unicast frames.
The function sets the criterion (by layer and used address in it)."
DEFVAL { dstAddr }
::= { rlDot3adAggBalanceEntry 3 }
rlDot3adAggBalanceBroadcastType OBJECT-TYPE
SYNTAX INTEGER {
common(0),
dedicated(1)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Specifies a balancing criterion used for L2 broadcast and unknown
frames:
common:
a link allocated for broadcast and unknown frames is used
for unicast frames too
dedicated:
a link allocated for broadcast and unknown frames is not used
for unicast frames"
DEFVAL { common }
::= { rlDot3adAggBalanceEntry 4 }
rlDot3adAggNumOfTrunks OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of trunks supported by the device."
::= { rlDot3adAgg 3 }
rlDot3adAggMaxPortsInTrunks OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The maximun number of ports in a trunk."
::= { rlDot3adAgg 4 }
rlDot3adAggTrunkCreationSupport OBJECT-TYPE
SYNTAX INTEGER {
notSupported(0),
supportsTrunkOrLacp(1)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Specifies if there is support to rldot3adAggCreationTable,
and the type of the support:
supportedTrunkOrLacp - ports that are members in some trunk
are belongs to it by manual configuration or by lacp,
but not togther.
notSupported - there is not support to rldot3adAggCreationTable."
::= { rlDot3adAgg 5 }
--
-- rlDot3adAggCreationTable
--
rlDot3adAggCreationTable OBJECT-TYPE
SYNTAX SEQUENCE OF RlDot3adAggCreationEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry of this table is for creation of an aggregator
for the corresponding dot3adAggIndex, when the value of the
rlDot3adAggCreationSupport is diffrent from notSupported."
::= { rlDot3adAgg 6 }
rlDot3adAggCreationEntry OBJECT-TYPE
SYNTAX RlDot3adAggCreationEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An information for each dot3adAggIndex."
INDEX { dot3adAggIndex }
::= { rlDot3adAggCreationTable 1 }
RlDot3adAggCreationEntry ::= SEQUENCE {
rlDot3adAggCreationTrunk TruthValue,
rlDot3adAggCreationLacp TruthValue
}
rlDot3adAggCreationTrunk OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The aggregator can aggregate ports in manual configuration."
::= { rlDot3adAggCreationEntry 1 }
rlDot3adAggCreationLacp OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The aggregator can aggregate ports by lacp."
::= { rlDot3adAggCreationEntry 2 }
rlDot3adAggLoadBalancingPerTrunk OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Specifies if load balancing is defined per trunk
or per device."
::= { rlDot3adAgg 7 }
--
-- rlDot3adAggPortLacpTable
--
rlDot3adAggPortLacpTable OBJECT-TYPE
SYNTAX SEQUENCE OF RlDot3adAggPortLacpEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry of this table specifies lacp protocol state and
statistics for the corresponding dot3adAggPortIndex."
::= { rlDot3adAgg 8 }
rlDot3adAggPortLacpEntry OBJECT-TYPE
SYNTAX RlDot3adAggPortLacpEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A list of information for each dot3adAggPortIndex."
INDEX { dot3adAggPortIndex }
::= { rlDot3adAggPortLacpTable 1 }
RlDot3adAggPortLacpEntry ::= SEQUENCE {
rlDot3adAggPortLacpPdusRx Counter32,
rlDot3adAggPortLacpPDUsTx Counter32,
rlDot3adAggPortLacpRxState INTEGER,
rlDot3adAggPortLacpMuxState INTEGER,
rlDot3adAggPortLacpPeriodicState INTEGER,
rlDot3adAggPortLacpSelected INTEGER,
rlDot3adAggPortLacpReady TruthValue,
rlDot3adAggPortLacpPortMoved TruthValue,
rlDot3adAggPortLacpNNT TruthValue,
rlDot3adAggPortLacpPeriodicTxTimer INTEGER,
rlDot3adAggPortLacpCurrentWhileTimer INTEGER,
rlDot3adAggPortLacpWaitWhileTimer INTEGER
}
rlDot3adAggPortLacpPdusRx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of valid LACPDUs received on this
Aggregation Port. This value is read-only."
::= { rlDot3adAggPortLacpEntry 1 }
rlDot3adAggPortLacpPDUsTx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of LACPDUs transmitted on this
Aggregation Port. This value is read-only."
::= { rlDot3adAggPortLacpEntry 2 }
rlDot3adAggPortLacpRxState OBJECT-TYPE
SYNTAX INTEGER {
current(1),
expired(2),
defaulted(3),
initialize(4),
portDisabled(5),
lacpDisabled(6)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This attribute holds the value 'current' if the Receive
state machine for the Aggregation Port is in the
CURRENT state, 'expired' if the Receive state machine
is in the EXPIRED state, 'defaulted' if the Receive state
machine is in the DEFAULTED state, 'initialize' if the
Receive state machine is in the INITIALIZE state,
'portDisabled' if the Receive state machine is in the
PORT_DISABLED state, or 'lacpDisabled' if the Receive state
machine is in the LACP_DISABLED state.
This value is read-only."
::= { rlDot3adAggPortLacpEntry 3 }
rlDot3adAggPortLacpMuxState OBJECT-TYPE
SYNTAX INTEGER {
detached(1),
waiting(2),
attached(3),
collecting(4),
distributing(5),
collectingDistributing(6)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This attribute holds the value 'detached' if the Mux
state machine for the Aggregation Port is
in the DETACHED state, 'waiting' if the Mux state machine
is in the WAITING state, 'attached' if the Mux state
machine for the Aggregation Port is in the ATTACHED
state, 'collecting' if the Mux state machine for the
Aggregation Port is in the COLLECTING state, 'distributing'
if the Mux state machine for the Aggregation Port is
in the DISTRIBUTING state, and 'collecting_ distributing'
if the Mux state machine for the Aggregation Port is in
the COLLECTING_DISTRIBUTING state.
This value is read-only."
::= { rlDot3adAggPortLacpEntry 4 }
rlDot3adAggPortLacpPeriodicState OBJECT-TYPE
SYNTAX INTEGER {
noPeriodic(1),
fastPeriodic(2),
slowPeriodic(3),
periodicTx(4)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This attribute holds the value 'noPeriodic' if the Periodic
state machine for the Aggregation Port is
in the NO_PERIODIC state, 'fastPeriodic' if the Mux state machine
is in the FAST_PERIODIC state, 'slowPeriodic' if the Mux state
machine for the Aggregation Port is in the SLOW_PERIODIC
state, or 'periodicTx' if the Periodic state machine
for the Aggregation Port is in the PERIODIC_TX state.
This value is read-only."
::= { rlDot3adAggPortLacpEntry 5 }
rlDot3adAggPortLacpSelected OBJECT-TYPE
SYNTAX INTEGER {
unselected(1),
selected(2),
waiting(3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This attribute holds the value 'unselected' if the Selected variable
for the Aggregation Port is set to UNSELECTED, 'selected' if the
Selected variable for the Aggregation Port is set to SELECTED,
or 'waiting' if the Selected variable for the Aggregation Port
is set to WAITING.
This value is read-only."
::= { rlDot3adAggPortLacpEntry 6 }
rlDot3adAggPortLacpReady OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A read-only Boolean value indicating whether the
Aggregation Port is in the WAITING state in the Mux state machine
and its wait_while_timer has expired ('TRUE').
otherwise, its valus is 'FALSE'."
::= { rlDot3adAggPortLacpEntry 7 }
rlDot3adAggPortLacpPortMoved OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A read-only Boolean value indicating whether the
Partner_Oper_System or Partner_Oper_Port_Number in use by the
Aggregation Port has been changed in an incoming LACPDU ('TRUE').
otherwise, its valus is 'FALSE'."
::= { rlDot3adAggPortLacpEntry 8 }
rlDot3adAggPortLacpNNT OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A read-only Boolean value indicating whether there is a new protocol
information that should be transmitted on the link, or that the Partner
needs to be reminded of the old information.
otherwise, its valus is 'FALSE'."
::= { rlDot3adAggPortLacpEntry 9 }
rlDot3adAggPortLacpPeriodicTxTimer OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The amount of time in seconds remaining before the Periodeic Tx timer
will expire.
This value is read-only."
::= { rlDot3adAggPortLacpEntry 10 }
rlDot3adAggPortLacpCurrentWhileTimer OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The amount of time in seconds remaining before the Current While timer
will expire.
This value is read-only."
::= { rlDot3adAggPortLacpEntry 11 }
rlDot3adAggPortLacpWaitWhileTimer OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The amount of time in seconds remaining before the Wait While timer
will expire.
This value is read-only."
::= { rlDot3adAggPortLacpEntry 12 }
rlDot3adAggLacpMembershipRestrictionsSupport OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Specifies if there is support to
rlDot3adAggLacpMembershipRestrictionsTable."
::= { rlDot3adAgg 9 }
--
-- rlDot3adAggLacpMembershipRestrictionsTable
--
rlDot3adAggLacpMembershipRestrictionsTable OBJECT-TYPE
SYNTAX SEQUENCE OF RlDot3adAggLacpMembershipRestrictionsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry of this table specifies membership restrictions
for ports that lacp is enbaled on them, and try to attach to
the corresponding dot3adAggIndex."
::= { rlDot3adAgg 10 }
rlDot3adAggLacpMembershipRestrictionsEntry OBJECT-TYPE
SYNTAX RlDot3adAggLacpMembershipRestrictionsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A list of information for each dot3adAggIndex."
INDEX { dot3adAggIndex }
::= { rlDot3adAggLacpMembershipRestrictionsTable 1 }
RlDot3adAggLacpMembershipRestrictionsEntry ::= SEQUENCE {
rlDot3adAggLacpMembershipRestrictionsPartnerAdminKey Unsigned32,
rlDot3adAggLacpMembershipRestrictionsSpeedAdminMode Unsigned32,
rlDot3adAggLacpMembershipRestrictionsPartnerAdminSystemId PhysAddress,
rlDot3adAggLacpMembershipRestrictionsPartnerAdminSystemPriority Unsigned32,
rlDot3adAggLacpMembershipRestrictionsIndividualAggregator TruthValue
}
rlDot3adAggLacpMembershipRestrictionsPartnerAdminKey OBJECT-TYPE
SYNTAX Unsigned32 (0.. 65535)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This variable specifies the administrative key
of the remote LACP aggregator.
A value of 0 is returned if the value of the variable
hasn't been set."
DEFVAL { 0 }
::= { rlDot3adAggLacpMembershipRestrictionsEntry 1 }
rlDot3adAggLacpMembershipRestrictionsSpeedAdminMode OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This variable specifies the required speed of the LACP aggregator
in bits per second.
A value of 10 is returned for 10G.
A value of 0 is returned if the value of the variable
hasn't been set."
DEFVAL { 0 }
::= { rlDot3adAggLacpMembershipRestrictionsEntry 2 }
rlDot3adAggLacpMembershipRestrictionsPartnerAdminSystemId OBJECT-TYPE
SYNTAX PhysAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This variable specifies the administrative MAC Address
of the remote LACP aggregator.
A null mac address is returned if the value of the variable
hasn't been set."
::= { rlDot3adAggLacpMembershipRestrictionsEntry 3 }
rlDot3adAggLacpMembershipRestrictionsPartnerAdminSystemPriority OBJECT-TYPE
SYNTAX Unsigned32 (0.. 65535)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This variable specifies the administrative System Priority
of the remote LACP aggregator.
A value of 0 is returned if the value of the variable
hasn't been set."
DEFVAL { 0 }
::= { rlDot3adAggLacpMembershipRestrictionsEntry 4 }
rlDot3adAggLacpMembershipRestrictionsIndividualAggregator OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This variable specifies if the lacp aggregator represents an
Aggregate ('FALSE') or an Individual link ('TRUE')."
DEFVAL { false }
::= { rlDot3adAggLacpMembershipRestrictionsEntry 5 }
END