summaryrefslogtreecommitdiff
path: root/MIBS/ruckus/RUCKUS-UNLEASHED-EVENT-MIB
blob: 08cf06c28ce78218d00028d4638c75a55856ae22 (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
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
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
--
-- Copyright 2010-2013 Ruckus Wireless, Inc. All rights reserved.
--
-- RUCKUS WIRELESS, INC. CONFIDENTIAL - 
-- This is an unpublished, proprietary work of Ruckus Wireless, Inc., and is 
-- fully protected under copyright and trade secret laws. You may not view, 
-- use, disclose, copy, or distribute this file or any information contained 
-- herein except pursuant to a valid license from Ruckus. 
--

RUCKUS-UNLEASHED-EVENT-MIB DEFINITIONS ::= BEGIN

IMPORTS
    ruckusEvents
        FROM RUCKUS-ROOT-MIB
    MacAddress,
    DisplayString
        FROM SNMPv2-TC
    OBJECT-GROUP,
    MODULE-COMPLIANCE
        FROM SNMPv2-CONF
    MODULE-IDENTITY,
    OBJECT-TYPE,
    Unsigned32,
    IpAddress
        FROM SNMPv2-SMI;

ruckusUnleashedEventMIB MODULE-IDENTITY
    LAST-UPDATED "201010150800Z"
    ORGANIZATION "Ruckus Wireless, Inc."
    CONTACT-INFO
        "Ruckus Wireless Inc.

        Postal:
        350 West Java Dr.
        Sunnyvale, CA 94089
        USA

        EMail: support@ruckuswireless.com

        Phone: +1-650-265-4200"
    DESCRIPTION
        "Ruckus Unleashed event objects, including trap OID and trap payload."
    ::= { ruckusEvents 15 }


-- Groups
--

ruckusUnleashedEventTraps OBJECT IDENTIFIER      ::= { ruckusUnleashedEventMIB 1 }

ruckusUnleashedEventObjects OBJECT IDENTIFIER    ::= { ruckusUnleashedEventMIB 2 }

ruckusUnleashedEventTrapSwitchCmd OBJECT IDENTIFIER      ::= { ruckusUnleashedEventMIB 3 }

-- Ruckus Traps
--

ruckusUnleashedEventAPJoinTrap NOTIFICATION-TYPE
    OBJECTS     { ruckusUnleashedEventSerial,
                  ruckusUnleashedEventNEID,
                  ruckusUnleashedEventSeverity,
                  ruckusUnleashedEventType,
                  ruckusUnleashedEventTime,
                  ruckusUnleashedEventStatus,
                  ruckusUnleashedEventTitle,
                  ruckusUnleashedEventAPMacAddr }
    STATUS      current
    DESCRIPTION
        "Trigger when there is a AP join event. 
         The AP's MAC address is enclosed."
    ::= { ruckusUnleashedEventTraps 1 }


ruckusUnleashedEventAPLostTrap NOTIFICATION-TYPE
    OBJECTS     { ruckusUnleashedEventSerial,
                  ruckusUnleashedEventNEID,
                  ruckusUnleashedEventSeverity,
                  ruckusUnleashedEventType,
                  ruckusUnleashedEventTime,
                  ruckusUnleashedEventStatus,
                  ruckusUnleashedEventTitle,
                  ruckusUnleashedEventAPMacAddr }
    STATUS      current
    DESCRIPTION
         "Trigger when AP lost contact.
         The AP's MAC address is enclosed."
    ::= { ruckusUnleashedEventTraps 5 }

ruckusUnleashedEventAPSystemColdStartTrap NOTIFICATION-TYPE
    OBJECTS     { ruckusUnleashedEventSerial,
                  ruckusUnleashedEventNEID,
                  ruckusUnleashedEventSeverity,
                  ruckusUnleashedEventType,
                  ruckusUnleashedEventTime,
                  ruckusUnleashedEventStatus,
                  ruckusUnleashedEventTitle,
                  ruckusUnleashedEventAPMacAddr,
                  ruckusUnleashedEventOccurTime }
    STATUS      current
    DESCRIPTION
         "Trigger when an AP performs cold start."
    ::= { ruckusUnleashedEventTraps 31 }

ruckusUnleashedEventAPSystemWarmStartTrap NOTIFICATION-TYPE
    OBJECTS     { ruckusUnleashedEventSerial,
                  ruckusUnleashedEventNEID,
                  ruckusUnleashedEventSeverity,
                  ruckusUnleashedEventType,
                  ruckusUnleashedEventTime,
                  ruckusUnleashedEventStatus,
                  ruckusUnleashedEventTitle,
                  ruckusUnleashedEventAPMacAddr,
                  ruckusUnleashedEventOccurTime }
    STATUS      current
    DESCRIPTION
         "Trigger when an AP performs warm start."
    ::= { ruckusUnleashedEventTraps 32 }

    
ruckusUnleashedEventAPRadioOn NOTIFICATION-TYPE
    OBJECTS     { ruckusUnleashedEventSerial,
                  ruckusUnleashedEventNEID,
                  ruckusUnleashedEventSeverity,
                  ruckusUnleashedEventType,
                  ruckusUnleashedEventTime,
                  ruckusUnleashedEventStatus,
                  ruckusUnleashedEventTitle,
                  ruckusUnleashedEventAPMacAddr,
                  ruckusUnleashedEventAPRadioIndex,
                  ruckusUnleashedEventOccurTime
                   }
    STATUS      current
    DESCRIPTION
         "AP Radio ON, the period is 60 seconds"
    ::= { ruckusUnleashedEventTraps 130 }     

ruckusUnleashedEventAPRadioOff NOTIFICATION-TYPE
    OBJECTS     { ruckusUnleashedEventSerial,
                  ruckusUnleashedEventNEID,
                  ruckusUnleashedEventSeverity,
                  ruckusUnleashedEventType,
                  ruckusUnleashedEventTime,
                  ruckusUnleashedEventStatus,
                  ruckusUnleashedEventTitle,
                  ruckusUnleashedEventAPMacAddr,
                  ruckusUnleashedEventAPRadioIndex,
                  ruckusUnleashedEventOccurTime
                   }
    STATUS      current
    DESCRIPTION
         "AP Radio OFF, the period is 60 seconds"
    ::= { ruckusUnleashedEventTraps 131 } 

ruckusUnleashedEventMasterAPSwitch NOTIFICATION-TYPE
    OBJECTS     { ruckusUnleashedEventSerial,
                  ruckusUnleashedEventNEID,
                  ruckusUnleashedEventSeverity,
                  ruckusUnleashedEventType,
                  ruckusUnleashedEventTime,
                  ruckusUnleashedEventStatus,
                  ruckusUnleashedEventTitle,
                  ruckusUnleashedEventContent}
    STATUS      current
    DESCRIPTION
         "[master ap switch: Unleashed network change master role 
                 from [172.18.151.1]/[e0:10:7f:28:2d:70] 
                 into [172.18.151.9]/[6c:aa:b3:3d:66:30]"
    ::= { ruckusUnleashedEventTraps 138 }    
    
--  Trap payload
--

ruckusUnleashedEventSerial OBJECT-TYPE
    SYNTAX      OCTET STRING
    MAX-ACCESS  accessible-for-notify
    STATUS      current
    DESCRIPTION
        "Trap serial number."
    ::= { ruckusUnleashedEventObjects 1 }

ruckusUnleashedEventNEID OBJECT-TYPE
    SYNTAX      OCTET STRING
    MAX-ACCESS  accessible-for-notify
    STATUS      current
    DESCRIPTION
        "Network element ID."
    ::= { ruckusUnleashedEventObjects 2 }

ruckusUnleashedEventSeverity OBJECT-TYPE
    SYNTAX      OCTET STRING
    MAX-ACCESS  accessible-for-notify
    STATUS      current
    DESCRIPTION
        "Severity level of the trap."
    ::= { ruckusUnleashedEventObjects 3 }

ruckusUnleashedEventType OBJECT-TYPE
    SYNTAX      OCTET STRING
    MAX-ACCESS  accessible-for-notify
    STATUS      current
    DESCRIPTION
        "Trap type."
    ::= { ruckusUnleashedEventObjects 4 }

ruckusUnleashedEventTime OBJECT-TYPE
    SYNTAX      OCTET STRING
    MAX-ACCESS  accessible-for-notify
    STATUS      current
    DESCRIPTION
        "Time when trap reported."
    ::= { ruckusUnleashedEventObjects 5 }
    
ruckusUnleashedEventStatus OBJECT-TYPE
    SYNTAX      INTEGER { raise(1),
                          clear(2) }
    MAX-ACCESS  accessible-for-notify
    STATUS      current
    DESCRIPTION
        "Trap status."
    ::= { ruckusUnleashedEventObjects 6 }    

ruckusUnleashedEventTitle OBJECT-TYPE
    SYNTAX      OCTET STRING
    MAX-ACCESS  accessible-for-notify
    STATUS      current
    DESCRIPTION
        "Trap title."
    ::= { ruckusUnleashedEventObjects 7 }

ruckusUnleashedEventContent OBJECT-TYPE
    SYNTAX      OCTET STRING
    MAX-ACCESS  accessible-for-notify
    STATUS      current
    DESCRIPTION
        "Trap content."
    ::= { ruckusUnleashedEventObjects 8 }    
    
ruckusUnleashedEventOccurTime OBJECT-TYPE
    SYNTAX      OCTET STRING
    MAX-ACCESS  accessible-for-notify
    STATUS      current
    DESCRIPTION
        "Time when trap occur."
    ::= { ruckusUnleashedEventObjects 10 }    
    
ruckusUnleashedEventAPRadioIndex OBJECT-TYPE
    SYNTAX      OCTET STRING
    MAX-ACCESS  accessible-for-notify
    STATUS      current
    DESCRIPTION
        "AP radio index, 0, 2.4G, 1, 5G; or 2.4G, 5G. "
    ::= { ruckusUnleashedEventObjects 11 }        

ruckusUnleashedEventClientMacAddr OBJECT-TYPE
    SYNTAX      OCTET STRING
    MAX-ACCESS  accessible-for-notify
    STATUS      current
    DESCRIPTION
        "The client's MAC address."
    ::= { ruckusUnleashedEventObjects 15 }

ruckusUnleashedEventAPMacAddr OBJECT-TYPE
    SYNTAX      OCTET STRING
    MAX-ACCESS  accessible-for-notify
    STATUS      current
    DESCRIPTION
        "The AP's MAC address. or the AP's name. "
    ::= { ruckusUnleashedEventObjects 18 }
    
ruckusUnleashedEventSSID OBJECT-TYPE
    SYNTAX      OCTET STRING
    MAX-ACCESS  accessible-for-notify
    STATUS      current
    DESCRIPTION
        "SSID."
    ::= { ruckusUnleashedEventObjects 23 }    
    
ruckusUnleashedEventIpAddr OBJECT-TYPE
    SYNTAX      OCTET STRING
    MAX-ACCESS  accessible-for-notify
    STATUS      current
    DESCRIPTION
        "IpAddress (ipv4 and ipv6)."
    ::= { ruckusUnleashedEventObjects 30 }       
   
    
ruckusUnleashedEventAPJoinTrapSwitchCmd OBJECT-TYPE
    SYNTAX  INTEGER{
            enable(1),
            disable(0)} 
    MAX-ACCESS read-write
    STATUS current
    DESCRIPTION
        "trap switch command."
        DEFVAL {disable}
    ::= { ruckusUnleashedEventTrapSwitchCmd 1 }
    
ruckusUnleashedEventAPLostTrapSwitchCmd OBJECT-TYPE
    SYNTAX  INTEGER{
            enable(1),
            disable(0)} 
    MAX-ACCESS read-write
    STATUS current
    DESCRIPTION
        "trap switch command."
        DEFVAL {disable}
    ::= { ruckusUnleashedEventTrapSwitchCmd 5 }
    
ruckusUnleashedEventAPSystemColdStartTrapSwitchCmd OBJECT-TYPE
    SYNTAX  INTEGER{
            enable(1),
            disable(0)} 
    MAX-ACCESS read-write
    STATUS current
    DESCRIPTION
        "trap switch command."
        DEFVAL {disable}
    ::= { ruckusUnleashedEventTrapSwitchCmd 31 }
    
ruckusUnleashedEventAPSystemWarmStartTrapSwitchCmd OBJECT-TYPE
    SYNTAX  INTEGER{
            enable(1),
            disable(0)} 
    MAX-ACCESS read-write
    STATUS current
    DESCRIPTION
        "trap switch command."
        DEFVAL {disable}
    ::= { ruckusUnleashedEventTrapSwitchCmd 32 }   
   
ruckusUnleashedEventAPRadioOnTrapSwitchCmd OBJECT-TYPE
    SYNTAX  INTEGER{
            enable(1),
            disable(0)} 
    MAX-ACCESS read-write
    STATUS current
    DESCRIPTION
        "trap switch command."
        DEFVAL {disable}
    ::= { ruckusUnleashedEventTrapSwitchCmd 130 }   
    
ruckusUnleashedEventAPRadioOffTrapSwitchCmd OBJECT-TYPE
    SYNTAX  INTEGER{
            enable(1),
            disable(0)} 
    MAX-ACCESS read-write
    STATUS current
    DESCRIPTION
        "trap switch command."
        DEFVAL {disable}
    ::= { ruckusUnleashedEventTrapSwitchCmd 131 }

ruckusUnleashedEventMasterAPSwitchTrapSwitchCmd OBJECT-TYPE
    SYNTAX  INTEGER{
            enable(1),
            disable(0)} 
    MAX-ACCESS read-write
    STATUS current
    DESCRIPTION
        "trap switch command."
        DEFVAL {disable}
    ::= { ruckusUnleashedEventTrapSwitchCmd 138 }     
    
END