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 timeout custom rule rule-number destination

Specifies destination parameters for custom session timeout.

set system session timeout custom rule rule-number destination { address address | port port-number }
delete system session timeout custom rule rule-number
show system session timeout custom rule rule-number
rule-number
Number to identify the custom rule. The rules are evaluated in numeric order. The first match is used to apply the timeout value.
address
Destination IP address, subnet, or address group.
port
Destination port or port group.

Configuration mode


system {
    session {
       timeout {
          custom {             
            rule rule-number {
               destination {
                 address address
                 port port
                 }
             }    
          } 
       }
   }
}

Use this command to specify custom destination parameters for session timeouts.

Use the set form of this command to specify custom parameters.

Use the delete form of this command to remove custom settings.

Use the show form of this command to view the current settings.