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

session-group

date_range 20-Nov-23

Syntax

content_copy zoom_out_map
session-group name {
    authentication-algorithm (aes-128-cmac-96 | hmac-sha-1-96 | md5);
    authentication-key authentication-key;
    authentication-key-chain authentication-key-chain;
    downstream-on-demand;
    (mtu-discovery | no-mtu-discovery);
    transport-address transport-address;
}

Hierarchy Level

content_copy zoom_out_map
[edit logical-systems name protocols ldp],
[edit logical-systems name routing-instances name protocols ldp],
[edit protocols ldp],
[edit routing-instances name protocols ldp]

Description

Specify the prefix address of the aggregated group of LDP neighbors for the remote end of the LDP session.

The session-group statement is useful when an LDP neighbor is dynamic; for instance, in the case of remote loop free alternate (LFA), a targeted or indirect LDP neighbor is automatically picked from any of the nodes in the network.

The session-group statement can also be used for configuring authentication for a prefix group, as LDP authentication for all sessions or authentication at the interface level is not supported.

The remaining statements are explained separately. See CLI Explorer.

Options

name

Session destination address or prefix length.

authentication-algorithm

Authentication algorithm name.

  • Values:

    • aes-128-cmac-96—Cipher-based Message Authentication Code (AES128) (96 bits)

    • hmac-sha-1-96—Hash-based Message Authentication Code (SHA1) (96 bits)

    • md5—Message Digest 5

      Note:

      MD5 authentication algorithm is supported in both Junos OS and Junos OS Evolved Releases. Whereas, aes-128-cmac-96 and hmac-sha-1-96 algorithms are not supported in Junos OS Evolved Releases

authentication-key

MD5 authentication key.

authentication-key-chain

Authentication key chain name. Authentication key chain option is not supported in Junos OS Evolved Releases.

downstream-on-demand

Configure downstream on demand label distribution mode.

mtu-discovery | no-mtu-discovery

Enable and disable TCP path MTU discovery, respectively.

transport-address transport-address

IP address used for TCP sessions to the LDP neighbors that have targeted-LDP adjacencies, and fall under the same IP subnet.

You cannot configure this statement for LDP sessions that have discovered adjacencies.

The transport-address configuration can be rejected at the time of validation, if there is no interface with the configured IP address.

Required Privilege Level

routing—To view this statement in the configuration.

routing-control—To add this statement to the configuration.

Release Information

Statement introduced in Junos OS Release 16.1.

transport-address option introduced in Junos OS Releasse 19.1R1 for all platforms.

Starting in Junos OS Evolved 22.1R1 Release, MD5 authentication algorithm is supported for all platforms.

footer-navigation