The display snmp-agent trap feature-name rip all command displays all trap messages of the RIP module.
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.
# 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
Item |
Description |
|---|---|
Feature name |
Name of the feature. |
Trap number |
Number of traps. |
Trap name |
Name of the trap:
|
Default switch status |
Status of the default trap switch:
|
Current switch status |
Status of the current trap switch:
|
# 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 :
Item |
Description |
|---|---|
Trap Description |
Displays the trap description. |