HP 3PAR InForm OS 3.1.1 Command Line Interface Reference

addsnmpmgr
DESCRIPTION
The addsnmpmgr command adds an SNMP manager to receive alert (traps) notifications.
NOTE: SNMP is not part of the Common Criteria evaluated configuration. See the HP 3PAR
InForm OS Common Criteria Administrator’s Reference for more information before using this
command in Common Criteria mode.
SYNTAX
addsnmpmgr [options <arg>] <manager_IP>
AUTHORITY
Super
Any role granted the snmpmgr_add 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. This option is used 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 unspecified, the agents send traps without an access password.
r <retry>
Specifies the number of times to send a trap (<retry>) using an integer from 1 through 15 if the
SNMP manager is not available. If not specified, the number of times a trap is sent defaults to 2.
t <timeout>
Specifies the number of seconds to wait before sending a trap (timeout) using an integer from
1 through 300. If not specified, the time defaults to 200 seconds.
SPECIFIERS
<manager_IP>
Specifies the IP address of the host where the manager runs. It must be a valid IPv4 or IPv6 address.
The IPv6 address is in hexadecimal, is case insensitive, and is separated by colons. For example:
5de:2008:0:0abcd:0:0:161a
In addition, a double colon (::) can be used once in an address to replace multiple fields of zeros.
For example:
5de:2008:0:0abcd::161a.
RESTRICTIONS
Access to all domains is required to run this command.
addsnmpmgr 43