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 interface

Configures a session limit group name for an interface.

set system session limit group name group-name interface interface-name
delete system session limit group name group-name interface interface-name
group-name
A name for the session limit group.
interface-name

An interface name.

Configuration mode.


system {
        session {
                limit {
                       group {
                               name <group-name> {
                                   interface <interface-name>
                               }
                       }
                }
        }
}

Use this command to create a session limit group name and apply the session limit group name to an interface.

Use the set form of this command to configure a session limit group name.

Use the delete form of this command to remove a session limit group name configuration.