home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

service snmp v3 trap-target <addr> privacy plaintext-key <priv-key>

Defines the clear text key for the privacy protocol used for traps and informs sent to the trap target.

set service snmp v3 trap-target addr privacy plaintext-key priv-key
delete service snmp v3 trap-target addr privacy plaintext-key priv-key
show service snmp v3 trap-target addr privacy plaintext-key priv-key
addr
The IPv4 or IPv6 address of the SNMPv3 trap target.
priv-key
The privacy key used to encrypt traps and informs sent to the trap target. The key must be eight or more characters. Only alphanumeric characters for a privacy key are allowed.

Configuration mode


service {
	snmp {
		v3 {
			trap-target addr {
				privacy {
				   plaintext-key priv-key
				}
			}
		}
	}
}

Use this command to define the clear text key for the privacy protocol used for traps and informs sent to the trap target.

Use the set form of this command to define the clear text key for the privacy protocol used for traps and informs sent to the trap target.

Use the delete form of this command to remove the clear text key for the privacy protocol used for traps and informs sent to the trap target.

Use the show form of this command to view the clear text key for the privacy protocol used for traps and informs sent to the trap target.