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 expire

Specifies custom session expiration time.

set system session timeout custom rule rule-number expire time
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.
time
Interval after which the session expires (1-21474836 seconds).

Configuration mode


system {
    session {
       timeout {
          custom {             
            rule rule-number {
                 expire time
             }    
          } 
       }
   }
}

Use this command to specify custom session expiration time.

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.