cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1770
Views
0
Helpful
3
Replies

Tracing a Route going via VRF Routers

mahesh18
Level 6
Level 6

 

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

2 Accepted Solutions

Accepted Solutions

dimzaaaaa
Level 1
Level 1

Mahesh, 

Yes that should work. Also another command to show the next hop would be 

show ip cef vrf corp 172.31.27.6

View solution in original post

Reza Sharifi
Hall of Fame
Hall of Fame

Hi Mahesh,

Yes, that is the correct command to see the route table for VRF corp.

HTH

Reza

View solution in original post

3 Replies 3

dimzaaaaa
Level 1
Level 1

Mahesh, 

Yes that should work. Also another command to show the next hop would be 

show ip cef vrf corp 172.31.27.6

Reza Sharifi
Hall of Fame
Hall of Fame

Hi Mahesh,

Yes, that is the correct command to see the route table for VRF corp.

HTH

Reza

Many thanks Reza

 

Regards

MAhesh