Specifications

configure snmpv3 add target-addr
ExtremeWare XOS 10.1 Command Reference Guide 85
configure snmpv3 add target-addr
configure snmpv3 add target-addr {hex} <addr_name> param {hex} <param_name>
ipaddress <ip_address> {volatile}
Description
Adds and configures an SNMPv3 target address and associate filtering and security with that address.
Syntax Description
Default
The default values are:
transport-portport 162
non-volatile storage
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.
Example
The following command specifies a target address of 10.203.0.22 with the name A1, and associates it
with the security parameters and filter profile P1:
configure snmpv3 add target-addr A1 param P1 ipaddress 10.203.0.22
hex Specifies that the value to follow is to be supplied as a colon separated string
of hex octets.
addr_name Specifies a string identifier for the target address.
param_name Specifies the parameter name associated with the target.
ip_address Specifies an SNMPv3 target IP address.
volatile Specifies volatile storage.