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
|
-- This file was automatically generated from ciena-ws-service.yang. Do not edit.
CIENA-WS-SERVICE-MIB DEFINITIONS ::= BEGIN
IMPORTS
cienaWsConfig
FROM CIENA-WS-MIB
DescriptionString, EnabledDisabledEnum, PortId, ServiceDomainIdx, ServiceIdx
FROM CIENA-WS-TYPEDEFS-MIB
MODULE-COMPLIANCE, OBJECT-GROUP
FROM SNMPv2-CONF
Integer32, MODULE-IDENTITY, OBJECT-TYPE, Unsigned32
FROM SNMPv2-SMI
TEXTUAL-CONVENTION
FROM SNMPv2-TC;
cienaWsServiceMIB MODULE-IDENTITY
LAST-UPDATED "201707180000Z"
ORGANIZATION "Ciena Corporation"
CONTACT-INFO "Web URL: http://www.ciena.com/
Postal: 7035 Ridge Road
Hanover, Maryland 21076
U.S.A.
Phone: +1 800-921-1144
Fax: +1 410-694-5750"
DESCRIPTION "An Ethernet Private Line service that carries traffic across the network via a client port. Automatically created at client port provisioning. By default, a service is automatically mapped to a service domain."
REVISION "201707180000Z"
DESCRIPTION "Waveserver Release 1.5
Removed 'Read only attribute' from 'protection-state' description.
Removed 'Read only attribute' from 'mac-learning' description.
Changed 'max-number-of-port' to read-only.
Removed 'config true' from all entries.
Removed obsolete status from 'link-state-forwarding'."
REVISION "201703020000Z"
DESCRIPTION "Waveserver Release 1.4
Aligned MIB files to respect YANG read/write status."
REVISION "201612120000Z"
DESCRIPTION "Waveserver Rel 1.3 revised.
Added RPCs: ws-service-attach-port, ws-service-detach-port.
'link-state-forwarding' status changed to obsolete.
"
REVISION "201606170000Z"
DESCRIPTION "Waveserver Rel 1.2 revised.
Restructuring of the module."
REVISION "201502250000Z"
DESCRIPTION "Initial version."
::= { cienaWsConfig 1 }
ServiceId ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION "None"
SYNTAX Unsigned32
ServiceMaxPort ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION "None"
SYNTAX Unsigned32
ServiceNameStr ::= TEXTUAL-CONVENTION
DISPLAY-HINT "64a"
STATUS current
DESCRIPTION "None"
SYNTAX OCTET STRING(SIZE(1..64))
cwsServiceServicesTable OBJECT-TYPE
SYNTAX SEQUENCE OF CwsServiceServicesEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "None"
::= { cienaWsServiceMIB 3 }
cwsServiceServicesEntry OBJECT-TYPE
SYNTAX CwsServiceServicesEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Entry for cwsServiceServicesTable."
INDEX { cwsServiceServicesServiceIndex }
::= { cwsServiceServicesTable 1 }
CwsServiceServicesEntry ::= SEQUENCE {
cwsServiceServicesServiceIndex Integer32
}
cwsServiceServicesServiceIndex OBJECT-TYPE
SYNTAX Integer32(0..2147483647)
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Service Index, unique for all SAOS DB tables. Key value for the Service List."
::= { cwsServiceServicesEntry 1 }
cwsServiceIdTable OBJECT-TYPE
SYNTAX SEQUENCE OF CwsServiceIdEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Service identification."
::= { cienaWsServiceMIB 4 }
cwsServiceIdEntry OBJECT-TYPE
SYNTAX CwsServiceIdEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Entry for cwsServiceIdTable."
INDEX { cwsServiceServicesServiceIndex, cwsServiceIdTableSnmpKey }
::= { cwsServiceIdTable 1 }
CwsServiceIdEntry ::= SEQUENCE {
cwsServiceIdTableSnmpKey Integer32,
cwsServiceIdServiceId ServiceId,
cwsServiceIdName ServiceNameStr,
cwsServiceIdDescription DescriptionString
}
cwsServiceIdTableSnmpKey OBJECT-TYPE
SYNTAX Integer32(0..2147483647)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Unique key for cwsServiceId"
::= { cwsServiceIdEntry 1 }
cwsServiceIdServiceId OBJECT-TYPE
SYNTAX ServiceId
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Service ID value, min 1, max 4095."
::= { cwsServiceIdEntry 2 }
cwsServiceIdName OBJECT-TYPE
SYNTAX ServiceNameStr
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Name of the Service. Each name must be unique."
::= { cwsServiceIdEntry 3 }
cwsServiceIdDescription OBJECT-TYPE
SYNTAX DescriptionString
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Description of the Service."
::= { cwsServiceIdEntry 4 }
cwsServiceStateTable OBJECT-TYPE
SYNTAX SEQUENCE OF CwsServiceStateEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Service state."
::= { cienaWsServiceMIB 5 }
cwsServiceStateEntry OBJECT-TYPE
SYNTAX CwsServiceStateEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Entry for cwsServiceStateTable."
INDEX { cwsServiceServicesServiceIndex, cwsServiceStateTableSnmpKey }
::= { cwsServiceStateTable 1 }
CwsServiceStateEntry ::= SEQUENCE {
cwsServiceStateTableSnmpKey Integer32,
cwsServiceStateAdminState EnabledDisabledEnum
}
cwsServiceStateTableSnmpKey OBJECT-TYPE
SYNTAX Integer32(0..2147483647)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Unique key for cwsServiceState"
::= { cwsServiceStateEntry 1 }
cwsServiceStateAdminState OBJECT-TYPE
SYNTAX EnabledDisabledEnum
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Whether the service is enabled or disabled. Read only attribute."
::= { cwsServiceStateEntry 2 }
cwsServicePropertiesTable OBJECT-TYPE
SYNTAX SEQUENCE OF CwsServicePropertiesEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Service properties."
::= { cienaWsServiceMIB 6 }
cwsServicePropertiesEntry OBJECT-TYPE
SYNTAX CwsServicePropertiesEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Entry for cwsServicePropertiesTable."
INDEX { cwsServiceServicesServiceIndex, cwsServicePropertiesTableSnmpKey }
::= { cwsServicePropertiesTable 1 }
CwsServicePropertiesEntry ::= SEQUENCE {
cwsServicePropertiesTableSnmpKey Integer32,
cwsServicePropertiesType INTEGER,
cwsServicePropertiesMaxNumberOfPort ServiceMaxPort,
cwsServicePropertiesProtectionState INTEGER,
cwsServicePropertiesLinkStateForwarding EnabledDisabledEnum,
cwsServicePropertiesMacLearning EnabledDisabledEnum,
cwsServicePropertiesParentSvcDomainIdxReference ServiceDomainIdx
}
cwsServicePropertiesTableSnmpKey OBJECT-TYPE
SYNTAX Integer32(0..2147483647)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Unique key for cwsServiceProperties"
::= { cwsServicePropertiesEntry 1 }
cwsServicePropertiesType OBJECT-TYPE
SYNTAX INTEGER { epl(0), evpl(1), etree(2), elan(3), eepl(4) }
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Service type."
::= { cwsServicePropertiesEntry 2 }
cwsServicePropertiesMaxNumberOfPort OBJECT-TYPE
SYNTAX ServiceMaxPort
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Max number of ports this service allows. Between 2 and 65535. Read only attribute."
::= { cwsServicePropertiesEntry 3 }
cwsServicePropertiesProtectionState OBJECT-TYPE
SYNTAX INTEGER { protected(0), unprotected(1) }
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Service protection state."
::= { cwsServicePropertiesEntry 4 }
cwsServicePropertiesLinkStateForwarding OBJECT-TYPE
SYNTAX EnabledDisabledEnum
MAX-ACCESS read-write
STATUS current
DESCRIPTION "If link state forwarding is enabled or disabled."
::= { cwsServicePropertiesEntry 5 }
cwsServicePropertiesMacLearning OBJECT-TYPE
SYNTAX EnabledDisabledEnum
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Indicates if service MAC learning turned on or off."
::= { cwsServicePropertiesEntry 6 }
cwsServicePropertiesParentSvcDomainIdxReference OBJECT-TYPE
SYNTAX ServiceDomainIdx
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The Service Domain Index which this service belongs to. The parent of this service."
::= { cwsServicePropertiesEntry 7 }
cwsServicePortMembersReferenceTable OBJECT-TYPE
SYNTAX SEQUENCE OF CwsServicePortMembersReferenceEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Service Operational Data: Each entry identifies the port id of a parent port."
::= { cienaWsServiceMIB 7 }
cwsServicePortMembersReferenceEntry OBJECT-TYPE
SYNTAX CwsServicePortMembersReferenceEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Entry for cwsServicePortMembersReferenceTable."
INDEX { cwsServiceServicesServiceIndex, cwsServicePropertiesTableSnmpKey, cwsServicePortMembersReferenceTableSnmpKey }
::= { cwsServicePortMembersReferenceTable 1 }
CwsServicePortMembersReferenceEntry ::= SEQUENCE {
cwsServicePortMembersReferenceTableSnmpKey Integer32,
cwsServicePortMembersReference PortId
}
cwsServicePortMembersReferenceTableSnmpKey OBJECT-TYPE
SYNTAX Integer32(0..2147483647)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Unique key for cwsServicePortMembersReference"
::= { cwsServicePortMembersReferenceEntry 1 }
cwsServicePortMembersReference OBJECT-TYPE
SYNTAX PortId
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Service Operational Data: Each entry identifies the port id of a parent port."
::= { cwsServicePortMembersReferenceEntry 2 }
-- Conformance statements
cienaWsServiceObjects OBJECT IDENTIFIER
::= { cienaWsServiceMIB 1 }
cienaWsServiceConformance OBJECT IDENTIFIER
::= { cienaWsServiceMIB 2 }
cienaWsServiceGroups OBJECT IDENTIFIER
::= { cienaWsServiceConformance 1 }
cienaWsServiceGroup OBJECT-GROUP
OBJECTS {
cwsServiceServicesServiceIndex,
cwsServiceIdServiceId,
cwsServiceIdName,
cwsServiceIdDescription,
cwsServiceStateAdminState,
cwsServicePropertiesType,
cwsServicePropertiesMaxNumberOfPort,
cwsServicePropertiesProtectionState,
cwsServicePropertiesLinkStateForwarding,
cwsServicePropertiesMacLearning,
cwsServicePropertiesParentSvcDomainIdxReference
}
STATUS current
DESCRIPTION "Conformance Group"
::= { cienaWsServiceGroups 1 }
cienaWsServiceCompliances OBJECT IDENTIFIER
::= { cienaWsServiceConformance 2 }
cienaWsServiceCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION "Compliance"
MODULE MANDATORY-GROUPS { cienaWsServiceGroup }
::= { cienaWsServiceCompliances 1 }
END -- End module
|