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 protocol

Specifies the protocol to match for custom session timeout.

set system session timeout custom rule rule-number protocol string
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.
string
Protocol to match (alphanumeric string).

Configuration mode


system {
    session {
       timeout {
          custom {             
            rule rule-number {
                 protocol string
             }    
          } 
       }
   }
}

Use this command to specify a protocol to match for custom session timeout.

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.