Soft-preemption Cleanup-timer

  1. Configure the device.
    device# configure
    
  2. Enable the MPLS router.
    device(config)# router mpls
  3. Enter the policy parameters.
    device(config-router-mpls)# policy
  4. Configure the policy parameters.
    device(config-router-mpls-policy)# soft-preemption cleanup-timer 30

Example

The following example shows setting the soft-preemption timer to 30.

device# configure 
device(config)# router mpls
device(config-router-mpls)# policy
device(config-router-mpls-policy)# soft-preemption cleanup-timer 30