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

Defines the protocol for traps and informs sent to the trap target.

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

The system uses UDP.

addr
The IPv4 or IPv6 address of the SNMPv3 trap target.
protocol
The protocol used to send traps and informs to the trap target. The protocol is as follows:
tcp
Transmission Control Protocol (TCP).
upd
User Datagram Protocol (UDP).

The default protocol is udp.

Configuration mode

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

Use this command to define the protocol for traps and informs sent to the trap target.

Use the set form of this command to define the protocol for traps and informs sent to the trap target.

Use the delete form of this command to remove the protocol for traps and informs sent to the trap target.

Use the show form of this command to view the protocol for traps and informs sent to the trap target.