show snmp notify

Use this command to display the SNMP notify configuration, which determines which management targets will receive SNMP notifications.

Syntax

show snmp notify [notify] [volatile | nonvolatile | read-only]

Parameters

notify (Optional) Displays notify entries for a specific notify name.
volatile | nonvolatile | read-only (Optional) Displays notify entries for a specific storage type.

Defaults

  • If a notify name is not specified, all entries will be displayed.
  • If volatile, nonvolatile, or read-only are not specified, all storage type entries will be displayed.

Mode

All command modes.

Example

This example shows how to display the SNMP notify information:

System(rw)->show snmp notify
Notify name     = 1
Notify Tag      = Console
Notify Type     = trap
Storage type    = nonVolatile
Row status      = active
Notify name     = 2
Notify Tag      = TrapSink
Notify Type     = trap
Storage type    = nonVolatile
Row status      = active

show snmp notify Output Details shows a detailed explanation of the command output.

Click to expand in new window

show snmp notify Output Details

Output... What it displays...
Notify name A unique identifier used to index the SNMP notify table.
Notify Tag Name of the entry in the SNMP notify table.
Notify Type Type of notification: SNMPv1 or v2 trap or SNMPv3 InformRequest message.
Storage type Whether access entry is stored in volatile, nonvolatile, or read-only memory.
Row status Status of this entry: active, notInService, or notReady.