underflow-limit

Sets the underflow-limit to the input value.

Syntax

underflow-limit value
no underflow-limit

Command Default

The default is set to zero (0), meaning there is no premature adjustment because of underflow.

Parameters

value
The selected number of consecutive samples that have to be below the threshold to trigger a premature adjustment.

Modes

MPLS sub-configuration modes

config-mpls-autobw-template-template1

config-mpls-lsp-lsp1

Usage Guidelines

The no function of the command sets the underflow-limit back to the default 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 configures the underflow-limit in auto-bandwidth template1 to 10.

device>configure
device(config)# router mpls
device(config-router-mpls)# autobw-template template1
device(config-router-mpls-autobw-template-template1)# underflow-limit 10

The following example configures the underflow-limit for LSP1 to 10.

device>configure
device(config)# router mpls
device(config-router-mpls)# lsp lsp1
device(config-router-mpls-lsp-lsp1)# autobw
device(config-router-mpls-lsp-lsp1-autobw)# underflow-limit 10