Adds an entry to the snmpNotifyTable.
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. |
The default storage type is non-volatile.
The default type is trap.
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.
The following command sends notifications to addresses associated with the tag type1:
configure snmpv3 add notify N1 tag type1
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.