1. Load Balancing Analysis
OSPF supports only equivalent load balancing, defaults to 4 line load balancing, and supports up to 6 line load balancing, and we can modify the number of load balancer lines supported by OSPF through Maximum-paths 6 under the OSPF routing process.
2. Experimental topology
650) this.width=650; "src=" Http://s4.51cto.com/wyfs02/M02/76/DE/wKioL1ZeSNHhkL_5AABjduxaSMA973.png "title=" Ospf1.png "alt=" Wkiol1zesnhhkl_5aabjduxasma973.png "/>
3. Experiment Configuration
R1 Configuration
Interface Loopback0
IP Address 1.1.1.1 255.255.255.0
Interface ethernet0/0
IP address 192.168.0.1 255.255.255.0
Interface ETHERNET0/1
IP address 192.168.1.1 255.255.255.0
Interface ETHERNET0/2
IP address 192.168.2.1 255.255.255.0
Interface ETHERNET0/3
IP address 192.168.3.1 255.255.255.0
Interface ethernet1/0
IP address 192.168.4.1 255.255.255.0
Interface ETHERNET1/1
IP address 192.168.5.1 255.255.255.0
router OSPF 110
Network 1.1.1.0 0.0.0.255 Area 0
Network 192.168.0.0 0.0.255.255 Area 0
R2 Configuration
Interface Loopback0
IP address 2.2.2.2 255.255.255.0
Interface ethernet0/0
IP address 192.168.0.2 255.255.255.0
Interface ETHERNET0/1
IP address 192.168.1.2 255.255.255.0
Interface ETHERNET0/2
IP address 192.168.2.2 255.255.255.0
Interface ETHERNET0/3
IP address 192.168.3.2 255.255.255.0
Interface ethernet1/0
IP address 192.168.4.2 255.255.255.0
Interface ETHERNET1/1
IP address 192.168.5.2 255.255.255.0
router OSPF 110
Network 2.2.2.0 0.0.0.255 Area 0
Network 192.168.0.0 0.0.255.255 Area 0
4. Load Balancing test
Before you modify Maximum-paths
650) this.width=650; "src=" Http://s4.51cto.com/wyfs02/M01/76/DE/wKioL1ZeSjjSYj9hAABHBEyA5lo557.png "style=" float: none; "title=" Ospf1.png "alt=" Wkiol1zesjjsyj9haabhbeya5lo557.png "/>
650) this.width=650; "src=" Http://s4.51cto.com/wyfs02/M01/76/DE/wKioL1ZeSjmjX00WAABCci-_T6o326.png "style=" float: none; "title=" Ospf2.png "alt=" Wkiol1zesjmjx00waabcci-_t6o326.png "/>
After modifying maximum-paths
650) this.width=650; "src=" Http://s2.51cto.com/wyfs02/M01/76/DF/wKiom1ZeTAbDuF7FAABiqAcc2Ko478.png "style=" float: none; "title=" Ospf1.png "alt=" Wkiom1zetabduf7faabiqacc2ko478.png "/>
650) this.width=650; "src=" Http://s2.51cto.com/wyfs02/M00/76/DE/wKioL1ZeTG2DJPB4AABhkanGhXY484.png "style=" float: none; "title=" Ospf2.png "alt=" Wkiol1zetg2djpb4aabhkanghxy484.png "/>
This article is from the "Open Source Hall" blog, please be sure to keep this source http://kaiyuandiantang.blog.51cto.com/10699754/1718714
28. Load balancing of OSPF configuration experiment