01-20-2012 06:32 AM - edited 03-04-2019 02:58 PM
Hi,
I have problem with router and I was wondering if someone can help me.
I have 1 x C2900 router with 3 x ADSL WIC and UC500. I setup 3 x ADSL to access internet and UC500 is connected with 3 telephone lines (plugged into FXO ports). I have 2 x GE on my 2900. 1st GE is connected to switch and 2nd GE is connected to UC500.
I want to setup that traffic from UC500 (SIP) is going through 1 dedicated ADSL line and data (from computers & servers) is going through remaining 2 interfaces only. Can someone tell me how I can set it up.
I would also like to know how I can load balance internet connection going through 2 dedicated data ADSL lines.
Solved! Go to Solution.
01-20-2012 06:52 AM
These are often asked questions, had you taken the time to search befores asking.
IOS NAT load balancing:
http://www.cisco.com/en/US/tech/tk648/tk361/technologies_configuration_example09186a0080950834.shtml
IOS PBR:
http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a008009481d.shtml
01-20-2012 06:52 AM
These are often asked questions, had you taken the time to search befores asking.
IOS NAT load balancing:
http://www.cisco.com/en/US/tech/tk648/tk361/technologies_configuration_example09186a0080950834.shtml
IOS PBR:
http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a008009481d.shtml
01-22-2012 10:21 AM
Yes I tried to find it but I never used PBR and I wasn't even sure how to descibe what I'm looking for. But your answer was spot on. Thanks.
01-22-2012 10:42 AM
Thanks for the nice rating and good luck!
05-22-2012 06:19 AM
Hi, I use this configuration:
Router (g0/1) ---------- (f0/1) Switch
Switch (f0/2) ---------- (eth) ADSL Modem
Switch (f0/3) ---------- (eth) ADSL Modem
:: ROUTER CONFIGURATION ::
interface GigabitEthernet0/1
no ip address
ip virtual-reassembly
interface GigabitEthernet0/1.301
description MODEM-01
encapsulation dot1Q 301
no ip redirects
no ip unreachables
no ip proxy-arp
ip virtual-reassembly
pppoe enable group global
pppoe-client dial-pool-number 1
interface GigabitEthernet0/1.302
description MODEM-02
encapsulation dot1Q 302
no ip redirects
no ip unreachables
no ip proxy-arp
ip virtual-reassembly
pppoe enable group global
pppoe-client dial-pool-number 2
interface Dialer1
ip address negotiated
ip flow ingress
ip flow egress
ip nat outside
ip virtual-reassembly
encapsulation ppp
ip tcp adjust-mss 1452
load-interval 30
dialer pool 1
dialer-group 1
ppp authentication pap chap callin
ppp chap hostname
ppp chap password
ppp pap sent-username
no cdp enable
interface Dialer2
ip address negotiated
ip flow ingress
ip flow egress
ip nat outside
ip virtual-reassembly
encapsulation ppp
ip tcp adjust-mss 1452
load-interval 30
dialer pool 2
dialer-group 1
ppp authentication pap chap callin
ppp chap hostname
ppp chap password
ppp pap sent-username
no cdp enable
:: SWITCH CONFIGURATION ::
interface FastEthernet0/1
description Router
switchport mode trunk
interface FastEthernet0/2
description Modem-1
switchport mode access
switchport access vlan 301
interface FastEthernet0/2
description Modem-2
switchport mode access
switchport access vlan 302
Bye!
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