< Home

display snmp-agent trap feature-name rip all

Function

The display snmp-agent trap feature-name rip all command displays all trap messages of the RIP module.

Format

display snmp-agent trap feature-name rip all

Parameters

None

Views

All views

Default Level

1: Monitoring level

Usage Guidelines

The Simple Network Management Protocol (SNMP) is a standard network management protocol widely used on TCP/IP networks. It uses a central computer (a network management station) that runs network management software to manage network elements. The management agent on the network element automatically reports traps to the network management station. After that, the network administrator immediately takes measures to resolve the problem.

The display snmp-agent trap feature-name rip all command displays whether all trap functions of the RIP module are enabled.

Example

# Display all trap messages of the RIP module.

<sysname> display snmp-agent trap feature-name rip all
------------------------------------------------------------------------------
Feature name: rip
Trap number : 2
------------------------------------------------------------------------------
Trap name                       Default switch status   Current switch status
hwRip2DBOverFlow                off                     on
hwRip2DBOverFlowResume          off                     on
Table 1 Description of the display snmp-agent trap feature-name rip all command output

Item

Description

Feature name

Name of the feature.

Trap number

Number of traps.

Trap name

Name of the trap:

  • hwRip2DBOverFlow: It is sent when maximum number of routes were added to RIP database for the given process and no more routes can be added to RIP by redistribution or by learning.
  • hwRip2DBOverFlowResume: It is sent when the RIP database size dropped to the lower threshold from frozen state.

Default switch status

Status of the default trap switch:

  • on: indicates that the trap function is enabled.
  • off: indicates that the trap function is disabled.

Current switch status

Status of the current trap switch:

  • on: indicates that the trap function is enabled.
  • off: indicates that the trap function is disabled.

# Display all the RIP trap messages in detail.

<sysname> display snmp-agent trap feature-name rip all verbose
------------------------------------------------------------------------------
Feature name: rip
Trap number : 2
------------------------------------------------------------------------------

Trap name                : hwRip2DBOverFlow
Default switch status    : off
Current switch status    : on
Trap Description         : 

Trap name                : hwRip2DBOverFlowResume
Default switch status    : off
Current switch status    : on
Trap Description         :
Table 2 Description of the display snmp-agent trap feature-name rip all verbose command output

Item

Description

Trap Description

Displays the trap description.

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