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>

Defines the SNMP target for informs or traps.

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

The IPv4 or IPv6 address of the SNMPv3 trap target.

Configuration mode


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

Use this command to define the SNMP target for informs or traps.

Use the set form of this command to define the SNMP target for informs or traps.

Use the delete form of this command to remove the SNMP target for informs or traps.

Use the show form of this command to view the SNMP target for informs or traps.