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

load-ballance between two atm

amenash123
Level 1
Level 1

hi

i want to do load-ballance between the two atm and i don't success why?

no service pad

service timestamps debug datetime msec

service timestamps log datetime msec

no service password-encryption

!

hostname Hadraha_Internet

!

boot-start-marker

boot-end-marker

!

enable password fprxct

!

no aaa new-model

!

resource policy

!

mmi polling-interval 60

no mmi auto-configure

no mmi pvc

mmi snmp-timeout 180

ip subnet-zero

ip cef

!

!

no ip dhcp use vrf connected

!

ip dhcp pool lan

network 192.168.2.0 255.255.255.0

default-router 192.168.2.1

dns-server 192.196.202.222 213.8.142.83

!

!

!

!

!

!

interface FastEthernet0/0

ip address 192.168.2.1 255.255.255.0

ip nat inside

duplex auto

speed auto

hold-queue 100 out

!

interface FastEthernet0/1

no ip address

shutdown

duplex auto

speed auto

!

interface ATM0/0/0

no ip address

no atm ilmi-keepalive

dsl operating-mode auto

pvc 8/48

encapsulation aal5mux ppp dialer

dialer pool-member 1

!

!

interface ATM0/1/0

no ip address

no atm ilmi-keepalive

dsl operating-mode auto

pvc 8/48

encapsulation aal5mux ppp dialer

dialer pool-member 1

!

!

interface Dialer0

ip address negotiated

ip nat outside

encapsulation ppp

dialer pool 1

dialer idle-timeout 200000

dialer-group 2

keepalive 11

ppp pap sent-username xxxx password xxxx

!

interface Dialer1

ip address negotiated

ip nat outside

encapsulation ppp

dialer pool 1

dialer-group 1

keepalive 11

ppp pap sent-username xxxx password xxxx

!

router eigrp 1

redistribute connected

passive-interface default

no passive-interface FastEthernet0/0

no passive-interface Dialer1

network 192.168.2.0

network 217.193.234.0

no auto-summary

!

ip classless

!

ip http server

ip nat inside source list 1 interface Dialer1 overload

!

access-list 1 permit 192.168.2.0 0.0.0.255

dialer-list 1 protocol ip permit

dialer-list 2 protocol ip permit

!

control-plane

!

!

line con 0

line aux 0

line vty 0 4

login

!

end

Hadraha_Internet#

6 Replies 6

spremkumar
Level 9
Level 9

hi

From the config you have pasted and from the host name (Hadraha_Internet ) i feel this link is getting connected to your SP thru the dialer interfaces.

In this case you can try the following configuration...

ip nat inside source route-map Connection_1 interface Dialer0 overload

ip nat inside source route-map Connection_2 interface Dialer1 overload

!

access-list 1 permit 192.168.2.0 0.0.0.255

!

route-map Connection_1 permit 10

match ip address 1

match interface Dialer0

!

route-map Connection_2 permit 10

match ip address 1

match interface Dialer1

!

ip route 0.0.0.0 0.0.0.0 Dialer0

ip route 0.0.0.0 0.0.0.0 Dialer1

regds

do i need to remove the eigrp protocol?

hi

If you arent running this protocol with your SP (i dont see any idea behind running eigrp with SP for internet connecitvity) you can always remove that.

But before removing that do revert back whether you are really using eigrp for any purpose over there in your network.

regds

do i need two dialer-list like the following ,one to dialer0 and one to dialer1?

dialer-list 1 protocol ip permit

dialer-list 2 protocol ip permit

Hi

Instead of two dialer-lists you can have only one

dialer-list 1 protocol ip permit

but make sure that you have dialer-group 1 under both the dialer interfaces..

regds

hi

your idea is good , but i have a problem with that configuration becouse that when it's one line fail there will make me lost a half of the packet.

but when i will configure with eigrp it's not occur , the eigrp will pass all the packet through the good link, so you know how i config this with eigrp.

thanks a lot.

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