Workaround: track the actual IP routing status of an interface
In a previous post, I've described how the track interface ip routing command reports incorrect interface state if you use IP Event Dampening feature. To track the actual IP routing readiness of an interface, you could use the following workaround:
- Create a static IP route pointing to the interface you want to test. Make sure this route is not redistributed into any routing protocols.
- Track the reachability of the static route
interface Serial0/1/0
dampening 30
!
ip route 1.0.0.1 255.255.255.255 Serial0/1/0
!
track 1 ip route 1.0.0.1 255.255.255.255 reachability
ip route 1.1.1.1 255.255.255.255 2.2.2.2 track 10