Hi
I want to see the following packet in a switch debug command.
But it didn't work.
Communication between devices is good.
case 1
192.168.50.2 -> 192.168.50.1
192.168.60.2 -> 192.168.60.1
At this time the ICMP debugs were collected successfully.
Case-2
192.168.50.2 -> 192.168.50.3
192.168.50.2 -> 192.168.60.2
At this time, no debug came up.
I would like to know what kind of action is necessary to debug Case-2.
These are the steps I have taken.
access-list 101 permit ip 192.168.50.0 0.0.0.255 192.168.60.0 0.0.0.255 log
debug ip packet 101
debug ip routing 101
debug ip icmp
debug ip routing detail
debug ip packet detail
Thank you.