say you have this in your route table:
Gateway of last resort is 10.8.1.1 to network 0.0.0.0
137.135.0.0/16 is variably subnetted, 2 subnets, 2 masks
S 137.135.128.0/24 [1/0] via 10.8.1.1
C 137.135.128.0/23 is directly connected, FastEthernet0/0
10.0.0.0/16 is subnetted, 1 subnets
C 10.8.0.0 is directly connected, FastEthernet0/1
S* 0.0.0.0/0 [1/0] via 10.8.1.1
Now, say you ping the address 137.135.128.209...where would you expect it to go to find that address?
Don't ask...this is a horrible config. I was called in to solve a problem with why one device can't ping another. The more I dug the more I wanted to sell bannanas instead of fixing networks for a living. This routing table is the tip of the iceberg, the list of "what's wrong with this picture" is so long a life sentence looks good.
By the way, in this instance the ping works but it choses the connected route for 137 and I expected it to select the more specific route (the static route with the 24 bit mask)....
Gateway of last resort is 10.8.1.1 to network 0.0.0.0
137.135.0.0/16 is variably subnetted, 2 subnets, 2 masks
S 137.135.128.0/24 [1/0] via 10.8.1.1
C 137.135.128.0/23 is directly connected, FastEthernet0/0
10.0.0.0/16 is subnetted, 1 subnets
C 10.8.0.0 is directly connected, FastEthernet0/1
S* 0.0.0.0/0 [1/0] via 10.8.1.1
Now, say you ping the address 137.135.128.209...where would you expect it to go to find that address?
Don't ask...this is a horrible config. I was called in to solve a problem with why one device can't ping another. The more I dug the more I wanted to sell bannanas instead of fixing networks for a living. This routing table is the tip of the iceberg, the list of "what's wrong with this picture" is so long a life sentence looks good.
By the way, in this instance the ping works but it choses the connected route for 137 and I expected it to select the more specific route (the static route with the 24 bit mask)....