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> auth plaintext-key <passwd>

Defines the clear text password used for authentication at the trap target.

set service snmp v3 trap-target addrauth plaintext-key passwd
delete service snmp v3 trap-target addr auth plaintext-key
show service snmp v3 trap-target addr auth plaintext-key
addr
The IPv4 or IPv6 address of the SNMPv3 trap target.
passwd

The authentication password. The password must be eight or more characters. Only alphanumeric characters for a password are allowed.

Configuration mode


service {
	snmp {
		v3 {
			trap-target addr {
				auth {
				    plaintext-key passwd
				}
			}
		}
	}
}

Use this command to define the clear text password used for authentication at the trap target. Use the service snmp v3 trap-target addr auth encrypted-key passwd command to specify an encrypted password for authentication. Only one of these two commands can be used to configure authentication for a given trap target.

Use the set form of this command to define the clear text password used for authentication.

Use the delete form of this command to remove the clear text password for authentication.

Use the show form of this command to view the clear text password for authentication.