Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

show services l2tp session-limit-group

date_range 09-Dec-23

Syntax

content_copy zoom_out_map
show services l2tp session-limit-group
<limit-group-name>

Description

Display information about all session-limit groups or a specific session limit group.

Options

limit-group-name

(Optional) Name of a session-limit group.

Required Privilege Level

view

Output Fields

Table 1 lists the output fields for the show services l2tp session-limit-group command. Output fields are listed in the approximate order in which they appear.

Table 1: show services l2tp session-limit-group Output Fields

Field Name

Field Description

Session-limit-group

Name of a session-limit group.

Tunnels

Number of tunnels associated with the session-limit group in the tunnel group.

Sessions

Number of L2TP sessions established for session-limit group.

Maximum limit

Maximum number of sessions allowed for the session-limit group.

Sample Output

show services l2tp session-limit-group

content_copy zoom_out_map
user@host> show services l2tp session-limit-group

Session-limit-group     Tunnels       Sessions       Maximum limit
enterpriseA             2             10             1000
enterpriseB             10            120            2000

show services l2tp session-limit-group (Limit Group Name)

content_copy zoom_out_map
user@host> show services l2tp session-limit-group enterpriseA

Session-limit-group     Tunnels       Sessions       Maximum limit
enterpriseA             2             10             1000

Release Information

Command introduced in Junos OS Release 16.1.

footer-navigation