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 client-list <ip-address>

Adds a client in a specified network to the list of clients that can connect to the TWAMP server in the unauthenticated mode.

set service twamp server client-list ip-address
delete service twamp server client-list ip-address
ip-address
IPv4 or IPv6 IP address of the system to add to the list of clients that can connect to the server. To specify multiple systems, use a subnet range.

Configuration mode

service {
    twamp { 
        server {
            client-list ip-address
        }
    }
}

By default, any client can connect to the server. However, after you configure a client list, only those clients in the list can connect in the unauthenticated mode. Clients that are not in this list can connect to the server in the authenticated, encrypted, or mixed mode.

Use the set form of this command to add a client to the list of clients that can connect to the server in the unauthenticated mode. You can use this form multiple times to add multiple clients to the list.

Use the delete form of this command to delete a client from the list.