cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
412
Views
0
Helpful
2
Replies

Internet + 4 WAN links

dave.hollings
Level 1
Level 1

I will be configuring a 3640 with an Internet connection on S0 and 4 Wan links to the other offices on s1 - s4 respectively and am confused on what the routing table will be. (Want to use static routing). Can someone please help..

2 Replies 2

okenobi
Level 1
Level 1

1 default route to your isp

4 or more static routes to branches

bhennessey
Level 1
Level 1

ip route 0.0.0.0 0.0.0.0 s0

ip route ipnetwork mask s1 (or ip of next hop)

ip route ipnetwork mask s2 (or ip of next hop)

etc

etc

On each of the remote offices,

ip route 0.0.0.0 0.0.0.0 S# (going back to 3640, or ip addr of 3640 s# port connected to)

ip route x.x.x.x x.x.x.x ethernet port (ip addresses for ethernet routed from 3640)