The rsvp-flooding-threshold command can be executed multiple times for the same interface. The threshold values are added to the existing set of values for the interface.
The command is disabled, by default.
The down option sets the thresholds for decreased resource availability. Valid values are from 0 to 99. The default values for down is 100, 99, 98, 97, 96, 95, 90, 85, 80, 75, 60, 45, 30, 15.
The "*" represents multiple percent values can be given. A minimum one percentage value is required.The up option sets the thresholds for increased resource availability. Valid values are from 1 to 100. The default values for up is 15, 30, 45, 60, 75, 80, 85, 90, 95, 97, 98, 99, 100.
The "*" represents multiple percent values can be given. A minimum one percentage value is required.MPLS policy mode.
The no form of the command removes the RSVP TE flooding threshold configuration.
Previously configured values are not overwritten. The interface specific configuration overrides the global configuration.
MPLS is supported only on devices based on the DNX chipset family. For a list of such devices, see "Supported Hardware".
In the following example, the UP thresholds contain 10, 50, 55, 95, 96, 97, 98, and 100. The DOWN thresholds contain 50, 40, 30, 20, and10.
device# configure device(config)# router mpls device(config-router-mpls)# mpls-interface ethernet 0/1 device(config-router-mpls-if-eth-0/1)# rsvp-flooding-threshold up 10 50 55 95 device(config-router-mpls-if-eth-0/1)# rsvp-flooding-threshold up 96 97 98 99 100 device(config-router-mpls-if-eth-0/1)# rsvp-flooding-threshold down 50 40 device(config-router-mpls-if-eth-0/1)# rsvp-flooding-threshold down 30 20 10