10-09-2010 04:57 PM - edited 03-06-2019 01:25 PM
Solved! Go to Solution.
10-09-2010 05:04 PM
I would suspect that R2 dosn't have a route back to SW1. If you exectute a 'show ip route 192.168.1.1' on R2 do you see a next hop of 10.10.6.254?
Chris
10-09-2010 05:04 PM
I would suspect that R2 dosn't have a route back to SW1. If you exectute a 'show ip route 192.168.1.1' on R2 do you see a next hop of 10.10.6.254?
Chris
10-09-2010 05:47 PM
Hi,
Thanks for pointing that out.
Till the time I could check that,
Is there any way to look into switch(any debug command) to ensure that the routing from VLAN 192.168.1.0 to the subnet (10.10.6.0/24) connected on routed port happens when ping command(to 10.10.6.1) from PC initiated?
Regards,
Sandip
10-09-2010 09:13 PM
A 'show ip route 10.10.6.1' should reveal the egress interface. I'm fond of netflow but that feature isn't supported on the 3750.
You could use a 'debup ip packet' with an ACL. something like this:
access-list 1 permit 10.10.6.1
debug ip packet 1 detail
Keep in mind this will only evaluate packets originated or destined to the network device; not traffic passing through the device. This command is very useful in a lab and is conducive to learning. This command is dangerous in production and can crash a network device.
Chris
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