To set RSVP-TE flooding thresholds at the global configuration level, complete the following steps.
device>enable device# configure terminal
device(config)# router mpls
device(config-mpls)# policy
device(config-mpls-policy)# 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-policy)# 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 rsvp-flooding-threshold command can be executed multiple times in the policy mode; the threshold values are added to the existing set of global threshold values. The previously configured values are not overwritten.
The following example shows the threshold configurations be executed globally.
device>enable device#configure terminal device(config)# router mpls device(config-mpls)# policy device(config-mpls-policy)# 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-policy)# 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
In the following example, the UP threshold contains 10, 50, 55, 95, 96, 97, 98, 99, and 100. The DOWN threshold contains 50, 40, 30, 20, and 10.
device>enable device# configure terminal device(config)# router mpls device(config-mpls)# policy device(config-mpls-policy)# rsvp-flooding-threshold up 10 50 55 95 96 device(config-mpls-policy)# rsvp-flooding-threshold up 97 98 99 100 device(config-mpls-policy)# rsvp-flooding-threshold down 50 40 30 device(config-mpls-policy)# rsvp-flooding-threshold down 20 10 device(config-mpls-policy)#