-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathENTERASYS-IEEE8023-LAG-MIB-EXT-MIB
251 lines (206 loc) · 8.15 KB
/
ENTERASYS-IEEE8023-LAG-MIB-EXT-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
ENTERASYS-IEEE8023-LAG-MIB-EXT-MIB DEFINITIONS ::= BEGIN
-- enterasys-ieee8023-lag-mib-ext-mib.txt
--
-- Part Number:
--
--
-- This module provides authoritative definitions for Enterasys
-- Networks' IEEE8023-LAG-MIB extension MIB.
--
-- This module will be extended, as needed.
-- Enterasys Networks reserves the right to make changes in this
-- specification and other information contained in this document
-- without prior notice. The reader should consult Enterasys Networks
-- to determine whether any such changes have been made.
--
-- In no event shall Enterasys Networks be liable for any incidental,
-- indirect, special, or consequential damages whatsoever (including
-- but not limited to lost profits) arising out of or related to this
-- document or the information contained in it, even if Enterasys
-- Networks has been advised of, known, or should have known, the
-- possibility of such damages.
--
-- Enterasys Networks grants vendors, end-users, and other interested
-- parties a non-exclusive license to use this Specification in
-- connection with the management of Enterasys Networks products.
-- Copyright January, 2003 Enterasys Networks, Inc.
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE
FROM SNMPv2-SMI
MODULE-COMPLIANCE, OBJECT-GROUP
FROM SNMPv2-CONF
dot3adAggPortEntry
FROM IEEE8023-LAG-MIB
EnabledStatus
FROM P-BRIDGE-MIB
etsysModules
FROM ENTERASYS-MIB-NAMES;
etsysIeee8023LagMibExtMIB MODULE-IDENTITY
LAST-UPDATED "200409031514Z" -- Fri Sep 3 15:14 GMT 2004
ORGANIZATION "Enterasys Networks, Inc"
CONTACT-INFO
"Postal: Enterasys Networks
50 Minuteman Rd.
Andover, MA 01810-1008
USA
Phone: +1 978 684 1000
E-mail: [email protected]
WWW: http://www.enterasys.com"
DESCRIPTION
"This MIB module defines a portion of the SNMP MIB under
Enterasys Networks' enterprise OID pertaining to proprietary
extensions to the IEEE8023-LAG-MIB as defined by the IEEE
802.3ad Working Group."
REVISION "200409031514Z" -- Fri Sep 3 15:14 GMT 2004
DESCRIPTION
"Added the etsysDot3adAggGlobalFormSinglePortLags object."
REVISION "200301312316Z" -- Fri Jan 31 23:16 GMT 2003
DESCRIPTION
"The initial version of this MIB module"
::= { etsysModules 35 }
etsysIeee8023LagMibExt
OBJECT IDENTIFIER ::= { etsysIeee8023LagMibExtMIB 1 }
-- ---------------------------------------------------------- --
-- branches in the ENTERASYS-IETF-P-BRIDGE-MIB-EXT-MIB
-- ---------------------------------------------------------- --
etsysDot3adAggGlobal
OBJECT IDENTIFIER ::= { etsysIeee8023LagMibExt 1 }
etsysDot3adAggPort
OBJECT IDENTIFIER ::= { etsysIeee8023LagMibExt 2 }
-- -------------------------------------------------------------
-- Extension to globally enable or disable the LAG functionality.
-- -------------------------------------------------------------
etsysDot3adAggGlobalEnable OBJECT-TYPE
SYNTAX EnabledStatus
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The enabled/disabled status of the IEEE 802.3ad link
aggregation functionality on the managed entity.
A value of disabled(2) will prevent the formation of
Link Aggregations, and the transmission and processing
of LACP BPDUs, however, all relevant MIBs will still be
present."
REFERENCE
"IEEE Standard 802.3-2002, Section 3, part 43."
DEFVAL { enabled }
::= { etsysDot3adAggGlobal 1 }
etsysDot3adAggGlobalFormSinglePortLags OBJECT-TYPE
SYNTAX EnabledStatus
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The ability of forming single port Link Aggregation
Groups on this entity. If enabled(1) Link Aggregation
Groups can form with 1 port, otherwise 2 or more ports
are required."
REFERENCE
"IEEE Standard 802.3-2002, Section 3, part 43."
DEFVAL { disabled }
::= { etsysDot3adAggGlobal 2 }
-- -------------------------------------------------------------
-- Extensions to the Aggregation Port Table
-- -------------------------------------------------------------
etsysDot3adAggPortTable OBJECT-TYPE
SYNTAX SEQUENCE OF EtsysDot3adAggPortEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Extensions to the table that contains Link Aggregation
Control configuration information about every Aggregation
Port associated with this device. A row appears in this
table for each physical port."
::= { etsysDot3adAggPort 1 }
etsysDot3adAggPortEntry OBJECT-TYPE
SYNTAX EtsysDot3adAggPortEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A list of proprietary Link Aggregation Control configuration
parameters for each Aggregation Port on this device."
AUGMENTS { dot3adAggPortEntry }
::= { etsysDot3adAggPortTable 1 }
EtsysDot3adAggPortEntry ::=
SEQUENCE {
etsysDot3adAggPortEnable INTEGER
}
etsysDot3adAggPortEnable OBJECT-TYPE
SYNTAX EnabledStatus
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The enabled/disabled status of the IEEE 802.3ad link
aggregation functionality on this port.
A value of disabled(2) will prevent the transmission
and processing of LACP BPDUs on this port."
REFERENCE
"IEEE Standard 802.3-2002, Section 3, part 43."
DEFVAL { enabled }
::= { etsysDot3adAggPortEntry 1 }
-- -------------------------------------------------------------
-- Conformance Information
-- -------------------------------------------------------------
etsysIeee8023LagConformance
OBJECT IDENTIFIER ::= { etsysIeee8023LagMibExtMIB 2 }
etsysIeee8023LagGroups
OBJECT IDENTIFIER ::= { etsysIeee8023LagConformance 1 }
etsysIeee8023LagCompliances
OBJECT IDENTIFIER ::= { etsysIeee8023LagConformance 2 }
-- -------------------------------------------------------------
-- Units of conformance
-- -------------------------------------------------------------
etsysDot3adAggGlobalGroup OBJECT-GROUP
OBJECTS {
etsysDot3adAggGlobalEnable
}
STATUS current
DESCRIPTION
"A collection of objects relating to the User Priority
applicable to each port."
::= { etsysIeee8023LagGroups 1 }
etsysDot3adAggPortGroup OBJECT-GROUP
OBJECTS {
etsysDot3adAggPortEnable
}
STATUS current
DESCRIPTION
"A collection of objects relating to proprietary per port
configuration."
::= { etsysIeee8023LagGroups 2 }
etsysDot3adAggGlobalSinglePortGroup OBJECT-GROUP
OBJECTS {
etsysDot3adAggGlobalFormSinglePortLags
}
STATUS current
DESCRIPTION
"A collection of objects relating to forming LAG groups
with single ports."
::= { etsysIeee8023LagGroups 3 }
-- -------------------------------------------------------------
-- Compliance statements
-- -------------------------------------------------------------
etsysIeee8023LagCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for devices that support the
IEEE8023-LAG-MIB Extension MIB."
MODULE
GROUP etsysDot3adAggGlobalGroup
DESCRIPTION
"Support for this group is optional and only applies
to products that wish to support the enabling and
disabling of IEEE 802.3ad Aggregation functionality
on a global basis."
GROUP etsysDot3adAggPortGroup
DESCRIPTION
"Support for this group is optional and only applies
to products that wish to support the enabling and
disabling of the transmission and processing of LACP
BPDUs on a per port basis."
GROUP etsysDot3adAggGlobalSinglePortGroup
DESCRIPTION
"Support for this group is optional and only applies
to products that wish to support the formation of
single port Link Aggregation Groups."
::= { etsysIeee8023LagCompliances 1 }
END