cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
804
Views
0
Helpful
6
Replies

Load sharaing between DSL and T1 link on router

egain.com
Level 1
Level 1

hi

i have 2 x T1 terminating on border router cisco 3640 route. (configured using multilink interface). Our IP block is routed on this bundled T1 circuits by At&T.

I want more internet bandwidth.

1.  Can i connect my DSL (on ethernet interface and using static DSL IP) on the same router and confgure two static routes to internet - one to multilink interface and other to ethernet interface (connected to DSL) ?

2. I have many servers using static NAT to external IPs which are routed on T1 circuits. Will it get into issues when communicating to outside? [for example my exchange server, websites etc?

thanks

regards

rakesh

=====

6 Replies 6

cadet alain
VIP Alumni
VIP Alumni

Hi,

1) yes of course you can just configure 2 static default route with same AD one pointing to ethernet next-hop and the other to MLPP interface

as CEF is on by default then load-balancing will be per src-dst ip

2) you'll have to do something like this for static PAT

ip nat inside source static tcp x.x.x.x 80 y.y.y.y extendable

ip nat inside source static tcp x.x.x.x 80 z.z.z.z extendable

where y is for MLPP ip address and z for DSL ip address

if you're doing NAT overload then something like this

access-list 10 permit 10.0.0.0 0.0.0.255

route-map NAT1

match ip address 10

match interface

route-map NAT2

match ip address 10

match interface

ip nat inside source route-map NAT1 pool mypool1 overload

ip nat inside source route-map NAT2 pool mypool2 overload

where mypool1 is for MLPP and mypool2 is for DSL

Regards.

Alain.

Don't forget to rate helpful posts.

Thanks Alain.

I forgot to add one thing. - I already have ASA firewall connected to border router which is doing the NATing on ip block i have on T1 links. So every inside hosts after coming out of firewall has external IP address.

in this case, how ethernet interface (connected to DSL) can handle the internet requests? Can it do PAT again on ethernet interface ?

thanks

regards

rakesh

=====

Hi,

Can you post a diagram. Will your DSL go through the ASA also?

Regards.

Alain.

Don't forget to rate helpful posts.

let me try drawing it here -

                                                                          (NAT all internal)

--users 10.0.0.0---->core switch (4507) ----->  ASA 5520 ----- ----(Border router) == 2 serial interfaces - 2 x T1 externa IP block)

                                                                                                                                     ) === (proposed) 1 ethernet connecting to DSL

- users are connected to core switch (having 10.0.0.0 range IPs) - core switch will forward internet traffic to ASA - ASA is doing all NAT - ASA sends internet traffic to Border router - Border router (at present) has two serial interfaces connected to T1 links.

Thought is to connect ethernet interface of border route  to one of the swith port on DSL router/modem along with static address. (of DSL)

thanks again.

regards


Rakesh

====

Hi,

then don't worry about NAT  as it done on the ASA and the ASA has only one link to border router.

So just connect your ethernet interface and configure a second default static route pointing to your DSL next-hop and it should be good.

Alain.

Don't forget to rate helpful posts.

Ok. thanks Alain. I guess the return traffic will route via T1 links (due to the NATed extenal address is from IP block that is routed on T1 links.

I will try this and let you know how it goes.

thanks.

regards


rakesh

=====

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card