configure snmpv3 add notify

configure snmpv3 add notify [[hex hex_notify_name] | notify_name] tag [[hex hex_tag] | tag] {type [trap | inform]}{volatile}

Description

Adds an entry to the snmpNotifyTable.

Syntax Description

hex_notify_name Specifies the notify name to add. The value is to be supplied as a colon separated string of hex octets.
notify_name Specifies the notify name to add in ASCII format.
hex_tag Specifies a string identifier for the notifications to be sent to the target. The value is supplied as a colon separated string of octets.
tag Specifies a string identifier for the notifications to be sent to the target in ASCII format.
trap Specifies an unconfirmed notification.
inform Specifies a confirmed notification.
volatile Specifies volatile storage. By specifying volatile storage, the configuration is not saved across a switch reboot.

Default

The default storage type is non-volatile.

The default type is trap.

Usage Guidelines

Use this command to add an entry to the snmpNotifyTable. When a notification is to be sent, this table is examined. For the target addresses that have been associated with the tags present in the table, notifications are sent based on the filters also associated with the target addresses.

Example

The following command sends notifications to addresses associated with the tag type1:

configure snmpv3 add notify N1 tag type1

History

This command was first available in ExtremeXOS 10.1.

The hex_notify_name and hex_tag parameters were added in ExtremeXOS 11.0.

The INFORM option was added in ExtremeXOS 12.5.3.

Platform Availability

This command is available on the Summit X450-G2, X460-G2, X670-G2, X770, and ExtremeSwitching X440-G2, X620, X690, X870 series switches.