C613-50170-01 Rev B
Command Reference for x510 Series
2681
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
RMON C
OMMANDS
RMON
EVENT
rmon event
Overview
Use this command to create an event definition for a log or a trap or both. The
event index for this event can then be referred to by the
command.
Use the
no
variant of this command to remove the event definition.
NOTE
:
Only the events for switch port interfaces, not for VLAN interfaces, can be
collected.
Syntax
rmon event <
event-index
> [description <
description
>|owner
<
owner
>| trap <
trap
>]
rmon event <
event-index
> [log [description <
description
>|owner
<
owner
>|trap <
trap
>] ]
rmon event <
event-index
> [log trap [description
<
description
>|owner <
owner
] ]
no rmon event <
event-index
>
Default
No event is configured by default.
Mode
Global Configuration
Example
To create an event definition for a log with an index of 299, use this command:
awplus#
configure terminal
awplus(config)#
rmon event 299 log description cond3 owner
alfred
To to remove the event definition, use the command:
awplus#
configure terminal
awplus(config)#
no rmon event 299
Related
Commands
Parameter
Description
<
event-index
>
<
1-65535
>
Unique event entry index value.
log
Log event type.
trap
Trap event type.
log trap
Log and trap event type.
description<
description
>
Event entry description.
owner <
owner
>
Owner name to identify the entry.