11-27-2014 01:28 PM - edited 03-07-2019 09:42 PM
Hi Everyone,
Need to confirm my Findings.
I am tracing a Route from Switch at office 1 to switch at office 2.
Office 1 and 2 are connected by GRE tunnel going via Internet
Destination IP is 172.31.27.6
Here is path
Office 1
Switch B----Next hop is 172.16.101.233 Switch C--
When i check the IP 172.16.101.233 on Switch C it is of VRF interface say corp.
So now i did
#sh ip route vrf corp 172.31.27.6
next hop is 10.100.142.2 tunnel11
Office 2
Switch D
sh run int tunnel 11
ip vrf forwarding corp
ip address 10.100.142.2
tunnel source Loopback 11
Need to confirm from Switch D to find the next hop i should use the below command ????
sh ip route vrf corp 172.31.27.6
Regards
MAhesh
Solved! Go to Solution.
11-27-2014 04:39 PM
Mahesh,
Yes that should work. Also another command to show the next hop would be
show ip cef vrf corp 172.31.27.6
11-27-2014 08:08 PM
Hi Mahesh,
Yes, that is the correct command to see the route table for VRF corp.
HTH
Reza
11-27-2014 04:39 PM
Mahesh,
Yes that should work. Also another command to show the next hop would be
show ip cef vrf corp 172.31.27.6
11-27-2014 08:08 PM
Hi Mahesh,
Yes, that is the correct command to see the route table for VRF corp.
HTH
Reza
11-28-2014 07:28 AM
Many thanks Reza
Regards
MAhesh
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide