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 twamp server user <username> password <pwd>

Configures a username and password for use with authenticated, encrypted, and mixed mode sessions.

set service twamp server user username password pwd
delete service twamp server user username
username
Specifies the username to create.
pwd
Specifies the user account password.

Configuration mode

service {
    twamp { 
        server {
            user username {
                password pwd
            }
        }
    }
}

Use the set form of this command to create a user account for accessing the TWAMP server.

Note: Pressing Return after entering the set service twamp server user username password command, allows you to enter the password without it being shown on the console.

Use the delete form of this command to delete a user account.