Commands for Managing the Switch
ExtremeWare XOS 11.5 supports only the Summit X450 family of switches and the BlackDiamond 8800 series switch.
ExtremeWare XOS 11.5 Command Reference Guide
140
configure snmpv3 add notify
configure snmpv3 add notify [[hex <hex_notify_name>] | <notify_name>] tag
[[hex <hex_tag>] | <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
History
This command was first available in ExtremeWare XOS 10.1.
The
hex_notify_name
and
hex_tag
parameters were added in ExtremeWare XOS 11.0.
Platform Availability
This command is available on all platforms.
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.
volatile
Specifies volatile storage. By specifying volatile storage, the configuration is
not saved across a switch reboot.