I have a CISCO 5509 which supports a number of Vlans and frame relay circuits. I recently added a CISCO 1700 with a frame relay circuit.
1700 FastEthernet0 configuration contains the following
ip address 172.16.20.100 255.255.255.0
ip route 63.123.123.0 255.255.255.0 Serial0.1
where 172.16.20.100 is in the address space of my local Vlan
To route via the 5509 in place of the internet I added the following IP Route command to the 5509:
ip route 63.123.123.0 255.255.255.0 172.16.20.100
This worked like a charm, but had the unexpected effect that internet sites with addresses starting 63.xxx.xxx.xxx were no longer accessible. Tracert showed a response of "destination host unreachable" from the default gateway.
Why?
Here is an extract from the show ip route on the 5509:
show ip route
Gateway of last resort is 172.16.30.100 to network 0.0.0.0
63.0.0.0/24 is subnetted, 1 subnets
63.123.123.0 [1/0] via 172.16.20.100
0.0.0.0/0 [1/0] via 172.16.30.100
1700 FastEthernet0 configuration contains the following
ip address 172.16.20.100 255.255.255.0
ip route 63.123.123.0 255.255.255.0 Serial0.1
where 172.16.20.100 is in the address space of my local Vlan
To route via the 5509 in place of the internet I added the following IP Route command to the 5509:
ip route 63.123.123.0 255.255.255.0 172.16.20.100
This worked like a charm, but had the unexpected effect that internet sites with addresses starting 63.xxx.xxx.xxx were no longer accessible. Tracert showed a response of "destination host unreachable" from the default gateway.
Why?
Here is an extract from the show ip route on the 5509:
show ip route
Gateway of last resort is 172.16.30.100 to network 0.0.0.0
63.0.0.0/24 is subnetted, 1 subnets
63.123.123.0 [1/0] via 172.16.20.100
0.0.0.0/0 [1/0] via 172.16.30.100