Specifications
84 ExtremeWare XOS 10.1 Command Reference Guide
Commands for Managing the Switch
configure snmpv3 add notify
configure snmpv3 add notify {hex} <notify_name> tag {hex} <tag> {volatile}
Description
Adds an entry to the snmpNotifyTable.
Syntax Description
Default
The default storage type is non-volatile.
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
hex Specifies that the value to follow is to be supplied as a colon separated string
of hex octets.
notify_name Specifies the notify name to add.
tag Specifies a string identifier for the notifications to be sent to the target.
volatile Specifies volatile storage.