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> auth encrypted-key <passwd>

Defines the encrypted password used to authenticate a user.

set service snmp v3 user username auth encrypted-key passwd
delete service snmp v3 user username auth encrypted-key
show service snmp v3 user username auth encrypted-key
username
The name of an SNMPv3 user.
passwd
The authentication password. Only hexadecimal passwords are allowed.

Configuration mode

service {
    snmp {
        v3 {
            user username {
                auth {
                    encrypted-key passwd
                }
            }
        }
    }
}

Use this command to define the encrypted password used to authenticate a user.

Use the set form of this command to define the encrypted password used to authenticate a user.

Use the delete form of this command to remove the encrypted password used to authenticate a user.

Use the show form of this command to view the encrypted password used to authenticate a user.