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 encrypted-key <priv-key>

Defines the encrypted key used to encrypt user traffic.

set service snmp v3 user username privacy encrypted-key priv-key
delete service snmp v3 user username privacy encrypted-key
show service snmp v3 user username privacy encrypted-key
username

The name of an SNMPv3 user.

priv-key

The encrypted key. Only hexadecimal keys are supported.

Configuration mode

service {
    snmp {
        v3 {
            user username {
                privacy {
                    encrypted-key priv-key
                }
            }
        }
    }
}

Use this command to specify the encrypted key used to encrypt user traffic.

Use the set form of this command to specify the encrypted key used to encrypt user traffic.

Use the delete form of this command to remove the encrypted key.

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