03-13-2015 08:51 AM - edited 03-07-2019 11:04 PM
I am looking for some guidance. I do not know what to do in this situation and how to do it. I need to route traffic internally going to 10.x.x.x to two external ip addresses and subnets. Anyone have any step buy step configuration methods on how to do this? I have cisco 2811 devices
03-17-2015 08:09 AM
Okay you added this route to your router -
172.16.24.0 255.255.248.0 10.0.0.243
this covers 172.16.28.2 so I can't see what else you can do on the router.
Can you post a "sh ip route" from your router ?
And what is the subnet mask for 10.0.0.58 and 10.0.0.243 ?
Jon
03-17-2015 08:13 AM
correct I added that to the router. And the mask for 10.0.0.243 and 58 is 255.255.255.0
D EX 192.168.12.0/24 [170/30720] via 10.0.100.101, 11:53:55, FastEthernet0/0
170.209.0.0/32 is subnetted, 2 subnets
S 170.209.0.3 [1/0] via 10.0.0.246
S 170.209.0.2 [1/0] via 10.0.0.246
D EX 192.168.13.0/24 [170/30720] via 10.0.100.101, 11:53:55, FastEthernet0/0
206.123.251.0/32 is subnetted, 1 subnets
S 206.123.251.234 [1/0] via 10.0.0.246
172.16.0.0/16 is variably subnetted, 2 subnets, 2 masks
S 172.16.24.0/29 [1/0] via 10.0.0.243
S 172.16.1.0/24 [1/0] via 10.0.0.246
D EX 192.168.11.0/24 [170/30720] via 10.0.100.101, 11:53:55, FastEthernet0/0
S 192.168.244.0/24 [1/0] via 10.0.0.243
S 192.168.21.0/24 [1/0] via 10.0.0.246
208.75.4.0/24 is variably subnetted, 2 subnets, 2 masks
S 208.75.4.144/29 [1/0] via 10.0.0.231
S 208.75.4.0/24 [1/0] via 10.0.0.231
10.0.0.0/8 is variably subnetted, 8 subnets, 2 masks
D 10.0.2.0/24 [90/30720] via 10.0.100.102, 11:53:58, FastEthernet0/0
C 10.0.0.0/24 is directly connected, FastEthernet0/1
D 10.0.1.0/24 [90/30720] via 10.0.100.101, 11:53:59, FastEthernet0/0
D 10.0.6.0/24 [90/30720] via 10.0.100.106, 11:53:59, FastEthernet0/0
D 10.0.7.0/24 [90/30720] via 10.0.100.107, 11:54:02, FastEthernet0/0
D 10.0.4.0/24 [90/30720] via 10.0.100.104, 11:54:03, FastEthernet0/0
C 10.0.100.0/24 is directly connected, FastEthernet0/0
S 10.96.200.87/32 [1/0] via 10.0.0.231
S 192.168.23.0/24 [1/0] via 10.0.0.246
S 192.168.22.0/24 [1/0] via 10.0.0.246
S 192.168.1.0/24 [1/0] via 10.0.0.246
S 192.168.2.0/24 [1/0] via 10.0.0.246
192.152.100.0/32 is subnetted, 2 subnets
S 192.152.100.106 [1/0] via 10.0.0.230
S 192.152.100.99 [1/0] via 10.0.0.230
S 192.168.3.0/24 [1/0] via 10.0.0.246
S* 0.0.0.0/0 [1/0] via 10.0.0.246
03-17-2015 08:16 AM
You have entered the static incorrectly. You have put -
ip route 172.16.24.0 255.255.255.248 10.0.0.243
and it should be -
ip route 172.16.24.0 255.255.248.0 10.0.0.243
notice the difference in the subnet mask.
Jon
03-17-2015 08:42 AM
Great that worked.
I have branch offices that I added those routes to as well.
I did a tracert at a branch office to 172.16.24.2
and the tracert reaches the main office then the vpn interface of 243 and stops there. Any ideas?
03-17-2015 08:49 AM
The traceroute might well stop at the VPN device depending on how the vendor has configured it.
If it is still not working then it is time to go back to the vendor because your routing is working now.
Jon
04-10-2015 01:52 PM
We added this route to the routers
route ip 172.16.24.0 255.255.248.0 10.0.100.10
route ip 192.168.244.0 255.255.255.0 10.0.100.100
I wanted to add an alternative route to those routers in case something happen to our production line. I want to add these routes below. How can I do this in case those primary lines go down.
a.route ip 172.16.24.0 255.255.248.0 10.0.1.243
b.route ip 192.168.224.0 255.255.255.0 10.0.1.243
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