-
Notifications
You must be signed in to change notification settings - Fork 0
/
RUCKUS-SYSTEM-MIB.txt
321 lines (252 loc) · 6.91 KB
/
RUCKUS-SYSTEM-MIB.txt
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
--
-- 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:
350 West Java Dr.
Sunnyvale, CA 94089
USA
EMail: [email protected]
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 }
-- ruckusSystemFlashFreeSize OBJECT-TYPE
-- SYNTAX INTEGER
-- UNITS "KByte"
-- MAX-ACCESS read-only
-- STATUS current
-- DESCRIPTION
-- "Flash free size in KByte."
-- ::= { ruckusSystemInfo 3 }
ruckusSystemCPUModel OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"CPU Model"
::= { ruckusSystemInfo 4 }
ruckusSystemtCPUSpeed OBJECT-TYPE
SYNTAX Unsigned32
UNITS "MHz"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"CPU Speed"
::= { ruckusSystemInfo 5 }
--ruckusSystemtFlashModel OBJECT-TYPE
-- SYNTAX DisplayString
-- MAX-ACCESS read-only
-- STATUS current
-- DESCRIPTION
-- "Flash Model"
-- ::= { ruckusSystemInfo 6 }
--ruckusSystemtMemModel OBJECT-TYPE
-- SYNTAX DisplayString
-- MAX-ACCESS read-only
-- STATUS current
-- DESCRIPTION
-- "Memory Model"
-- ::= { ruckusSystemInfo 7 }
ruckusSystemFlashSize OBJECT-TYPE
SYNTAX Gauge
UNITS "KByte"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total flash size in KByte."
::= { ruckusSystemInfo 9 }
ruckusSystemMemSize OBJECT-TYPE
SYNTAX Gauge
UNITS "KByte"
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total memory size in Byte."
::= { ruckusSystemInfo 10 }
ruckusSystemOSType OBJECT-TYPE
SYNTAX DisplayString(SIZE(1..64))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"OS Type."
::= { ruckusSystemInfo 30 }
-- 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