< Home

display rmon event

Function

The display rmon event command displays information about RMON events.

Format

display rmon event [ entry-number ]

Parameters

Parameter Description Value
entry-number Displays the configuration of the RMON event with the specified index. If no index is specified, information about all events is displayed. The value is an integer that ranges from 1 to 65535.

Views

All views

Default Level

1: Monitoring level

Usage Guidelines

After configuring the trap or log function for RMON events, you can run this command to view the configured event description, whether events trigger traps and logs, and latest event.

Example

# Display the RMON event configurations.

<HUAWEI> display rmon event
Event table 1 owned by Huawei is valid.
  Description: null.
  Will cause log  when triggered, last triggered at 0days 00h:24m:10s.69th.
Table 1 Description of the display rmon event command output

Item

Description

Event table entry-number owned by owner is status.

The current status of the event entry entry-number created by owner is status.

  • entry-number: event entry index, corresponding to the eventIndex object in eventTable.
  • owner: creator of the entry, corresponding to the eventOwner object in eventTable.
  • status: row status of the event entry with the specified index, corresponding to the eventStatus in eventTable: undercreation(invalid), valid(valid), invalid(no valid event).

You can run the rmon event command to configure entry-number and owner.

Description

Event description, corresponding to the eventDescription object in eventTable.

You can run the rmon event command to configure this parameter.

Will cause log when triggered

Whether events trigger traps or logs, corresponding to the eventType object in eventTable. The actions associated with events are as follows:

  • none: no action is taken.
  • log: a log is recorded when an event is triggered.
  • trap: a trap is sent to the NMS when an event is triggered.
  • log-trap: a log is recorded and a trap is sent to the NMS when an event is triggered.

You can run the rmon event command to configure this parameter.

last triggered at

Latest event time, corresponding to the eventLastTimeSent object in eventTable.

Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >