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

Defines the protocol used to encrypt user traffic.

set service snmp v3 user username privacy type type
delete service snmp v3 user username privacy type
show service snmp v3 user username privacy type

The system uses aes.

username

The name of an SNMPv3 user.

type
The protocol used to encrypt user traffic. The protocol is as follows:
aes
Advanced Encryption Standard (AES) data encryption.
des
Data Encryption Standard (DES) data encryption.

The default protocol is aes.

Configuration mode

service {
    snmp {
        v3 {
            user username {
                privacy {
                    type type
                }
            }
        }
    }
}

Use this command to define the protocol used to encrypt user traffic.

Use the set form of this command to define the protocol used to encrypt user traffic.

Use the delete form of this command to remove the protocol used to encrypt user traffic.

Use the show form of this command to view the protocol used to encrypt user traffic.