04-12-2009 08:02 AM - edited 03-06-2019 05:08 AM
hi i have 2801 router with two internet connection, i need to loadbalace and failover these connection, can anyone help me to configure pfr, if any other way-pls help me
04-12-2009 05:21 PM
enable cef
ip cef
then go to the outside interfaces and do one of the following
ip loadshaer per-pack OR per-flow
per-pecket will give 50% 50% loadbalncing but it is CPU intensive
now make tow defua;lt routes withthe same AD each one point to to of your internet connection
ip route 0.0.0.0 0.0.0.0 [int1]
ip route 0.0.0.0 0.0.0.0 [int]
i assumed you already configured NAT on the router interfaces
good luck
if helpful Rate
04-12-2009 08:57 PM
Hi,
Thanx for your reply, i am using 12.4(13r)T, i doesnt find the command to enable cef, right i did a configuration with border and master configuration, could you provide me any configuration of master and border on a sigle router,
04-12-2009 09:42 PM
try the following command
ip cef [hit enter]
or on the interface level
ip cef enable
u shoul dhave it in 2800 rouetr !!
by the way i couldnt understand what u mean border and master i never heard about this can u send the link or the commands of this thing
good luck
04-13-2009 04:55 AM
Master Controller and Border Router Configuration on a Single Router
The following example, starting in global configuration mode, shows an OER master controller and border router process deployed on a single router:
Router(config)# key chain OER
Router(config-keychain)# key 1
Router(config-keychain-key)# key-string KEYSTRING2
Router(config-keychain-key)# exit
Router(config-keychain)# exit
Router(config)# oer border
Router(config)# logging
Router(config-oer-br)# master 10.100.1.1 key-chain OER
Router(config-oer-br)# local Loopback 0
Router(config-oer-br)# exit
Router(config)# oer master
Router(config-oer-mc)# logging
Router(config-oer-mc)# border 10.100.1.1 key-chain OER
Router(config-oer-mc-br)# interface Ethernet 0/0 external
Router(config-oer-mc-br-if)# exit
Router(config-oer-mc-br)# interface Ethernet 1/1 external
Router(config-oer-mc-br-if)# exit
Router(config-oer-mc-br)# interface Ethernet 2/2 internal
Router(config-oer-mc-br-if)# exit
Router(config-oer-mc-br)# exit
Router(config-oer-mc)# exit
Router(config)# ip route 0.0.0.0 0.0.0.0 Ethernet 0/0
Router(config)# ip route 0.0.0.0 0.0.0.0 Ethernet 1/1
Router(config)# end
pls check the above example, i think it is using as performance routing.
ur cef command is working.
could u help me whether above mentioned configuration is also using in load balancing?
04-14-2009 05:57 PM
you can look this, maybe could help you.
04-17-2009 08:01 PM
hi,
i did it, but failover is not working
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