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

Defines the protocol used for user authentication.

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

The system uses MD5.

username

The name of an SNMPv3 user.

type
The protocol used for user authentication. The protocol is as follows:
md5
Message Digest 5 (MD5) authentication.
sha
Secure Hash Algorithm (SHA) authentication.

The default protocol is md5.

Configuration mode

Use this command to define the protocol used for user authentication.

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

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

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

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