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 maximum-connections <count>

Specifies the maximum number of control sessions for each TWAMP server.

set service twamp server maximum-connections count
delete service twamp server maximum-connections count

16.

count
Maximum number of control sessions for each TWAMP server. The count ranges from 1 through 64.

Configuration mode


service {
    twamp { 
        server {
            maximum-connections count
        }
    }
}

Use the set form of this command to specify the maximum number of control sessions for each TWAMP server.

Use the delete form of this command to reset the maximum number of control sessions to the default count, which is 16.