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.

system session table-size <size>

Sets the maximum size of the connection-tracking table.

set system session table-size number
delete system session table-size
show system session table-size

1,048,576

number
The maximum number of entries allowed in the connection-tracking table. The number ranges from 1 to 100000000.

Configuration mode


system {
   session {
      table-size number {
      }  
   } 
}

Use the set form of this command to set the maximum size of the connection-tracking table.

Use the delete form of this command to restore the default size of the connection-tracking table.

Use the show form of this command to display the table size.

When you configure connection synchronization on a vRouter, the maximum number of session entries that you can configure is 200000 when the system memory is 4G, or 100000 entries when the system memory is 2G.