set snmp notify
12-30 SNMP Configuration
Notify Type = trap
Storage type = nonVolatile
Row status = active
Notify name = 2
Notify Tag = TrapSink
Notify Type = trap
Storage type = nonVolatile
Row status = active
Table 12-9 provides an explanation of the command output.
set snmp notify
Use this command to set the SNMP notify configuration. This creates an entry in the SNMP notify
table, which is used to select management targets who should receive notification messages. This
command’s tag parameter can be used to bind each entry to a target address using the set snmp
targetaddr command (“set snmp targetaddr” on page 12-26).
Syntax
set snmp notify notify tag tag [trap | inform] [volatile | nonvolatile]
Parameters
Defaults
If not specified, message type will be set to trap.
If not specified, storage type will be set to nonvolatile.
Mode
Switch mode, read-write, when security profile = normal.
Switch mode, super-user, when security profile = C2.
Table 12-9 show snmp notify Output Details
Output Field 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.
notify Specifies an SNMP notify name.
tag tag Specifies an SNMP notify tag. This binds the notify name to the SNMP
target address table.
trap | inform (Optional) Specifies SNMPv1 or v2 Trap messages (default) or SNMP v3
InformRequest messages.
volatile |
nonvolatile
(Optional) Specifies temporary (default), or permanent storage for SNMP
entries.