summaryrefslogtreecommitdiff
path: root/MIBS/transition/TN-LACP
blob: b0c646b0cd6036576ce446f9c369d8d42ef982ed (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
-- *****************************************************************
-- TN-LACP-MIB.mib : TN MPLS-TP private MIB
--
-- Copyright (c) 2015 by Transition Networks, Inc.
-- All rights reserved.
--
-- *****************************************************************

TN-LACP-MIB DEFINITIONS ::= BEGIN

IMPORTS
    MODULE-COMPLIANCE, OBJECT-GROUP
        FROM SNMPv2-CONF
    MODULE-IDENTITY, OBJECT-TYPE
        FROM SNMPv2-SMI
    TEXTUAL-CONVENTION
        FROM SNMPv2-TC
    tnProducts
        FROM TRANSITION-SMI
    Counter64 FROM SNMPv2-SMI
    Unsigned32 FROM SNMPv2-SMI
    MacAddress FROM SNMPv2-TC
    TruthValue FROM SNMPv2-TC  
    PortList FROM Q-BRIDGE-MIB
    TNInterfaceIndex FROM TN-TC
    TNUnsigned16 FROM TN-TC
    TNUnsigned8 FROM TN-TC
    DisplayString FROM SNMPv2-TC
   ;

tnLacpMib MODULE-IDENTITY
   LAST-UPDATED "201507150000Z"
    ORGANIZATION "Transition Networks, Inc."
    CONTACT-INFO
        "Transition Networks
        Technical Support

        10900 Red Circle Drive
        Minnetonka, MN 55343 USA
        Tel: +1-800-526-9267

            E-mail: techsupport@transition.com"
    DESCRIPTION
        "The mib module for DHCP settings."

        REVISION "201507150000Z"
        DESCRIPTION
        "Initial Revision of this module"
    ::= { tnProducts 35 }

tnLacpConfigPortTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF TNLacpConfigPortEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION 
        "This is a table of the LACP port configurations"
    ::= { tnLacpMib 1 }

tnLacpConfigPortEntry OBJECT-TYPE
    SYNTAX      TNLacpConfigPortEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION 
        "Each port has a set of parameters"
    INDEX       { tnLacpConfigPortInterfaceNo }
    ::= { tnLacpConfigPortTable 1 }

TNLacpConfigPortEntry ::= SEQUENCE {
    tnLacpConfigPortInterfaceNo   TNInterfaceIndex,
    tnLacpConfigPortDot3adAggrActorAdminMode      INTEGER,  
    tnLacpConfigPortDot3adAggrActorKeyMode      INTEGER,  
    tnLacpConfigPortDot3adAggrActorAdminKey   Unsigned32,
    tnLacpConfigPortDot3adAggrRole    INTEGER,
    tnLacpConfigPortDot3adAggrTimeout     INTEGER,
    tnLacpConfigPortDot3adAggrPortPriority    Unsigned32
}

tnLacpConfigPortInterfaceNo OBJECT-TYPE
    SYNTAX      TNInterfaceIndex
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION 
        "Logical interface number."
    ::= { tnLacpConfigPortEntry 1 }

tnLacpConfigPortDot3adAggrActorAdminMode OBJECT-TYPE
    SYNTAX      INTEGER{
                   disabled   (0),
                   enabled    (1)
                }
    MAX-ACCESS  read-write
    STATUS      current
    DESCRIPTION 
        "Control whether port is LACP enabled(1) or disabled(0)."
    ::= { tnLacpConfigPortEntry 2 }

tnLacpConfigPortDot3adAggrActorKeyMode OBJECT-TYPE
    SYNTAX      INTEGER{
                   auto      (0),
                   specific  (1)
                }
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION 
        "The Auto setting will set the key as appropriate by the physical 
         link speed, 10Mb = 1, 100Mb = 2, 1Gb = 3. Using the Specific setting, 
         a user-defined value can be entered. Ports with the same Key value 
         can participate in the same aggregation group, while ports with 
         different keys cannot."
    ::= { tnLacpConfigPortEntry 3 }

tnLacpConfigPortDot3adAggrActorAdminKey OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-write
    STATUS      current
    DESCRIPTION 
        "The current administrative value of the Key for the Aggregator. The
         administrative Key value may differ from the operational Key value for
         the reasons discussed in 43.6.2. This is a 16-bit, read-write value.
         The meaning of particular Key values is of local significance"
    ::= { tnLacpConfigPortEntry 4 }

tnLacpConfigPortDot3adAggrRole OBJECT-TYPE
    SYNTAX      INTEGER{
                   passive   (0),
                   active    (1)
                }
    MAX-ACCESS  read-write
    STATUS      current
    DESCRIPTION 
        "The Role shows the LACP activity status. The Active(true) will transmit
         LACP packets each second, while Passive(false) will wait for a LACP
         packet from a partner"
    ::= { tnLacpConfigPortEntry 5 }

tnLacpConfigPortDot3adAggrTimeout OBJECT-TYPE
     SYNTAX      INTEGER{
                   slow   (0),
                   fast   (1)
                }
    MAX-ACCESS  read-write
    STATUS      current
    DESCRIPTION 
        "The Timeout controls the period between BPDU transmissions. Fast(true)
         will transmit LACP packets each second, while Slow(0) will wait for 30
         seconds before sending a LACP packet."
    ::= { tnLacpConfigPortEntry 6 }

tnLacpConfigPortDot3adAggrPortPriority OBJECT-TYPE
    SYNTAX      Unsigned32 (0..65535)
    MAX-ACCESS  read-write
    STATUS      current
    DESCRIPTION 
        "The Port Priority controls the priority of the port. If the LACP
         partner wants to form a larger group than is supported by this device
         then this parameter will control which ports will be active and which
         ports will be in a backup role. Lower number means greater priority."
    ::= { tnLacpConfigPortEntry 7 }

tnLacpStatusSystemTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF TNLacpStatusSystemEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION 
        "This is a table of the LACP system status"
    ::= { tnLacpMib 2 }

tnLacpStatusSystemEntry OBJECT-TYPE
    SYNTAX      TNLacpStatusSystemEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION 
        "Each lag has a set of parameters"
    INDEX       { tnLacpStatusSystemDot3adAggrID }
    ::= { tnLacpStatusSystemTable 1 }

TNLacpStatusSystemEntry ::= SEQUENCE {
    tnLacpStatusSystemDot3adAggrID    DisplayString,
    tnLacpStatusSystemDot3adAggrPartnerSystemID   MacAddress,
    tnLacpStatusSystemDot3adAggrPartnerOperKey    TNUnsigned16,
    tnLacpStatusSystemDot3adAggrPartnerOperSystemPriority     TNUnsigned16,
    tnLacpStatusSystemDot3adAggrPartnerStateLastChanged   Unsigned32,
    tnLacpStatusSystemDot3adAggrLocalPorts    PortList
}

tnLacpStatusSystemDot3adAggrID OBJECT-TYPE
    SYNTAX      DisplayString (SIZE (1..64))
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION 
        "The aggregation ID for a particular link aggregation group."
    ::= { tnLacpStatusSystemEntry 1 } 

tnLacpStatusSystemDot3adAggrPartnerSystemID OBJECT-TYPE
    SYNTAX      MacAddress
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION 
        "The system ID (MAC address) of the aggregation partner."
    ::= { tnLacpStatusSystemEntry 2 }

tnLacpStatusSystemDot3adAggrPartnerOperKey OBJECT-TYPE
    SYNTAX      TNUnsigned16
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION 
        "The Key that the partner has assigned to this aggregation ID."
    ::= { tnLacpStatusSystemEntry 3 }

tnLacpStatusSystemDot3adAggrPartnerOperSystemPriority OBJECT-TYPE
    SYNTAX      TNUnsigned16
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION 
        "A 2-octet read-only value indicating the operational value of priority
         associated with the Partner's System ID. The value of this attribute
         may contain the manually configured value carried in
         aAggPortPartnerAdminSystemPriority if there is no protocol Partner."
    ::= { tnLacpStatusSystemEntry 4 }

tnLacpStatusSystemDot3adAggrPartnerStateLastChanged OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION 
        "The time in second since this aggregation changed"
    ::= { tnLacpStatusSystemEntry 5 }

tnLacpStatusSystemDot3adAggrLocalPorts OBJECT-TYPE
    SYNTAX      PortList
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION 
        "Local port list"
    ::= { tnLacpStatusSystemEntry 6 }
 
tnLacpStatusPortTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF TNLacpStatusPortEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION 
        "This is a table of the LACP port status"
    ::= { tnLacpMib 3 }

tnLacpStatusPortEntry OBJECT-TYPE
    SYNTAX      TNLacpStatusPortEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION 
        "Each port has a set of parameters"
    INDEX       { tnLacpStatusPortInterfaceNo }
    ::= { tnLacpStatusPortTable 1 }

TNLacpStatusPortEntry ::= SEQUENCE {
    tnLacpStatusPortInterfaceNo   TNInterfaceIndex,
    tnLacpStatusPortDot3adAggrActorAdminMode  INTEGER,
    tnLacpStatusPortDot3adAggrActorAdminKey   INTEGER,
    tnLacpStatusPortDot3adAggrActorID         DisplayString,
    tnLacpStatusPortDot3adAggrPartnerSystemID  MacAddress,
    tnLacpStatusPortDot3adAggrPartnerOperPortIndex    INTEGER,
    tnLacpStatusPortDot3adAggrPartnerOperPortPriority     TNUnsigned16
}

tnLacpStatusPortInterfaceNo OBJECT-TYPE
    SYNTAX      TNInterfaceIndex
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION 
        "Logical interface number."
    ::= { tnLacpStatusPortEntry 1 }

tnLacpStatusPortDot3adAggrActorAdminMode OBJECT-TYPE
     SYNTAX      INTEGER{
                   no   (0),
                   yes  (1)
                }
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION 
        "Shows the current Admin mode of port, if LACP enabled then returns true
         else returns false."
    ::= { tnLacpStatusPortEntry 2 }

tnLacpStatusPortDot3adAggrActorAdminKey OBJECT-TYPE
    SYNTAX      INTEGER
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION 
        "Shows the current administrative value of the Key for the Aggregator.
         The administrative Key value may differ from the operational Key value
         for the reasons discussed in 43.6.2. This is a 16-bit, read-write
         value. The meaning of particular Key values is of local significance"
    ::= { tnLacpStatusPortEntry 3 }


tnLacpStatusPortDot3adAggrActorID OBJECT-TYPE
    SYNTAX      DisplayString (SIZE (1..64))

    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION 
        "The Aggregation ID assigned to this aggregation group."
    ::= { tnLacpStatusPortEntry 4 } 
 
tnLacpStatusPortDot3adAggrPartnerSystemID  OBJECT-TYPE
   SYNTAX      MacAddress
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION 
        "The system ID (MAC address) of the aggregation partner."
    ::= { tnLacpStatusPortEntry 5 }


tnLacpStatusPortDot3adAggrPartnerOperPortIndex OBJECT-TYPE
    SYNTAX      INTEGER
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION 
        "Shows the port index of the partner port connected to this port."
    ::= { tnLacpStatusPortEntry 6 }

tnLacpStatusPortDot3adAggrPartnerOperPortPriority OBJECT-TYPE
    SYNTAX      TNUnsigned16
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION 
        "Shows the port priority of the port partner port connected to this
         port."
    ::= { tnLacpStatusPortEntry 7 }

tnLacpStatisticsPortTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF TNLacpStatisticsPortEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION 
        "This is a table of the LACP port statistics"
    ::= { tnLacpMib 4 }

tnLacpStatisticsPortEntry OBJECT-TYPE
    SYNTAX      TNLacpStatisticsPortEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION 
        "Each port has a set of parameters"
    INDEX       { tnLacpStatisticsPortInterfaceNo }
    ::= { tnLacpStatisticsPortTable 1 }

TNLacpStatisticsPortEntry ::= SEQUENCE {
    tnLacpStatisticsPortInterfaceNo   TNInterfaceIndex,
    tnLacpStatisticsPortDot3adAggrRxFrames    Unsigned32,
    tnLacpStatisticsPortDot3adAggrTxFrames    Unsigned32,
    tnLacpStatisticsPortDot3adAggrRxUnknownFrames     Unsigned32,
    tnLacpStatisticsPortDot3adAggrRxIllegalFrames     Unsigned32
}

tnLacpStatisticsPortInterfaceNo OBJECT-TYPE
    SYNTAX      TNInterfaceIndex
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION 
        "Logical interface number."
    ::= { tnLacpStatisticsPortEntry 1 }

tnLacpStatisticsPortDot3adAggrRxFrames OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION 
        "Shows received LACP frame count."
    ::= { tnLacpStatisticsPortEntry 2 }

tnLacpStatisticsPortDot3adAggrTxFrames OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION 
        "Shows transmitted LACP frame count."
    ::= { tnLacpStatisticsPortEntry 3 } 
    
tnLacpStatisticsPortDot3adAggrRxUnknownFrames OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION 
        "Shows recevied unknown LACP frame count."
    ::= { tnLacpStatisticsPortEntry 4 }

tnLacpStatisticsPortDot3adAggrRxIllegalFrames OBJECT-TYPE
    SYNTAX      Unsigned32
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION 
        "Shows recevied illegal LACP frame count."
    ::= { tnLacpStatisticsPortEntry 5 }

END