08-08-2013 01:23 PM - edited 03-07-2019 02:49 PM
Hi Everyone,
From switch i am tracing destination route.
When i do traceroute it shows
traceroute 192.168.100.188
Type escape sequence to abort.
Tracing the route to 192.168.100.188
VRF info: (vrf in name/id, vrf out name/id)
1 192.168.100.188 0 msec 0 msec 0 msec
When i do ping to IP it shows it learned it via vlan 100.
When i do sh ip vrf int it does not show vlan 100.
But source vlan has vrf.
What should i check next?
Thanks
Mahesh
Message was edited by: mahesh parmar
Solved! Go to Solution.
08-08-2013 11:35 PM
Hi Mahesh,
Yes you are right. The interface X is a part of the VRF RC. And to check the destination IP you can use the command sh ip ro vrf RC.
***********Plz do rate this post if you find it helpful*************************
Thanks & Regards,
Vignesh R P
08-09-2013 05:35 AM
Hi Mahesh,
To check the destination IP should i run this command
Yes, when you create a vrf you need to add the name of the vrf in the show commands. For example:
if you issue "sh ip route" this will show you all the interfaces, vlans, routes in global routing table. If you want to see routes, vlans, etc.. in a specific vrf then you issue this command:
sh ip route vrf RC
HTH
Reza
08-08-2013 06:02 PM
Hi Mahesh,
Can you post "sh run" from the switch?
Do you have any VRFs configured on the switch?
HTH
Reza
08-08-2013 07:41 PM
Hi Reza,
Unfortunately i can not put sh run here.
Yes we do have vrf on switch.
Source SVI is on this Switch.I am tracing destination from this switch.
Say source svi is x .
when i do sh ip vrf int then it shows me the
interface IP VRF
x 192.168.x.x RC
Does this mean that this vlan is using VRF right?
To check the destination IP should i run this command
SW1# sh ip route vrf RC ?
Regards
MAhesh
08-08-2013 11:35 PM
Hi Mahesh,
Yes you are right. The interface X is a part of the VRF RC. And to check the destination IP you can use the command sh ip ro vrf RC.
***********Plz do rate this post if you find it helpful*************************
Thanks & Regards,
Vignesh R P
08-09-2013 05:35 AM
Hi Mahesh,
To check the destination IP should i run this command
Yes, when you create a vrf you need to add the name of the vrf in the show commands. For example:
if you issue "sh ip route" this will show you all the interfaces, vlans, routes in global routing table. If you want to see routes, vlans, etc.. in a specific vrf then you issue this command:
sh ip route vrf RC
HTH
Reza
08-09-2013 08:38 AM
Hi Reza & Vignesh,
Many thanks for replying to my questions.
Best 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