<hostname> | Hostname for the SNMP server. |
<ip-address> | IPv4 address or IPv6 address for the SNMP server. |
remote-user <name> | Specifies the username for SNMPv3. |
password encrypted <key> | Specifies the authentication key in the form of an MD5 or SHA digest. |
password plaintext <text> | Enables the plain-text password to generate the authentication key. |
auth-protocol <protocol> | Specifies the authentication protocol: • md5—Enables MD5 security protocol. • sha—Enables SHA security protocol. |
security-level <level> | Specifies the security level: • noauth—No authorization required. • auth—Authorization required. • authpriv—Authorization and privacy required. |
priv-protocol <protocol> | Specifies the privacy protocol: • aes—CFB128-AES-128 as the privacy protocol. • des—CBC-DES as the privacy protocol. |
priv-key <key> | Specifies the privacy key: • encrypted <key>—Encrypted privacy key. • plain-text <text>—Plain-text privacy key. The plain-text privacy key must be at least 8 characters. |
port <port> | Specifies the destination port. |