01-01-2003 08:40 PM - edited 03-02-2019 03:52 AM
Hi,
I am using Cisco 3620 router with 2 10/100 interface. "Interface 1" is connected to a Wireless AP and "Interface 2" is 10/100 interface is connected to my uplink service provider's router via Cat5 cable.
I configure a few secondary IP addresses at "interface 1"
Headend router:
Interface Fa 1
ip address 203.1.12.1 255.255.255.240
ip address 203.1.12.61 255.255.255.252 secondary
ip address 203.1.12.65 255.255.255.252 secondary
!
At the remote site:
I have my customer's Cisco 1721 router with 2 ethernet ports. "Interface 1" to wireless CPE and "Interface 2" connected to their firewall using cross cable. So, their external interface is "203.1.12.62/255.255.255.252". Their IOS is 11.2
My client's router has no problem to "ping" 203.1.12.61, but, if I use normal "ping" from my headend router to "203.1.12.62", it failed. However, if I extended "ping" from the headend router to "203.1.12.62", I manage to get the reponse.
I don't encounter this problem if the IOS is 12.0 and above. Can I know this happen? Is it something to do with the IOS ?
Solved! Go to Solution.
01-02-2003 06:40 AM
Depending on how the routing tables are built, you should check whether ip classless is enabled. This feature was disabled by default in older IOS versions.
ip classless enables routing to the best matching supernet route. Without it, the dest-subnet has to be in the routing table explicitly, or the packet is discarded.
This could be an issue in your case, as you are routing in 203.1.12.x with different subnets
01-02-2003 12:30 AM
Hi,
Most probably with IOS. Try to "debug ip icmp" both ends to see what's happening to not reply with normal ping.
Regards..
Ashok.
01-02-2003 06:24 AM
When you do an extended ping, what source address do you use? When you do a 'normal' ping the router may be using 203.1.12.1 If the router on the other end does not know the route back to 203.1.12.1 it can't reply. Look in the route forwarding table for that subnet. When you do an extended ping, if you use 203.1.12.61 as the source, the router on the other end can reply because it knows where that subnet is. That is my best guess without seeing the rest of the configs.
01-02-2003 06:40 AM
Depending on how the routing tables are built, you should check whether ip classless is enabled. This feature was disabled by default in older IOS versions.
ip classless enables routing to the best matching supernet route. Without it, the dest-subnet has to be in the routing table explicitly, or the packet is discarded.
This could be an issue in your case, as you are routing in 203.1.12.x with different subnets
01-12-2003 03:05 AM
Hi sir,
Yes. You are right. Thank you very much.
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