1AVAYA-WLAN-MOB-SW-NOTIFICATIONS-MIB DEFINITIONS ::= BEGIN
2
3IMPORTS
4    MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE,
5    Unsigned32, Integer32, Gauge32
6        FROM SNMPv2-SMI
7    MacAddress
8        FROM SNMPv2-TC
9    TEXTUAL-CONVENTION
10        FROM SNMPv2-TC
11    SnmpAdminString
12        FROM SNMP-FRAMEWORK-MIB
13    InetAddressType, InetAddress
14        FROM INET-ADDRESS-MIB
15    AvWlanMobVlanRole, AvWlanMobVlanState,
16    AvWlanSwitchNotifAuxLimitsMap
17        FROM AVAYA-WLAN-TC-MIB
18    avayaWlanMibs
19        FROM SYNOPTICS-ROOT-MIB;
20
21avayaWlanMobSwitchNotificationsMib MODULE-IDENTITY
22    LAST-UPDATED "201112150000Z" -- 15 Dec 2011
23    ORGANIZATION "Avaya, Inc"
24    CONTACT-INFO "Avaya, Inc"
25    DESCRIPTION
26        "AVAYA WLAN Mobility Switch Notifications MIB
27
28        Copyright 2011 Avaya, Inc.
29        All rights reserved.
30        This Avaya SNMP Management Information Base Specification
31        (Specification) embodies Avaya's confidential and proprietary
32        intellectual property.  Avaya retains all title and ownership
33        in the Specification, including any revisions.
34
35        This Specification is supplied 'AS IS,' and Avaya makes no warranty,
36        either express or implied, as to the use, operation, condition, or
37        performance of the Specification."
38
39    REVISION "201112150000Z" -- 15 Dec 2011
40    DESCRIPTION  "v1:  Initial version."
41
42    ::= { avayaWlanMibs 19 }
43
44avWlanMobSwNotifications
45    OBJECT IDENTIFIER ::= { avayaWlanMobSwitchNotificationsMib 0 }
46avWlanMobSwNotificationObjects
47    OBJECT IDENTIFIER ::= { avayaWlanMobSwitchNotificationsMib 1 }
48
49-- ============================================================================
50-- avWlanMobSwNotificationAuxObjects
51-- ============================================================================
52
53avWlanMobSwNotificationAuxObjects
54    OBJECT IDENTIFIER ::= { avWlanMobSwNotificationObjects 1 }
55
56avWlanNotifAuxMobilityControllerInetAddressType  OBJECT-TYPE
57    SYNTAX       InetAddressType
58    MAX-ACCESS   accessible-for-notify
59    STATUS       current
60    DESCRIPTION
61        "The type of address contained in a corresponding instance of
62         avWlanNotifAuxMobilityControllerInetAddress."
63    ::= { avWlanMobSwNotificationAuxObjects 1 }
64
65avWlanNotifAuxMobilityControllerInetAddress  OBJECT-TYPE
66    SYNTAX       InetAddress
67    MAX-ACCESS   accessible-for-notify
68    STATUS       current
69    DESCRIPTION
70        "This object identifies a controller network address."
71    ::= { avWlanMobSwNotificationAuxObjects 2 }
72
73avWlanNotifAuxNumberOfVlanEntries OBJECT-TYPE
74    SYNTAX       Unsigned32
75    MAX-ACCESS   accessible-for-notify
76    STATUS       current
77    DESCRIPTION
78        "This object identifies the number of Mobility VLAN entries
79         that were successfully downloaded by the WSP."
80    ::= { avWlanMobSwNotificationAuxObjects 3 }
81
82avWlanNotifAuxMSTDownloadEntries  OBJECT-TYPE
83    SYNTAX       Unsigned32
84    MAX-ACCESS   accessible-for-notify
85    STATUS       current
86    DESCRIPTION
87        "This object identifies the number of Mobility switches
88         that were successfully downloaded by the WSP."
89    ::= { avWlanMobSwNotificationAuxObjects 4 }
90
91avWlanNotifAuxPeerDeviceInetAddressType  OBJECT-TYPE
92    SYNTAX       InetAddressType
93    MAX-ACCESS   accessible-for-notify
94    STATUS       current
95    DESCRIPTION
96        "The type of address contained in a corresponding instance of
97         avWlanNotifAuxPeerDeviceInetAddress."
98    ::= { avWlanMobSwNotificationAuxObjects 5 }
99
100avWlanNotifAuxPeerDeviceInetAddress  OBJECT-TYPE
101    SYNTAX       InetAddress
102    MAX-ACCESS   accessible-for-notify
103    STATUS       current
104    DESCRIPTION
105        "This object identifies the IP address of any peer device connected
106        to the WSP."
107    ::= { avWlanMobSwNotificationAuxObjects 6 }
108
109avWlanNotifAuxPeerDeviceAddress  OBJECT-TYPE
110    SYNTAX       MacAddress
111    MAX-ACCESS   accessible-for-notify
112    STATUS       current
113    DESCRIPTION
114        "This object specifies the MAC address of the peer device."
115    ::= { avWlanMobSwNotificationAuxObjects 7 }
116
117avWlanNotifAuxPeerDeviceType OBJECT-TYPE
118    SYNTAX       INTEGER {
119                     accessPoint(1),
120                     mobilitySwitch(2)
121                 }
122    MAX-ACCESS   accessible-for-notify
123    STATUS       current
124    DESCRIPTION
125        "This object specifies the peer device type."
126    ::= { avWlanMobSwNotificationAuxObjects 8 }
127
128avWlanNotifAuxConnectionFailureReason  OBJECT-TYPE
129    SYNTAX       INTEGER {
130                     kaLoss(1),
131                     controlPlane(2),
132                     peerReset(3)
133                 }
134    MAX-ACCESS   accessible-for-notify
135    STATUS       current
136    DESCRIPTION
137        "This object indicate the reason for connection failure with
138        the peer device. The peer device is either a Access Point or
139        Wireless Switching Point. The supported values are:
140
141           kaLoss       - loss of keep alive packets between the peers.
142           controlPlane - connection closed by the controller
143           peerReset    - peer device closed the connection "
144    ::= { avWlanMobSwNotificationAuxObjects 9 }
145
146avWlanNotifAuxMobilityVlanName OBJECT-TYPE
147    SYNTAX       SnmpAdminString (SIZE (1..32))
148    MAX-ACCESS   accessible-for-notify
149    STATUS       current
150    DESCRIPTION
151        "This object specifies the name of the mobility VLAN."
152    ::= { avWlanMobSwNotificationAuxObjects 10 }
153
154avWlanNotifAuxVlanServerInetAddressType OBJECT-TYPE
155    SYNTAX       InetAddressType
156    MAX-ACCESS   accessible-for-notify
157    STATUS       current
158    DESCRIPTION
159        "The type of address contained in a corresponding instance of
160        avWlanNotifAuxVlanServerInetAddress."
161    ::= { avWlanMobSwNotificationAuxObjects 11 }
162
163avWlanNotifAuxVlanServerInetAddress OBJECT-TYPE
164    SYNTAX       InetAddress
165    MAX-ACCESS   accessible-for-notify
166    STATUS       current
167    DESCRIPTION
168        "This object identifies the IP address of VLAN server."
169    ::= { avWlanMobSwNotificationAuxObjects 12 }
170
171avWlanNotifAuxVlanServerAddress  OBJECT-TYPE
172    SYNTAX       MacAddress
173    MAX-ACCESS   accessible-for-notify
174    STATUS       current
175    DESCRIPTION
176        "This object specifies the MAC address of the VLAN server."
177    ::= { avWlanMobSwNotificationAuxObjects 13 }
178
179avWlanNotifAuxMobilityVlanSelfGenerationNumber OBJECT-TYPE
180    SYNTAX       Unsigned32
181    MAX-ACCESS   accessible-for-notify
182    STATUS       current
183    DESCRIPTION
184        "This object identifies the self generation number associated with
185        the mobility VLAN in the WSP device. This number will be
186        received by the WSP during a MVT download."
187    ::= { avWlanMobSwNotificationAuxObjects 14 }
188
189avWlanNotifAuxMobilityVlanPeerGenerationNumber OBJECT-TYPE
190    SYNTAX       Unsigned32
191    MAX-ACCESS   accessible-for-notify
192    STATUS       current
193    DESCRIPTION
194        "This object identifies the peer generation number for each
195        mobility VLAN received from the WSP (during VLAN advertisements)."
196    ::= { avWlanMobSwNotificationAuxObjects 15 }
197
198avWlanNotifAuxOldVlanRole OBJECT-TYPE
199    SYNTAX       AvWlanMobVlanRole
200    MAX-ACCESS   accessible-for-notify
201    STATUS       current
202    DESCRIPTION
203        "This object specifies the old role of the mobility VLAN."
204    ::= { avWlanMobSwNotificationAuxObjects 16 }
205
206avWlanNotifAuxNewVlanRole OBJECT-TYPE
207    SYNTAX       AvWlanMobVlanRole
208    MAX-ACCESS   accessible-for-notify
209    STATUS       current
210    DESCRIPTION
211        "This object specifies the new role of the mobility VLAN."
212    ::= { avWlanMobSwNotificationAuxObjects 17 }
213
214avWlanNotifAuxRoleChangeReason OBJECT-TYPE
215    SYNTAX       INTEGER {
216                     administrator(1),
217                     clientRoam(2)
218                 }
219    MAX-ACCESS   accessible-for-notify
220    STATUS       current
221    DESCRIPTION
222        "This object specifies the reason for change in mobility VLAN role
223        by this WSP. The following values are supported:
224           administrator - role change due to admin configuration
225           clientRoam    - role change due to client roaming.
226        "
227    ::= { avWlanMobSwNotificationAuxObjects 18 }
228
229avWlanNotifAuxOldState OBJECT-TYPE
230    SYNTAX       AvWlanMobVlanState
231    MAX-ACCESS   accessible-for-notify
232    STATUS       current
233    DESCRIPTION
234        "This object specifies the old state of the mobility vlan MAP."
235    ::= { avWlanMobSwNotificationAuxObjects 19 }
236
237avWlanNotifAuxNewState OBJECT-TYPE
238    SYNTAX       AvWlanMobVlanState
239    MAX-ACCESS   accessible-for-notify
240    STATUS       current
241    DESCRIPTION
242        "This object specifies the new state of the mobility vlan MAP."
243    ::= { avWlanMobSwNotificationAuxObjects 20 }
244
245avWlanNotifAuxStateChangeReason OBJECT-TYPE
246    SYNTAX       INTEGER {
247                     mobVlanDeleted(1),
248                     mobVlanCreated(2),
249                     localVlanDeleted(3)
250                 }
251    MAX-ACCESS   accessible-for-notify
252    STATUS       current
253    DESCRIPTION
254        "This object specifies the reason for change in mobility VLAN
255        state in this WSP device. The following values are supported:
256           mobVlanDeleted    - state change due to deletion of mobility VLAN
257           mobVlanCreated    - state change due to creation of mobility VLAN
258           localVlanDeleted  - state change due to deletion of local VLAN
259        "
260    ::= { avWlanMobSwNotificationAuxObjects 21 }
261
262avWlanNotifAuxVlanState OBJECT-TYPE
263    SYNTAX       AvWlanMobVlanState
264    MAX-ACCESS   accessible-for-notify
265    STATUS       current
266    DESCRIPTION
267        "This object specifies the current state of the mobility VLAN."
268    ::= { avWlanMobSwNotificationAuxObjects 22 }
269
270avWlanNotifAuxRemoveReason OBJECT-TYPE
271    SYNTAX       INTEGER {
272                     administrator(1),
273                     lvidDeletion(2)
274                 }
275    MAX-ACCESS   accessible-for-notify
276    STATUS       current
277    DESCRIPTION
278        "This object specifies the reason for removal of mobility VLAN
279        in this WSP. The following values are supported:
280           administrator - removed due to admin configuration
281           clientRoam    - removed due to deletion of lvid.
282        "
283    ::= { avWlanMobSwNotificationAuxObjects 23 }
284
285avWlanNotifAuxControlFrameType OBJECT-TYPE
286    SYNTAX       INTEGER {
287                     igmpReport(1),
288                     igmpLeave(2)
289                 }
290    MAX-ACCESS   accessible-for-notify
291    STATUS       current
292    DESCRIPTION
293        "This object specifies the IGMP control frame type."
294    ::= { avWlanMobSwNotificationAuxObjects 24 }
295
296avWlanNotifAuxInetAddressType OBJECT-TYPE
297    SYNTAX       InetAddressType
298    MAX-ACCESS   accessible-for-notify
299    STATUS       current
300    DESCRIPTION
301        "The type of address contained in a corresponding instance of
302        avWlanNotifAuxInetAddress."
303    ::= { avWlanMobSwNotificationAuxObjects 25 }
304
305avWlanNotifAuxInetAddress  OBJECT-TYPE
306    SYNTAX       InetAddress
307    MAX-ACCESS   accessible-for-notify
308    STATUS       current
309    DESCRIPTION
310        "This object identifies the source IP in the IGMP control frame."
311    ::= { avWlanMobSwNotificationAuxObjects 26 }
312
313avWlanSwitchNotifAuxAuxLimitsReached OBJECT-TYPE
314    SYNTAX       AvWlanSwitchNotifAuxLimitsMap
315    MAX-ACCESS   accessible-for-notify
316    STATUS       current
317    DESCRIPTION
318        "This objects is included in the avWlanSwitchLimitsReached notification to
319        indicate which limits have been reached."
320    ::= { avWlanMobSwNotificationAuxObjects 27 }
321
322-- ============================================================================
323-- avWlanSwitchNotifications
324-- ============================================================================
325
326avWlanSwitchNotifications
327    OBJECT IDENTIFIER ::= { avWlanMobSwNotifications 1 }
328
329avWlanSwitchMCPConnectionEstablished NOTIFICATION-TYPE
330    OBJECTS { avWlanNotifAuxMobilityControllerInetAddressType,
331              avWlanNotifAuxMobilityControllerInetAddress}
332    STATUS       current
333    DESCRIPTION
334        "A avWlanSwitchMCPConnectionEstablished trap signifies that the SNMP entity,
335        acting in an agent role,  MCP client successfully established
336        connection with the MCP server in Wireless Controller.
337        The Trap is Enabled by default."
338    ::= { avWlanSwitchNotifications 1 }
339
340avWlanSwitchMCPLostConnection NOTIFICATION-TYPE
341    OBJECTS { avWlanNotifAuxMobilityControllerInetAddressType,
342              avWlanNotifAuxMobilityControllerInetAddress}
343    STATUS       current
344    DESCRIPTION
345        "A avWlanSwitchMCPLostConnection trap signifies that the SNMP entity,
346        acting in an agent role, MCP client lost connection with the MCP server
347        in Wireless Controller.
348        The Trap is Enabled by default."
349    ::= { avWlanSwitchNotifications 2 }
350
351avWlanSwitchMVTDownload NOTIFICATION-TYPE
352    OBJECTS { avWlanNotifAuxMobilityControllerInetAddressType,
353              avWlanNotifAuxMobilityControllerInetAddress,
354              avWlanNotifAuxNumberOfVlanEntries }
355    STATUS       current
356    DESCRIPTION
357        "A avWlanSwitchMVTDownload trap signifies that the SNMP entity,
358         acting in an agent role, has received Mobility Vlan Table download
359         from the Mobility controller. Mobility Switch receives MVT when it
360         registers with the Mobility Controller. Controller address and number
361         of entries in the table is passed as parameter.
362         The Trap is Enabled by default."
363    ::= { avWlanSwitchNotifications 3 }
364
365avWlanSwitchMSTDownload NOTIFICATION-TYPE
366    OBJECTS { avWlanNotifAuxMobilityControllerInetAddressType,
367              avWlanNotifAuxMobilityControllerInetAddress,
368              avWlanNotifAuxMSTDownloadEntries }
369    STATUS       current
370    DESCRIPTION
371        "A avWlanSwitchMSTDownload trap signifies that the SNMP entity,
372         acting in an agent role, has received Mobility Switch Table download
373         from the Mobility Controller. Mobility Switch receives MST when it
374         registers with the Mobility controller. Controller address and number
375         of entries in the table is passed as parameter.
376         The Trap is Enabled by default."
377    ::= { avWlanSwitchNotifications 4 }
378
379avWlanSwitchPeerDeviceConnectionEstablished NOTIFICATION-TYPE
380    OBJECTS { avWlanNotifAuxPeerDeviceInetAddressType,
381              avWlanNotifAuxPeerDeviceInetAddress,
382              avWlanNotifAuxPeerDeviceAddress,
383              avWlanNotifAuxPeerDeviceType }
384    STATUS       current
385    DESCRIPTION
386        "A avWlanSwitchPeerDeviceConnectionEstablished trap signifies that the SNMP entity,
387         acting in an agent role, has established connection to the peer device.
388         Peer switch IP, MAC address and device type is passed as parameter.
389         The Trap is Enabled by default."
390    ::= { avWlanSwitchNotifications 5 }
391
392avWlanSwitchPeerDeviceLostConnection NOTIFICATION-TYPE
393    OBJECTS { avWlanNotifAuxPeerDeviceInetAddressType,
394              avWlanNotifAuxPeerDeviceInetAddress,
395              avWlanNotifAuxPeerDeviceAddress,
396              avWlanNotifAuxPeerDeviceType,
397              avWlanNotifAuxConnectionFailureReason }
398    STATUS       current
399    DESCRIPTION
400        "A avWlanSwitchPeerDeviceLostConnection trap signifies that the SNMP entity,
401         acting in an agent role, has lost connection to the peer device.
402         Peer switch IP, MAC, device type and failure reason are  passed as parameter.
403         The Trap is Enabled by default."
404    ::= { avWlanSwitchNotifications 6 }
405
406avWlanSwitchVlanServerElected NOTIFICATION-TYPE
407    OBJECTS { avWlanNotifAuxMobilityVlanName,
408              avWlanNotifAuxVlanServerInetAddressType,
409              avWlanNotifAuxVlanServerInetAddress,
410              avWlanNotifAuxVlanServerAddress }
411    STATUS       current
412    DESCRIPTION
413        "A avWlanSwitchVlanServerElected trap signifies that the SNMP entity,
414         acting in an agent role, has elected vlan server for a mobility vlan.
415         Mobility vlan name, vlan server IP and MAC address is passed as parameter.
416         The Trap is Disabled by default."
417    ::= { avWlanSwitchNotifications 7 }
418
419avWlanSwitchLostConnectionToVlanServer NOTIFICATION-TYPE
420    OBJECTS { avWlanNotifAuxMobilityVlanName,
421              avWlanNotifAuxVlanServerInetAddressType,
422              avWlanNotifAuxVlanServerInetAddress,
423              avWlanNotifAuxVlanServerAddress }
424    STATUS       current
425    DESCRIPTION
426        "A avWlanSwitchLostConnectionToVlanServer trap signifies that the SNMP entity,
427         acting in an agent role, has lost connection to vlan server and there are no
428         other alternative vlan servers for the mobility vlan.
429         Mobility vlan name, vlan server IP and MAC address is passed as parameter.
430         The trap is Enabled by default."
431    ::= { avWlanSwitchNotifications 8 }
432
433avWlanSwitchVlanGenNumberMismatch NOTIFICATION-TYPE
434    OBJECTS { avWlanNotifAuxMobilityVlanName,
435              avWlanNotifAuxMobilityVlanSelfGenerationNumber,
436              avWlanNotifAuxMobilityVlanPeerGenerationNumber }
437    STATUS        current
438    DESCRIPTION
439        "A avWlanSwitchVlanGenNumberMismatch trap signifies that the SNMP entity,
440         acting in an agent role, has detected change in the generation number.
441         Mobility switches advertise the generation numbers for the mapped
442         mobility vlans in the mobility domain. Generation numbers are used to
443         detect stale mobility vlans. The mobility vlan name, mobility switch
444         generation number and the peer switch generation number is passed as parameter.
445         This is enabled by default."
446    ::= { avWlanSwitchNotifications 9 }
447
448
449avWlanSwitchVlanRoleChanged NOTIFICATION-TYPE
450    OBJECTS { avWlanNotifAuxMobilityVlanName,
451              avWlanNotifAuxOldVlanRole,
452              avWlanNotifAuxNewVlanRole,
453              avWlanNotifAuxRoleChangeReason }
454    STATUS    current
455    DESCRIPTION
456        "A avWlanSwitchVlanRoleChanged trap signifies that the SNMP entity,
457         acting in an agent role, has changed the role of the mobility vlan.
458         Mobility vlan name, old and new role, reason for the role change
459         is passed as parameter.
460         The trap is Disabled by default."
461    ::= { avWlanSwitchNotifications 10 }
462
463avWlanSwitchVlanMapStateChanged NOTIFICATION-TYPE
464    OBJECTS { avWlanNotifAuxMobilityVlanName,
465              avWlanNotifAuxOldState,
466              avWlanNotifAuxNewState,
467              avWlanNotifAuxStateChangeReason }
468    STATUS       current
469    DESCRIPTION
470        "A avWlanSwitchVlanMapStateChanged trap signifies that the SNMP entity,
471         acting in an agent role, has changed the state of the mobility vlan map.
472         A vlan map is the association between mobility vlan name and the local
473         static vlan.  The state is Active as long as Mobility vlan name and the
474         local static vlan are active.
475         Deletion of mobility vlan or the local static vlan results in a
476         InActive state for a vlan map. Vlan map will become Active if the
477         mobility vlan is created before the next MVT download. Mobility vlan name,
478         old, new state and the reason is passed as parameter.
479         The trap is Disabled by default."
480    ::= { avWlanSwitchNotifications 11 }
481
482avWlanSwitchVlanMapRemoved NOTIFICATION-TYPE
483    OBJECTS { avWlanNotifAuxMobilityVlanName,
484              avWlanNotifAuxVlanState,
485              avWlanNotifAuxRemoveReason }
486    STATUS       current
487    DESCRIPTION
488        "A avWlanSwitchVlanMapRemoved trap signifies that the SNMP entity,
489        acting in an agent role, has deleted the mobility vlan map.
490        InActive maps are deleted when the mobility vlan is not present in
491        the MVT download. Active maps are deleted either from the config or
492        when the lvid to which mobility vlan is mapped is deleted. Mobility
493        vlan name, vlan state and reason for removal is passed as parameter.
494        The trap is Enabled by default."
495    ::= { avWlanSwitchNotifications 12 }
496
497avWlanSwitchVlanTrackAffected NOTIFICATION-TYPE
498    OBJECTS { avWlanNotifAuxMobilityVlanName }
499    STATUS       current
500    DESCRIPTION
501        "A avWlanSwitchVlanTrackAffected trap signifies that the SNMP entity,
502         acting in an agent role, has detected a mobility vlan in server role has no ports
503         active in its track list. Mobility vlan name is passed as parameter.
504         The trap is Disabled by default."
505    ::= { avWlanSwitchNotifications 13 }
506
507avWlanSwitchIgmpSnoopingEnabled NOTIFICATION-TYPE
508    OBJECTS { avWlanNotifAuxMobilityVlanName }
509    STATUS       current
510    DESCRIPTION
511        "A avWlanSwitchIgmpSnoopingEnabled trap signifies that the SNMP entity,
512         acting in an agent role, has successfully enabled IGMP snooping on a mobility vlan.
513         local vlan identifier which is mapped to mobility vlan is passed as parameter.
514         The trap is Disabled by default."
515    ::= { avWlanSwitchNotifications 14 }
516
517avWlanSwitchIgmpSnoopingDisabled NOTIFICATION-TYPE
518    OBJECTS { avWlanNotifAuxMobilityVlanName }
519    STATUS       current
520    DESCRIPTION
521        "A avWlanSwitchIgmpSnoopingDisabled trap signifies that the SNMP entity,
522        acting in an agent role, has successfully disabled IGMP snooping
523        on a mobility vlan. Mobility vlan name is passed as parameter. The trap is
524	Disabled by default."
525    ::= { avWlanSwitchNotifications 15 }
526
527avWlanSwitchIgmpControlFrameReceived NOTIFICATION-TYPE
528    OBJECTS { avWlanNotifAuxMobilityVlanName,
529              avWlanNotifAuxControlFrameType,
530              avWlanNotifAuxPeerDeviceType,
531              avWlanNotifAuxInetAddressType,
532              avWlanNotifAuxInetAddress }
533    STATUS       current
534    DESCRIPTION
535        "A avWlanSwitchIgmpControlFrameReceived trap signifies that the SNMP entity,
536         acting in an agent role, has snooped IGMP control frame on a mobility vlan.
537         Mobility vlan name, Frame Type, device type and IGMP source IP
538         are passed as parameters. The trap is Disabled by default."
539    ::= { avWlanSwitchNotifications 16 }
540
541avWlanSwitchLimitsReached NOTIFICATION-TYPE
542    OBJECTS { avWlanSwitchNotifAuxAuxLimitsReached }
543    STATUS       current
544    DESCRIPTION
545        "This trap signifies that the SNMP entity, acting in an agent role,
546        has detected some switch limits being reached.
547        The bit mask avWlanSwitchNotifAuxLimitsReached is send in the trap
548        to indicate the parameter for which limits are reached.
549        This trap is enabled by default."
550    ::= { avWlanSwitchNotifications 17 }
551
552END
553