You can configure the receive label silence and EOL timers for LDP-IGP synchronization.
device# configure terminal
device(config)# router mpls
device(config-router-mpls)# ldp
device(config-router-mpls-ldp)# rx-label-silence-time 60000
device(config-router-mpls-ldp)# eol
device(config-router-mpls-ldp-eol)# notification-timer 80000
device(config-router-mpls-ldp-eol)# tx-label-silence-timer 2000
device# show mpls ldp Label Distribution Protocol version 1 LSR ID: 10.1.7.1, using Loopback 1 (deleting it stops LDP) Hello interval: Link 5 sec, Targeted 15 sec Hold time value sent in Hellos: Link 15 sec, Targeted 45 sec Keepalive interval: 6 sec, Hold time multiple: 6 intervals Load sharing: 8 Tunnel metric: 0 FEC used for auto discovered peers: current 129, configured 129 End of lib: Enabled, Notification time: 80000 ms, tx label silence time: 2000ms Rx label silence time: 80000ms Graceful restart: enabled Reconnect time: 120 seconds, Max peer reconnect time: 120 seconds Recovery time: 120 seconds, Max peer recovery time: 120 seconds Forwarding state holding timer: not running Label Withdrawal delay: 60 seconds (Default)
The following example shows the previous steps of the configuration.
device(config)# router mpls device(config-router-mpls)# ldp device(config-router-mpls-ldp)# rx-label-silence-time 30000 device(config-router-mpls-ldp)# eol device(config-router-mpls-ldp-eol)# notification-timer 80000 device(config-router-mpls-ldp-eol)# tx-label-silence-timer 2000