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> user <username>

Defines an SNMPv3 username for authentication at the trap target.

set service snmp v3 trap-target addr user username
delete service snmp v3 trap-target addr user
show service snmp v3 trap-target addr user
addr
The IPv4 or IPv6 address of the SNMPv3 trap target.
username
The name of an SNMPv3 user at the trap target.

Configuration mode

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

Use this command to define a username for authentication at the trap target.

Use the set form of this command to define a username for authentication at the trap target.

Use the delete form of this command to remove a username for authentication.

Use the show form of this command to view a username for authentication.