configure snmpv3 add target-addr
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
141
configure snmpv3 add target-addr
configure snmpv3 add target-addr [[hex <hex_addr_name] | <addr_name>] param
[[hex <hex_param_name] | <param_name>] ipaddress [[<ip_address>
{<netmask>}] | <ip_address>] {transport-port <port_number> {from
<src_ip_address>} {tag-list <tag_list>} {volatile}
Description
Adds and configures an SNMPv3 target address and associates filtering, security, and notifications with
that address.
Syntax Description
Default
The default values are:
●
transport-port—port 162
●
non-volatile storage
If you do not specify
tag-list
the single tag
defaultNotify
, a pre-defined value in the snmpNotifyTable,
is used.
Usage Guidelines
Use this command to create an entry in the SNMPv3 snmpTargetAddressTable. The
param
parameter
associates the target address with an entry in the snmpTargetParamsTable, which specifies security and
storage parameters for messages to the target address, and an entry in the snmpNotifyFilterProfileTable,
which specifies filter profiles to use for notifications to the target address. The filter profiles are
associated with the filters in the snmpNotifyFilterTable.
The list of tag-lists must match one or more of the tags in the snmpNotifyTable for the trap to be sent
out.
hex_addr_name
Specifies a string identifier for the target address. The value is to be supplied
as a colon separated string of hex octets.
addr_name
Specifies a string identifier for the target address in ASCII format.
hex_param_name
Specifies the parameter name associated with the target. The value is to be
supplied as a colon separated string of hex octets.
param_name
Specifies the parameter name associated with the target in ASCII format.
ip_address
Specifies an SNMPv3 target IP address.
port_number
Specifies a UDP port. Default is 162.
src_ip_address
Specifies the IP address of a VLAN to be used as the source address for the
trap.
tag-list
Specifies a list of comma separated string identifiers for the notifications to be
sent to the target.
volatile
Specifies volatile storage. By specifying volatile storage, the configuration is
not saved across a switch reboot.