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 type <type>

Defines the protocol used for authentication at the trap target.

set service snmp v3 trap-target addr auth type type
delete service snmp v3 trap-target addr auth type
show service snmp v3 trap-target addr auth type

The default protocol is md5.

addr
The IPv4 or IPv6 address of the SNMPv3 trap target.
type
The protocol used for authentication. The protocol is as follows:
md5
Message Digest 5 (MD5) authentication
sha
Secure Hash Algorithm authentication.

The default protocol is md5.

Configuration mode


service {
	snmp {
		v3 {
			trap-target addr {
				auth {
				    type type
				}
			}
		}
	}
}

Use this command to define the protocol used for authentication at the trap target.

Use the set form of this command to define the protocol used for authentication.

Use the delete form of this command to remove the protocol used for authentication.

Use the show form of this command to view the protocol used for authentication.