HP 3PAR OS 3.1.3 Command Line Interface Reference

setsnmpmgr
DESCRIPTION
The setsnmpmgr command changes an SNMP manager's properties.
SYNTAX
The syntax for the setsnmpmgr command can be one of the following examples:
setsnmpmgr [options <arg>] <manager_IP>
AUTHORITY
Super
Any role granted to the snmpmgr_set right
NOTE: You need access to all domains in order to run this command.
OPTIONS
-p <port_number>
Specifies the port number where the SNMP manager receives traps. The port number and IP address
are used together to uniquely identify the SNMP manager. Use this option if the port number differs
from the default of "162".
-pw <password>
Specifies the SNMP manager's access community string (password), using up to 32 alphanumeric
characters. If not specified, the default is "public".
-snmpuser <username>
Specifies the SNMPv3 user name using up to 31 characters. The user name must be enabled for
SNMPv3 with the createsnmpuser command.
-version <version>
Integer value that specifies the SNMP version supported by the manager. Use "2" for SNMPv2
and "3" for SNMPv3. The default is "2".
SPECIFIERS
<manager_IP>
Specifies the IP address of the host where the manager runs. It must be valid IPv4 or IPv6 address.
IPv6 address is in hexadecimal, is case insensitive, and is separated by colons. An example would
be: 5def:2008:0:0:abcd:0:0:161a.
In addition, a double colon (::) can be used once in an address to replace multiple fields of zeros.
For example: 5def:2008:0:0:abcd::161a.
EXAMPLES
The following example modifies the SNMP manager IPv4 address 123.45.67.89 with the assigned
password of alpha1:
cli% setsnmpmgr -pw alpha1 123.45.67.89
setsnmpmgr 313