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

Defines the protocol used to encrypt traps and informs sent to the trap target.

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

The default value is des.

addr

The IPv4 or IPv6 address of the SNMPv3 trap target.

type

The protocol used to encrypt traps and informs sent to the trap target. The protocol is as follows:

aes
Advanced Encryption Standard (AES) data encryption.
des
Data Encryption Standard (DES) data encryption

The default value is des.

Configuration mode

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

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

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

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

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