Command Verification
Use the following command to verify if the configuration is committed. The following sample configuration shows tracker definition
for a static route tracker and it's application to an IPv4 static route:
Device# show running-config system tracker
system
tracker tracker1
endpoint-ip 10.1.1.1
interval 60
multiplier 5
tracker-type static-route
tracker tracker2
endpoint-ip 10.1.1.12
interval 40
multiplier 2
tracker-type static-route
Use the following command to verify the IPv4 route:
Device# show running-config vpn 1 ip route
vpn 1
ip route 10.20.30.0/24 10.20.30.1
ip route 192.168.2.0/16 10.20.24.16 100
ip route 192.168.2.0/16 10.20.24.17 tracker tracker1
!
The following is a sample output from the show tracker static-route command displaying individual static route tracker status:
Device# show tracker static-route
TRACKER RTT IN
NAME VPN STATUS MSEC
--------------------------------
tcp-10001 1 UP 0
udp-10002 1 UP 0
The following is a sample output from the show tracker static-route-group command displaying tracker group status:
Device# show tracker static-route-group
TRACKER TRACKER TRACKER
ELEMENT ELEMENT ELEMENT
TRACKER NAME VPN BOOLEAN STATUS NAME STATUS RTT
----------------------------------------------------------------------------------
group-tcp-10001-udp-10002 1 and UP tcp-10001 UP 0
udp-10002 UP 0
The following is a sample output from the show ip route static command:
Device# show ip route static
Codes Proto-sub-type:
IA -> ospf-intra-area, IE -> ospf-inter-area,
E1 -> ospf-external1, E2 -> ospf-external2,
N1 -> ospf-nssa-external1, N2 -> ospf-nssa-external2,
e -> bgp-external, i -> bgp-internal
Codes Status flags:
F -> fib, S -> selected, I -> inactive,
B -> blackhole, R -> recursive, L -> import
PROTOCOL NEXTHOP NEXTHOP NEXTHOP
VPN PREFIX PROTOCOL SUB TYPE IF NAME ADDR VPN TLOC IP COLOR ENCAP STATUS
----------------------------------------------------------------------------------------------------------
1 192.168.2.0/16 STATIC - ge0/4 10.20.24.17 - - - - F,S
1 192.168.2.0/16 STATIC - ge0/4 10.20.24.16 - - - - F,S