A PLR may have 'M' number of merge points with respect to a protected LSPs. There may be 'N' number of protected LSPs riding on an interface with dynamic bypass enabled. Max-bypasses configurations limits the maximum number of dynamic bypass LSPs to each merge point.
When the max-bypasses-per-mp limit changes to a value which is less than the current active number of dynamic-bypasses-per-mp, then the limit changes to the new value and is in use for the next new creations. Existing dynamic bypasses exceeding this number do not delete.
To set the maximum number of dynamic bypass LSPs per merge point, complete the following steps.
device>configure
device(config)# router mpls
device(config-router-mpls)# mpls-interface ethernet 0/8
device(config-router-mpls-if-ethernet-0/8)# dynamic-bypass
device(config-router-mpls-if-ethernet-0/8-dynamic-bypass)# max-bypasses-per-mp 5
The following example combines the steps above to set the maximum number of dynamic bypasses per merge point to five (5 ).
device>configure device(config)# router mpls device(config-router-mpls)# mpls-interface ethernet 0/8 device(config-router-mpls-if-ethernet-0/8)# dynamic-bypass device(config-router-mpls-if-ethernet-0/8-dynamic-bypass)# max-bypasses-per-mp 5