Hi,
I'm trying to configure a conditional static route within a VRF but it doesn't seem to work. Here's what I want:
track 1 ip route 10.0.0.210 255.255.255.252 reachability
ip vrf VRF1
!
ip route vrf VRF1 192.168.1.2 255.255.255.255 10.0.0.209 track 1
But what keeps happening is this:
ip route vrf VRF1 192.168.1.2 255.255.255.255 10.0.0.209 global track 1
The static route gets added as a global instead.
How can I do a tracked static route within a VRF?
Casey
EDIT: Sup720, 12.2.33SXH