Configuration Mode Commands : System Administration Commands : SNMP Commands : snmp-server host traps version 3
  
snmp-server host traps version 3
Configures the SNMP version 3 of traps to send to the host.
Syntax
[no] snmp-server host {<hostname> |<ip-address>} traps version 3 remote-user <name> password {encrypted <key> | plain-text <text>} auth-protocol {md5 | sha} security-level {noauth | auth | authpriv} [priv-protocol <protocol> priv-key {encrypted <key> | plain-text <text>}] [port <port>]
Parameters
<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.
Usage
The no command option disables the SNMP server host.
Example
amnesiac (config) # snmp-server host 10.12.8.4 traps version 3 remote-user johndoe password plain-text mypassword auth-protocol md5 security-level auth
Product
SCC, Interceptor, Mobile Controller, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c
Related Commands
show snmp, snmp-server community, snmp-server security-name