snmp-trapper v3-target
Configures the list of SNMP v3 trap receivers.
Privilege Level
Security Administrator, Administrator
Command Mode
Exec > Global Configuration
Syntax
snmp-trapper enable { true } v3-target { url port port_number user-name user_name auth authentication_protocol auth-key authentication_key priv privacy_protocol priv-key privacy_key }
url
Specify the SNMP trap receiver hostname or IP address.
Must be a string.
port_number
Specify the port number of the SNMP trap receiver port.
Must be a port number.
Default Value: 162.
user-name user_name
Specify the SNMP trap receiver user name.
Must be a string.
auth authentication_protocol
Specify the authentication protocol to be used.
Must be one of the following:
none: No authentication is used.
md5: HMAC-MD5-96 authentication protocol is used.
sha: HMAC-SHA-96 authentication protocol is used.
Default Value: "none".
auth-key authentication_key
Specify the key to the authentication protocol.
Must be a string.
priv privacy_protocol
Specify the privacy protocol to be used.
Must be one of the following:
none: No privacy is used.
des: CBC-DES protocol is used.
aes: AES-CFB (128 bits) protocol is used.
aes192: AES-CFB (192 bits) protocol is used.
aes256: AES-CFB (256 bits) protocol is used.
Default Value: "none".
priv-key privacy_key
Specify the privacy key.
Must be a string.
Usage Guidelines
Use this command to configure list of SNMP v3 trap receivers.