---------------------------------------------------------
Unequal Cost Path Load Balancing OSPF Lab - Dynagen
dưới đây là nội dung của file lap.net chạy bằng Dynagen
---------------------------------------------------------
[localhost]
[[7200]]
image = C:\Program Files\Dynamips\images\c7200-jk9o3s-mz.124-3.bin
npe = npe-400
ram = 160
[[ROUTER R1]]
s1/0 = R2 s1/0
s1/2 = R3 s1/2
s1/3 = R4 s1/3
[[router R2]]
s1/1 = R3 s1/0
[[router R3]]
s1/3 = R5 s1/3
[[router R4]]
s1/0 = R5 s1/0
[[router R5]]
__________________________________________________ ___________________________
dưới đây là file config cho các router
Router 1 và Router 3 được kết nối với nhau qua 3 đường lease line
__________________________________________________ ___________________________
------ROUTER 1
no ip domain-lookup
hostname Router1
line con 0
loggin synchronous
int lo 0
ip address 192.168.1.1 255.255.255.0
no shut
int lo 1
ip address 192.168.2.1 255.255.255.0
no shut
int lo 2
ip address 10.3.255.255 255.255.255.255
no shut
int s1/0
ip address 10.0.0.1 255.255.255.252
clock rate 64000
bandwidth 512
no shut
int s1/2
ip address 10.0.2.1 255.255.255.252
clock rate 64000
bandwidth 256
no shut
int s1/3
ip address 10.0.3.1 255.255.255.252
clock rate 64000
bandwidth 128
no shut
int tunnel 1
ip address 10.3.251.1 255.255.255.252
tunnel source 10.3.255.255
tunnel destination 10.3.255.254
no shut
router ospf 1
network 10.0.0.1 0.0.0.0 area 2
network 10.0.3.1 0.0.0.0 area 2
network 10.0.2.1 0.0.0.0 area 2
network 10.3.255.255 0.0.0.0 area 2
ip route 192.168.3.0 255.255.255.0 10.3.251.2
ip route 192.168.4.0 255.255.255.0 10.3.251.2
------ROUTER 2
no ip domain-lookup
hostname Router2
line con 0
loggin synchronous
int s1/0
ip address 10.0.0.2 255.255.255.252
clock rate 64000
bandwidth 512
no shut
int s1/1
ip address 10.0.1.1 255.255.255.252
clock rate 64000
bandwidth 128
no shut
router ospf 1
network 10.0.0.2 0.0.0.0 area 2
network 10.0.1.1 0.0.0.0 area 2
------ROUTER 3
no ip domain-lookup
hostname Router3
line con 0
loggin synchronous
int lo 0
ip address 192.168.3.1 255.255.255.0
no shut
int lo 1
ip address 192.168.4.1 255.255.255.0
no shut
int lo 2
ip address 10.3.255.254 255.255.255.255
no shut
int s1/0
ip address 10.0.1.2 255.255.255.252
clock rate 64000
bandwidth 128
no shut
int s1/2
ip address 10.0.2.2 255.255.255.252
clock rate 64000
bandwidth 256
no shut
int s1/3
ip address 10.0.5.1 255.255.255.252
clock rate 64000
bandwidth 128
no shut
int tunnel 1
ip address 10.3.251.2 255.255.255.252
tunnel source 10.3.255.254
tunnel destination 10.3.255.255
no shut
router ospf 1
network 10.0.1.2 0.0.0.0 area 2
network 10.0.2.2 0.0.0.0 area 2
network 10.0.5.1 0.0.0.0 area 2
network 10.3.255.254 0.0.0.0 area 2
ip route 192.168.1.0 255.255.255.0 10.3.251.1
ip route 192.168.2.0 255.255.255.0 10.3.251.1
------ROUTER 4
no ip domain-lookup
hostname Router4
line con 0
loggin synchronous
int s1/0
ip address 10.0.4.1 255.255.255.252
clock rate 64000
bandwidth 128
no shut
int s1/3
ip address 10.0.3.2 255.255.255.252
clock rate 64000
bandwidth 128
no shut
router ospf 1
network 10.0.4.1 0.0.0.0 area 2
network 10.0.3.2 0.0.0.0 area 2
------ROUTER 5
no ip domain-lookup
hostname Router5
line con 0
loggin synchronous
int s1/0
ip address 10.0.4.2 255.255.255.252
clock rate 64000
bandwidth 128
no shut
int s1/3
ip address 10.0.5.2 255.255.255.252
clock rate 64000
bandwidth 128
no shut
router ospf 1
network 10.0.4.2 0.0.0.0 area 2
network 10.0.5.2 0.0.0.0 area 2
************************************************** *****************
* Yêu cầu được đặt ra ở đây là:
1. Sử dụng OSPF để load balancing giữa Router 1 và Router 3
2. Các Network bên trong của Router 1 và Router 3 (192.168.1-4.0/24) không được quản bá trên OSPF (vì lý do security)
* Giải pháp:
1. Tạo loopback Interface trên Router1 (10.3.255.255/32) và Router3(10.3.255.254/32), và quản bá các loopback interface này trên OSPF
2. Tạo 1 Tunnel dựa trên 2 loopback Interface của 2 router Router1 và Router3 (Tunnel 1)
3. Cấu hình static route cho các network bên trong của Router1 và Router3 đi trên Tunnel vừa tạo
4. Cấu hình cost để Router1 và Router3 load balancing
* mình đã cấu hình đến bước 3 còn bước 4 thì chưa làm được, các bác chỉ giúp em với, còn 1 tình huống nữa là nếu các kết nối sử dụng các công nghệ Wan khác nhau thì sao (VD: lease line, mpls, xDSL ... ).
* Thanks and best regard !!!
PC: đây là mô hình hiện tại công ty của mình đang sử dụng, nhưng các kết nối sử dụng công nghệ khác nhau, cụ thể là MPLS, ADSL và lease line
* Dưới đây là sơ đồ của Lab
Unequal Cost Path Load Balancing OSPF Lab - Dynagen
dưới đây là nội dung của file lap.net chạy bằng Dynagen
---------------------------------------------------------
[localhost]
[[7200]]
image = C:\Program Files\Dynamips\images\c7200-jk9o3s-mz.124-3.bin
npe = npe-400
ram = 160
[[ROUTER R1]]
s1/0 = R2 s1/0
s1/2 = R3 s1/2
s1/3 = R4 s1/3
[[router R2]]
s1/1 = R3 s1/0
[[router R3]]
s1/3 = R5 s1/3
[[router R4]]
s1/0 = R5 s1/0
[[router R5]]
__________________________________________________ ___________________________
dưới đây là file config cho các router
Router 1 và Router 3 được kết nối với nhau qua 3 đường lease line
__________________________________________________ ___________________________
------ROUTER 1
no ip domain-lookup
hostname Router1
line con 0
loggin synchronous
int lo 0
ip address 192.168.1.1 255.255.255.0
no shut
int lo 1
ip address 192.168.2.1 255.255.255.0
no shut
int lo 2
ip address 10.3.255.255 255.255.255.255
no shut
int s1/0
ip address 10.0.0.1 255.255.255.252
clock rate 64000
bandwidth 512
no shut
int s1/2
ip address 10.0.2.1 255.255.255.252
clock rate 64000
bandwidth 256
no shut
int s1/3
ip address 10.0.3.1 255.255.255.252
clock rate 64000
bandwidth 128
no shut
int tunnel 1
ip address 10.3.251.1 255.255.255.252
tunnel source 10.3.255.255
tunnel destination 10.3.255.254
no shut
router ospf 1
network 10.0.0.1 0.0.0.0 area 2
network 10.0.3.1 0.0.0.0 area 2
network 10.0.2.1 0.0.0.0 area 2
network 10.3.255.255 0.0.0.0 area 2
ip route 192.168.3.0 255.255.255.0 10.3.251.2
ip route 192.168.4.0 255.255.255.0 10.3.251.2
------ROUTER 2
no ip domain-lookup
hostname Router2
line con 0
loggin synchronous
int s1/0
ip address 10.0.0.2 255.255.255.252
clock rate 64000
bandwidth 512
no shut
int s1/1
ip address 10.0.1.1 255.255.255.252
clock rate 64000
bandwidth 128
no shut
router ospf 1
network 10.0.0.2 0.0.0.0 area 2
network 10.0.1.1 0.0.0.0 area 2
------ROUTER 3
no ip domain-lookup
hostname Router3
line con 0
loggin synchronous
int lo 0
ip address 192.168.3.1 255.255.255.0
no shut
int lo 1
ip address 192.168.4.1 255.255.255.0
no shut
int lo 2
ip address 10.3.255.254 255.255.255.255
no shut
int s1/0
ip address 10.0.1.2 255.255.255.252
clock rate 64000
bandwidth 128
no shut
int s1/2
ip address 10.0.2.2 255.255.255.252
clock rate 64000
bandwidth 256
no shut
int s1/3
ip address 10.0.5.1 255.255.255.252
clock rate 64000
bandwidth 128
no shut
int tunnel 1
ip address 10.3.251.2 255.255.255.252
tunnel source 10.3.255.254
tunnel destination 10.3.255.255
no shut
router ospf 1
network 10.0.1.2 0.0.0.0 area 2
network 10.0.2.2 0.0.0.0 area 2
network 10.0.5.1 0.0.0.0 area 2
network 10.3.255.254 0.0.0.0 area 2
ip route 192.168.1.0 255.255.255.0 10.3.251.1
ip route 192.168.2.0 255.255.255.0 10.3.251.1
------ROUTER 4
no ip domain-lookup
hostname Router4
line con 0
loggin synchronous
int s1/0
ip address 10.0.4.1 255.255.255.252
clock rate 64000
bandwidth 128
no shut
int s1/3
ip address 10.0.3.2 255.255.255.252
clock rate 64000
bandwidth 128
no shut
router ospf 1
network 10.0.4.1 0.0.0.0 area 2
network 10.0.3.2 0.0.0.0 area 2
------ROUTER 5
no ip domain-lookup
hostname Router5
line con 0
loggin synchronous
int s1/0
ip address 10.0.4.2 255.255.255.252
clock rate 64000
bandwidth 128
no shut
int s1/3
ip address 10.0.5.2 255.255.255.252
clock rate 64000
bandwidth 128
no shut
router ospf 1
network 10.0.4.2 0.0.0.0 area 2
network 10.0.5.2 0.0.0.0 area 2
************************************************** *****************
* Yêu cầu được đặt ra ở đây là:
1. Sử dụng OSPF để load balancing giữa Router 1 và Router 3
2. Các Network bên trong của Router 1 và Router 3 (192.168.1-4.0/24) không được quản bá trên OSPF (vì lý do security)
* Giải pháp:
1. Tạo loopback Interface trên Router1 (10.3.255.255/32) và Router3(10.3.255.254/32), và quản bá các loopback interface này trên OSPF
2. Tạo 1 Tunnel dựa trên 2 loopback Interface của 2 router Router1 và Router3 (Tunnel 1)
3. Cấu hình static route cho các network bên trong của Router1 và Router3 đi trên Tunnel vừa tạo
4. Cấu hình cost để Router1 và Router3 load balancing
* mình đã cấu hình đến bước 3 còn bước 4 thì chưa làm được, các bác chỉ giúp em với, còn 1 tình huống nữa là nếu các kết nối sử dụng các công nghệ Wan khác nhau thì sao (VD: lease line, mpls, xDSL ... ).
* Thanks and best regard !!!
PC: đây là mô hình hiện tại công ty của mình đang sử dụng, nhưng các kết nối sử dụng công nghệ khác nhau, cụ thể là MPLS, ADSL và lease line
* Dưới đây là sơ đồ của Lab
Comment