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. Previously configured values are not overwritten. The interface specific configuration overrides the global configuration. Using the no form of the command removes the sub-set of the configured threshold values.
Complete the following steps using the rsvp-flooding-threshold command at the MPLS interface level to set the reserved bandwidth threshold.
device# configure
device(config)# router mpls
device(config-router-mpls)# mpls-interface ethernet 0/1
device(config-mpls-if-eth-0/1)# rsvp
device(config-mpls-if-eth-0/1-rsvp)# rsvp-flooding-threshold up 10 20 30 40 50 55 60 65 70 85 90 92 93 94 95 96 97 98 99 100
device(config-mpls-if-eth-0/1-rsvp)# rsvp-flooding-threshold down 99 98 97 96 95 94 93 92 91 90 85 80 75 70 65 60 55 50 40 30 20 10
the following example shows how to set the reserved bandwidth threshold at the interface level.
device# configure device(config)# router mpls device(config-mpls)# mpls-interface ethernet 0/1 device(config-mpls-if-eth-0/1)# rsvp device(config-mpls-if-eth-0/1-rsvp)# rsvp-flooding-threshold up 10 20 30 40 50 55 60 65 70 85 90 92 93 94 95 96 97 98 99 100 device(config-mpls-if-eth-0/1-rsvp)# rsvp-flooding-threshold down 99 98 97 96 95 94 93 92 91 90 85 80 75 70 65 60 55 50 40 30 20 10 device(config-mpls-if-eth-0/1-rsvp)#
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, and 10.
device# configure device(config)# router mpls device(config-mpls)# mpls-interface ethernet 0/1 device(config-mpls-if-eth-0/1)# rsvp device(config-mpls-if-eth-0/1-rsvp)# rsvp-flooding-threshold up 10 50 55 95 device(config-mpls-if-eth-0/1-rsvp)# rsvp-flooding-threshold up 96 97 98 99 100 device(config-mpls-if-eth-0/1-rsvp)# rsvp-flooding-threshold down 50 40 device(config-mpls-if-eth-0/1-rsvp)# rsvp-flooding-threshold down 30 20 10