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

splitting-merging

date_range 20-Nov-23

Syntax

content_copy zoom_out_map
splitting-merging {
    maximum-member-lsps number;
    maximum-signaling-bandwidth bps;
    merging-bandwidth bps;
    minimum-member-lsps number;
    minimum-signaling-bandwidth bps;
    normalization;
    sampling;
    splitting-bandwidth bps;
    splitting-merging-threshold percent;
    no-normalize-same-members; 
}

Hierarchy Level

content_copy zoom_out_map
[edit protocols mpls container-label-switched-path lsp-name] 

Description

Perform splitting and merging.

Options

maximum-member-lsps number

Number of label-switched paths (LSPs) that a container LSP can have as member LSPs at maximum.

  • Default: 1

maximum-signaling-bandwidth bandwidth

Amount of bandwidth in bits per second (bps) that can be signaled for an LSP at maximum after normalization. When maximum-signaling-bandwidth is not configured, the value is derived from the splitting-bandwidth.

When auto-bandwidth adjustment is done between two normalization events, per LSP auto-bandwidth configuration and thresholds are used instead of the splitting-bandwidth.

  • Default: 1 bps

merging-bandwidth bandwidth

Amount of bandwidth in bits per second (bps) that is used for merging during normalization.

  • Default: 1 bps

minimum-member-lsps number

Number of LSPd that a container LSP can have as member LSPs at minimum.

  • Default: 64

minimum-signaling-bandwidth bandwidth

Amount of bandwidth in bits per second (bps) that can be signaled for an LSP at minimum after normalization. When minimum-signaling-bandwidth is not configured, the value is derived from the merging-bandwidth.

When auto-bandwidth adjustment is done between two normalization events, per LSP auto-bandwidth configuration and thresholds are used instead of the merging-bandwidth.

  • Default: 1 bps

splitting-bandwidth bandwidth

Amount of bandwidth in bits per second (bps) that can be used for splitting during normalization.

  • Default: 1 bps

splitting-merging-threshold percent

Percentage changes in aggregate bandwidth relevant for splitting and merging.

  • Default: 0%

no-normalize-same-members

Do not normalize when we are not splitting or merging member LSPs .

If normalization does not need to create or delete any member LSPs, we re-signal the member LSPs with equal bandwidth. Enabling no-normalize-same-members statement, we avoid such normalizations. .

The remaining statements are explained separately. See CLI Explorer.

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 14.2.

Statement introduced for QFX Series switches in Junos OS Release 15.1X53-D30.

footer-navigation