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
|
-- This file was automatically generated from ciena-ws-license.yang. Do not edit.
CIENA-WS-LICENSE-MIB DEFINITIONS ::= BEGIN
IMPORTS
cienaWsConfig
FROM CIENA-WS-MIB
StringMaxl128, StringMaxl16, StringMaxl32, StringMaxl64
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;
cienaWsLicenseMIB MODULE-IDENTITY
LAST-UPDATED "201707070000Z"
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 "This module defines licensing information representation for Ciena's Waveserver."
REVISION "201707070000Z"
DESCRIPTION "Initial version."
::= { cienaWsConfig 25 }
LicenseComplianceState ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION "None"
SYNTAX INTEGER { notCompliant(0), compliant(1) }
LicenseSource ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION "None"
SYNTAX INTEGER { preInstall(0), local(1) }
LicenseStatus ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION "None"
SYNTAX INTEGER { valid(0), invalid(1), expired(2) }
LicenseType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION "None"
SYNTAX INTEGER { trial(0), served(1) }
cwsLicenseClientIdTable OBJECT-TYPE
SYNTAX SEQUENCE OF CwsLicenseClientIdEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "License client identification information."
::= { cienaWsLicenseMIB 4 }
cwsLicenseClientIdEntry OBJECT-TYPE
SYNTAX CwsLicenseClientIdEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Entry for cwsLicenseClientIdTable."
INDEX { cwsLicenseClientIdTableSnmpKey }
::= { cwsLicenseClientIdTable 1 }
CwsLicenseClientIdEntry ::= SEQUENCE {
cwsLicenseClientIdTableSnmpKey Integer32,
cwsLicenseClientIdRegistrationId StringMaxl64
}
cwsLicenseClientIdTableSnmpKey OBJECT-TYPE
SYNTAX Integer32(0..2147483647)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Unique key for cwsLicenseClientId"
::= { cwsLicenseClientIdEntry 1 }
cwsLicenseClientIdRegistrationId OBJECT-TYPE
SYNTAX StringMaxl64
MAX-ACCESS read-only
STATUS current
DESCRIPTION "License client registration id"
::= { cwsLicenseClientIdEntry 2 }
cwsLicenseClientStateTable OBJECT-TYPE
SYNTAX SEQUENCE OF CwsLicenseClientStateEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "License client state information."
::= { cienaWsLicenseMIB 5 }
cwsLicenseClientStateEntry OBJECT-TYPE
SYNTAX CwsLicenseClientStateEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Entry for cwsLicenseClientStateTable."
INDEX { cwsLicenseClientStateTableSnmpKey }
::= { cwsLicenseClientStateTable 1 }
CwsLicenseClientStateEntry ::= SEQUENCE {
cwsLicenseClientStateTableSnmpKey Integer32,
cwsLicenseClientStateComplianceState LicenseComplianceState
}
cwsLicenseClientStateTableSnmpKey OBJECT-TYPE
SYNTAX Integer32(0..2147483647)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Unique key for cwsLicenseClientState"
::= { cwsLicenseClientStateEntry 1 }
cwsLicenseClientStateComplianceState OBJECT-TYPE
SYNTAX LicenseComplianceState
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Whether the license client is compliant."
::= { cwsLicenseClientStateEntry 2 }
cwsLicenseLicenseslistTable OBJECT-TYPE
SYNTAX SEQUENCE OF CwsLicenseLicenseslistEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "List of waveserver licenses."
::= { cienaWsLicenseMIB 7 }
cwsLicenseLicenseslistEntry OBJECT-TYPE
SYNTAX CwsLicenseLicenseslistEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Entry for cwsLicenseLicenseslistTable."
INDEX { cwsLicenseLicenseslistLicenseIndex }
::= { cwsLicenseLicenseslistTable 1 }
CwsLicenseLicenseslistEntry ::= SEQUENCE {
cwsLicenseLicenseslistLicenseIndex Integer32,
cwsLicenseLicenseslistName StringMaxl128,
cwsLicenseLicenseslistDescription StringMaxl128,
cwsLicenseLicenseslistVersion StringMaxl16,
cwsLicenseLicenseslistStatus LicenseStatus,
cwsLicenseLicenseslistSource LicenseSource,
cwsLicenseLicenseslistIssuerName StringMaxl128,
cwsLicenseLicenseslistIssuedDate StringMaxl128,
cwsLicenseLicenseslistType LicenseType,
cwsLicenseLicenseslistHostId StringMaxl128,
cwsLicenseLicenseslistCount StringMaxl16,
cwsLicenseLicenseslistCheckedOutCount StringMaxl16,
cwsLicenseLicenseslistExpiryDate StringMaxl32,
cwsLicenseLicenseslistNotice StringMaxl128
}
cwsLicenseLicenseslistLicenseIndex OBJECT-TYPE
SYNTAX Integer32(0..2147483647)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "License index, unique, key value for the License List."
::= { cwsLicenseLicenseslistEntry 1 }
cwsLicenseLicenseslistName OBJECT-TYPE
SYNTAX StringMaxl128
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Name of the License."
::= { cwsLicenseLicenseslistEntry 2 }
cwsLicenseLicenseslistDescription OBJECT-TYPE
SYNTAX StringMaxl128
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Description of the License."
::= { cwsLicenseLicenseslistEntry 3 }
cwsLicenseLicenseslistVersion OBJECT-TYPE
SYNTAX StringMaxl16
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Version of the License."
::= { cwsLicenseLicenseslistEntry 4 }
cwsLicenseLicenseslistStatus OBJECT-TYPE
SYNTAX LicenseStatus
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Status of the License."
::= { cwsLicenseLicenseslistEntry 5 }
cwsLicenseLicenseslistSource OBJECT-TYPE
SYNTAX LicenseSource
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Source of the License."
::= { cwsLicenseLicenseslistEntry 6 }
cwsLicenseLicenseslistIssuerName OBJECT-TYPE
SYNTAX StringMaxl128
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Name of the Issuer of the License."
::= { cwsLicenseLicenseslistEntry 7 }
cwsLicenseLicenseslistIssuedDate OBJECT-TYPE
SYNTAX StringMaxl128
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Date the License was issued."
::= { cwsLicenseLicenseslistEntry 8 }
cwsLicenseLicenseslistType OBJECT-TYPE
SYNTAX LicenseType
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Type of the License."
::= { cwsLicenseLicenseslistEntry 9 }
cwsLicenseLicenseslistHostId OBJECT-TYPE
SYNTAX StringMaxl128
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Host Id of the License."
::= { cwsLicenseLicenseslistEntry 10 }
cwsLicenseLicenseslistCount OBJECT-TYPE
SYNTAX StringMaxl16
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of License instances available."
::= { cwsLicenseLicenseslistEntry 11 }
cwsLicenseLicenseslistCheckedOutCount OBJECT-TYPE
SYNTAX StringMaxl16
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of License instances checked out."
::= { cwsLicenseLicenseslistEntry 12 }
cwsLicenseLicenseslistExpiryDate OBJECT-TYPE
SYNTAX StringMaxl32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Date the License expires."
::= { cwsLicenseLicenseslistEntry 13 }
cwsLicenseLicenseslistNotice OBJECT-TYPE
SYNTAX StringMaxl128
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Notice of the License."
::= { cwsLicenseLicenseslistEntry 14 }
cwsLicenseServerTable OBJECT-TYPE
SYNTAX SEQUENCE OF CwsLicenseServerEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "License server information."
::= { cienaWsLicenseMIB 8 }
cwsLicenseServerEntry OBJECT-TYPE
SYNTAX CwsLicenseServerEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Entry for cwsLicenseServerTable."
INDEX { cwsLicenseServerTableSnmpKey }
::= { cwsLicenseServerTable 1 }
CwsLicenseServerEntry ::= SEQUENCE {
cwsLicenseServerTableSnmpKey Integer32,
cwsLicenseServerHostAddress OCTET STRING,
cwsLicenseServerNumLicenseServers Unsigned32
}
cwsLicenseServerTableSnmpKey OBJECT-TYPE
SYNTAX Integer32(0..2147483647)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Unique key for cwsLicenseServer"
::= { cwsLicenseServerEntry 1 }
cwsLicenseServerHostAddress OBJECT-TYPE
SYNTAX OCTET STRING(SIZE(0..256))
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The license server host name and port number, separated by a colon."
::= { cwsLicenseServerEntry 2 }
cwsLicenseServerNumLicenseServers OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The number of license servers."
::= { cwsLicenseServerEntry 3 }
-- Conformance statements
cienaWsLicenseObjects OBJECT IDENTIFIER
::= { cienaWsLicenseMIB 1 }
cienaWsLicenseConformance OBJECT IDENTIFIER
::= { cienaWsLicenseMIB 2 }
cienaWsLicenseGroups OBJECT IDENTIFIER
::= { cienaWsLicenseConformance 1 }
cienaWsLicenseGroup OBJECT-GROUP
OBJECTS {
cwsLicenseClientIdRegistrationId,
cwsLicenseClientStateComplianceState,
cwsLicenseLicenseslistName,
cwsLicenseLicenseslistDescription,
cwsLicenseLicenseslistVersion,
cwsLicenseLicenseslistStatus,
cwsLicenseLicenseslistSource,
cwsLicenseLicenseslistIssuerName,
cwsLicenseLicenseslistIssuedDate,
cwsLicenseLicenseslistType,
cwsLicenseLicenseslistHostId,
cwsLicenseLicenseslistCount,
cwsLicenseLicenseslistCheckedOutCount,
cwsLicenseLicenseslistExpiryDate,
cwsLicenseLicenseslistNotice,
cwsLicenseServerHostAddress,
cwsLicenseServerNumLicenseServers
}
STATUS current
DESCRIPTION "Conformance Group"
::= { cienaWsLicenseGroups 1 }
cienaWsLicenseCompliances OBJECT IDENTIFIER
::= { cienaWsLicenseConformance 2 }
cienaWsLicenseCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION "Compliance"
MODULE MANDATORY-GROUPS { cienaWsLicenseGroup }
::= { cienaWsLicenseCompliances 1 }
END -- End module
|