< Home

display rmon eventlog

Function

The display rmon eventlog command displays details about RMON event logs.

Format

display rmon eventlog [ entry-number ]

Parameters

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

Views

All views

Default Level

1: Monitoring level

Usage Guidelines

If you use the rmon event command to specify that a log is recorded for a certain event, the event record is stored in the LogTable. The command output includes event index, current event status, time the event triggers a log (calculated based on the number of seconds elapsed since system initialization or startup), and event description.

Example

# Display the log of RMON event 1.

<HUAWEI> display rmon eventlog 1
Event table 1 owned by User is valid.
  Generates eventLog 1.1 at 0days 00h:00m:07s.43th.
  Description: The 1.3.6.1.2.1.16.1.1.1.4.1 defined in alarm table 1, less than or equal to 100 with alarm value 0. Alarm sample type is delta.
  Generates eventLog 1.2 at 0days 00h:02m:26s.43th.
  Description: The 1.3.6.1.2.1.16.1.1.1.4.1 defined in alarm table 1, greater than or equal to 1000 with alarm value 10443. Alarm sample type is delta.
Table 1 Description of the display rmon eventlog 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 log entry index, corresponding to the logEventIndex object in LogTable.
  • 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 log).

Generates eventLog at

Log creation time (time elapsed since system startup), corresponding to the logTime object in LogTable.

Description

Event description, corresponding to the logDescription object in LogTable.

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