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

how to configure 4 EHWIC-VA-DSL-A with waas express version 2

Ahmed Ismail
Level 1
Level 1

Dear All 

i have cisco router 2901 with 4 wic EHWIC-VA-DSL-A  and 4 pppoe line from different isp  each line 8 MB 

so i want aggregation all to have 8 x4 = 32 MB total bandwidth 

the problem how config 4 dialer  to share traffic to all dialers

and how config nat for all

and another question is waas express must register with waas Central manager

is this config is right............................


ip cef
no ipv6 cef
!
track 1 interface ATM0/0/0.1 line-protocol
!
track 2 interface ATM0/1/0.1 line-protocol

track 3 interface ATM0/2/0.1 line-protocol

track 4 interface ATM0/3/0.1 line-protocol


interface ATM0/0/0
no ip address
ip nat outside
no ip virtual-reassembly in
ip tcp adjust-mss 1400
no atm ilmi-keepalive
ip load-sharing per-packet


interface ATM0/0/0.1 point-to-point
description Wan1
ip virtual-reassembly in
no ip virtual-reassembly out
waas enable
pvc 8/35
pppoe-client dial-pool-number 1

interface ATM0/1/0
no ip address
ip nat outside
no ip virtual-reassembly in
ip tcp adjust-mss 1400
no atm ilmi-keepalive
ip load-sharing per-packet


interface ATM0/1/0.1 point-to-point
description Wan2
ip virtual-reassembly in
no ip virtual-reassembly out
waas enable
pvc 8/35
pppoe-client dial-pool-number 2

interface ATM0/2/0
no ip address
ip nat outside
no ip virtual-reassembly in
ip tcp adjust-mss 1400
no atm ilmi-keepalive
ip load-sharing per-packet


interface ATM0/2/0.1 point-to-point
description Wan3
ip virtual-reassembly in
no ip virtual-reassembly out
waas enable
pvc 8/35
pppoe-client dial-pool-number 3


interface ATM0/3/0
no ip address
ip nat outside
no ip virtual-reassembly in
ip tcp adjust-mss 1400
no atm ilmi-keepalive
ip load-sharing per-packet


interface ATM0/3/0.1 point-to-point
description Wan4
ip virtual-reassembly in
no ip virtual-reassembly out
waas enable
pvc 8/35
pppoe-client dial-pool-number 4


interface Dialer0
mtu 1492
ip address negotiated
ip mtu 1452
encapsulation ppp
ip tcp adjust-mss 1412
dialer pool 1
dialer-group 1
ppp mtu adaptive
ppp authentication pap callin
ppp pap sent-username xxxx password 0 xxxx
ppp ipcp dns request

interface Dialer2
mtu 1492
ip address negotiated
ip mtu 1452
encapsulation ppp
ip tcp adjust-mss 1412
dialer pool 2
dialer-group 1
ppp mtu adaptive
ppp authentication pap callin
ppp pap sent-username xxxx password 0 xxxx
ppp ipcp dns request
no cdp enable


interface Dialer3
mtu 1492
ip address negotiated
ip mtu 1452
encapsulation ppp
ip tcp adjust-mss 1412
dialer pool 3
dialer-group 1
ppp mtu adaptive
ppp authentication pap callin
ppp pap sent-username xxxxxx password 0 xxxx
ppp ipcp dns request
no cdp enable


interface Dialer4
mtu 1492
ip address negotiated
ip mtu 1452
encapsulation ppp
ip tcp adjust-mss 1412
dialer pool 4
dialer-group 1
ppp mtu adaptive
ppp authentication pap callin
ppp pap sent-username xxxxxx password 0 xxxx
ppp ipcp dns request
no cdp enable


ip nat inside source route-map Route1 interface Dialer0 overload
ip nat inside source route-map route2 interface Dialer1 overload
ip nat inside source route-map Route3 interface Dialer2 overload
ip nat inside source route-map route4 interface Dialer3 overload

ip route 0.0.0.0 0.0.0.0 Dialer0 track 1
ip route 0.0.0.0 0.0.0.0 Dialer1 track 2
ip route 0.0.0.0 0.0.0.0 Dialer2 track 3
ip route 0.0.0.0 0.0.0.0 Dialer3 track 4


!
ip access-list extended POLICYADDRESS1
deny igmp any any
permit ip any any
ip access-list extended POLICYADDRESS2
deny igmp any any
permit ip any any
ip access-list extended POLICYADDRESS3
deny igmp any any
permit ip any any
ip access-list extended POLICYADDRESS4
deny igmp any any
permit ip any any

!
route-map route1 permit 111
match ip address POLICYADDRESS1
match interface Dialer0
!
route-map Route2 permit 222
match ip address POLICYADDRESS2
match interface Dialer1
!
route-map route3 permit 333
match ip address POLICYADDRESS1
match interface Dialer2
!
route-map Route4 permit 444
match ip address POLICYADDRESS4
match interface Dialer3
!
dialer-list 1 protocol ip permit
no cdp run

thanks in advance 

0 Replies 0