OSPF Load Balancing Example
OSPF Load Balancing: [boxads] Today I will show how to configure OSPF load balancing, If we follow bellow example we see a client is connected through two WAN connections with two broadband routers that both are use for Internet routing. We will enable and disable OSPF load balancing packets that are sourcing from the HOST to the WEB SERVER. Following the diagram: Now lets go our OSPF Load Balancing Configuration part……….. Router R1: R1# R1#conf t R1(config)#ip cef R1(config)#int loopback 0 R1(config-if)#ip address 1.1.1.1 255.255.255.255 R1(config-if)#ip ospf network point-to-point R1(config-if)#exit