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

Specifies the type of notifications to send to the trap target.

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

The system uses inform.

addr

The IPv4 or IPv6 address of the SNMPv3 trap target.

type
The notification type. The notification type is as follows:
inform
An SNMPv3 message sent to the trap target that requires acknowledgment.
trap
An SNMPv3 message sent to the trap target that does not require acknowledgment.

The default notification type is inform.

Configuration mode

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

Use this command to specify the type of notifications to send to the trap target.

Note: If the notification type of trap is set using this command, then you must also specify the engine ID of the SNMPv3 trap target using the service snmp v3 trap-target addr engineid engineid command.

Use the set form of this command to specify the type of notifications sent to the trap target.

Use the delete form of this command to return the system to its default notification type.

Use the show form of this command to view the type of notifications sent to the trap target.