To enable or disable the record route option, 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)# record enable
device(config-router-mpls-if-ethernet-0/8-dynamic-bypass)# record disable
The following example combines the steps above to enable or disable the record route command.
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)# record enable -or- device(config-router-mpls-if-ethernet-0/8-dynamic-bypass)# record disable