blob: 7166280dbce6441ccffbbb39ae9266ddf9837885 (
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
|
--
-- Copyright (c) 2010 by Ruckus Wireless, Inc.
-- All Rights Reserved
--
RUCKUS-SYSTEM-MIB DEFINITIONS ::= BEGIN
IMPORTS
ruckusCommonSystemModule
FROM RUCKUS-ROOT-MIB
TruthValue,
DisplayString
FROM SNMPv2-TC
OBJECT-GROUP,
MODULE-COMPLIANCE
FROM SNMPv2-CONF
MODULE-IDENTITY,
OBJECT-TYPE,
Unsigned32
FROM SNMPv2-SMI;
ruckusSystemMIB MODULE-IDENTITY
LAST-UPDATED "201010150800Z"
ORGANIZATION "Ruckus Wireless, Inc."
CONTACT-INFO
"Ruckus Wireless Inc.
Postal:
880 W Maude Ave
Sunnyvale, CA 94085
USA
EMail: support@ruckuswireless.com
Phone: +1-650-265-4200"
DESCRIPTION
"Ruckus system objects."
::= { ruckusCommonSystemModule 1 }
-- Groups
--
ruckusSystemObjects OBJECT IDENTIFIER ::= { ruckusSystemMIB 1 }
ruckusSystemInfo OBJECT IDENTIFIER ::= { ruckusSystemObjects 1 }
ruckusSystemServices OBJECT IDENTIFIER ::= { ruckusSystemObjects 2 }
ruckusSystemCommands OBJECT IDENTIFIER ::= { ruckusSystemObjects 3 }
ruckusSystemEvents OBJECT IDENTIFIER ::= { ruckusSystemMIB 2 }
-- System Info
--
ruckusSystemCPUUtil OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"CPU utilization."
::= { ruckusSystemInfo 1 }
ruckusSystemMemoryUtil OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Memory utilization."
::= { ruckusSystemInfo 2 }
-- System Services
--
ruckusSystemHTTP OBJECT IDENTIFIER ::= { ruckusSystemServices 1 }
ruckusSystemHTTPS OBJECT IDENTIFIER ::= { ruckusSystemServices 2 }
ruckusSystemTelnet OBJECT IDENTIFIER ::= { ruckusSystemServices 3 }
ruckusSystemSSH OBJECT IDENTIFIER ::= { ruckusSystemServices 4 }
ruckusSystemBonjour OBJECT IDENTIFIER ::= { ruckusSystemServices 5 }
ruckusSystemSyslog OBJECT IDENTIFIER ::= { ruckusSystemServices 6 }
ruckusSystemNTP OBJECT IDENTIFIER ::= { ruckusSystemServices 7 }
ruckusSystemFlexMaster OBJECT IDENTIFIER ::= { ruckusSystemServices 8 }
ruckusSystemHTTPStatus OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Enable/disable HTTP service."
DEFVAL { true }
::= { ruckusSystemHTTP 1 }
ruckusSystemHTTPSStatus OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Enable/disable HTTPS service."
DEFVAL { true }
::= { ruckusSystemHTTPS 1 }
ruckusSystemTelnetStatus OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Enable/disable Telnet service."
DEFVAL { true }
::= { ruckusSystemTelnet 1 }
ruckusSystemSSHStatus OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Enable/disable SSH service."
DEFVAL { true }
::= { ruckusSystemSSH 1 }
ruckusSystemBonjourStatus OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Enable/disable Bonjour service."
DEFVAL { true }
::= { ruckusSystemBonjour 1 }
ruckusSystemSyslogStatus OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Enable/disable Syslog service."
DEFVAL { true }
::= { ruckusSystemSyslog 1 }
ruckusSystemSyslogServerIP OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (2..40))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"IP(v4 or v6) of syslog server."
::= { ruckusSystemSyslog 2 }
ruckusSystemSyslogServerPort OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Port of syslog server."
::= { ruckusSystemSyslog 3 }
ruckusSystemNTPStatus OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Enable/disable NTP service."
DEFVAL { true }
::= { ruckusSystemNTP 1 }
ruckusSystemNTPGMTTime OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"GMT time."
::= { ruckusSystemNTP 2 }
ruckusSystemNTPActiveServer OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (1..128))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Active NTP server."
::= { ruckusSystemNTP 3 }
ruckusSystemNTPUpdate OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Update GMT time."
::= { ruckusSystemNTP 4 }
ruckusSystemFlexMasterURL OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (1..128))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Config FlexMaster server URL. URL start with 'http://' or 'https://'"
::= { ruckusSystemFlexMaster 1 }
-- System Commands
--
ruckusSystemReboot OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Reboot."
DEFVAL { true }
::= { ruckusSystemCommands 1 }
ruckusSystemSetFactory OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Set factory default."
DEFVAL { true }
::= { ruckusSystemCommands 2 }
ruckusSystemDHCPRenew OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Renew DHCP IP."
DEFVAL { true }
::= { ruckusSystemCommands 3 }
-- Conformance & Compliance
--
END
|