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 mode <authentication-mode>

Disables a client authentication mode.

set service twamp server mode authentication-mode
delete service twamp server mode authentication-mode

By default, the following modes are enabled: unauthenticated, authenticated, encrypted, and mixed.

authentication-mode
One of the following TWAMP authentication modes:
  • no-authenticated —Disables support for authenticated sessions.
  • no-encrypted —Disables support for encrypted sessions.
  • no-mixed —Disables support for mixed mode sessions.
  • no-unauthenticated —Disables support for unauthenticated sessions.

Configuration mode

service {
    twamp { 
        server {
            mode authentication-mode
        }
    }
}

Use the set form of this command to disable a client-authentication mode.

Use the delete form of this command to enable a client-authentication mode.