blob: 590df0124dc11e3bc37c125c3022212d62832172 (
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
|
CIENA-WS-MIB DEFINITIONS ::= BEGIN
IMPORTS
enterprises, MODULE-IDENTITY, OBJECT-IDENTITY
FROM SNMPv2-SMI;
ciena MODULE-IDENTITY
LAST-UPDATED "201804270000Z"
ORGANIZATION
"Ciena Corporation"
CONTACT-INFO
"Web: 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
"Top-level MIB structure for Ciena's Waveserver."
REVISION "201804270000Z"
DESCRIPTION
"Added cienaWsPlatformConfig for Ai1.2."
::= { enterprises 1271 }
--
-- Node definitions
--
waveserver OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Root identifier for Ciena's Waveserver product."
::= { ciena 3 }
cienaWsStatistics OBJECT-IDENTITY
STATUS obsolete
DESCRIPTION
"Statistics for Waveserver."
::= { waveserver 3 }
cienaWsNotifications OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Waveserver notifications."
::= { waveserver 2 }
cienaWsNotificationsControlModule OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Waveserver control module."
::= { cienaWsNotifications 1 }
cienaWsConfigV1 OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Configuration for the Waveserver 1.0 and 1.1 releases."
::= { waveserver 1 }
cienaWsConfig OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Root object for the Waveserver API in 1.2 and beyond."
::= { waveserver 4 }
cienaWsPlatformConfig OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Root object for the Waveserver Platform API in release 1.2 and beyond."
::= { waveserver 5 }
END
|