adjustment-interval

There are two mechanisms of configuring LSP level parameters. The direct configuration and template-based configuration.

Syntax

adjustment-interval value
no adjustment-interval value

Command Default

The adjustment-interval is disabled.

Parameters

value
Specifies the time interval after which the LSP bandwidth must be adjusted. The range is from 300 through 259200 seconds (30 days). The default value is 86400 seconds (one day).

Modes

MPLS LSP configuration mode.

Usage Guidelines

The no option disables the auto-bandwidth for the LSP. The bandwidth immediately is set back to the traffic-engineering configured value.

MPLS is supported only on devices based on the DNX chipset family. For a list of such devices, see "Supported Hardware".

Examples

The following example sets the bandwidth reallocation interval to 86400 seconds for LSP xyz.

device>enable
device# configure terminal
device(config)# router mpls
device(config-mpls)# lsp xyz
device(config-mpls-lsp-xyz)# auto-bandwidth
device(config-mpls-lsp-xyz-auto-bandwidth)# adjustment-interval 86400