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 limit group name rule protocol

Configures a rule set with a protocol for a session limit group.

set system session limit group name group-name rule rule-number protocol protocol-name
delete system session limit group name group-name rule rule-number protocol protocol-name
group-name
A name for the session limit group.
rule-number

A number for the rule.

protocol-name

A name of a protocol.

Configuration mode.


system {
      session {
              limit {
                       group {
                               name <group-name> {
                                       rule <rule-number> {
                                               protocol <protocol-name>
                                               } 
                               }
                       }
                }
        }
}

Use the set form of this command to configure a rule set with a protocol for a session limit group.

Use the delete form of this command to remove a rule set with a protocol from a session limit group configuration.