Xin chào ! Nếu đây là lần đầu tiên bạn đến với diễn đàn, xin vui lòng danh ra một phút bấm vào đây để đăng kí và tham gia thảo luận cùng VnPro.

Announcement

Collapse
No announcement yet.

Unequal Cost path load balancing OSPF

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Unequal Cost path load balancing OSPF

    ---------------------------------------------------------
    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
    Attached Files
    Last edited by chaubathong; 02-09-2007, 01:08 PM.
    Request timed out...

  • #2
    các công nghệ khác nhau sẽ không ảnh hưởng đến tiến trình load balancing của OSPF. Bạn có thể can thiệp vào hoạt động của tiến trình load balancing thông qua câu lệnh bandwidth được sử dụng trong các cổng của router.

    câu lệnh ip ospf cost cũng là một cách khác để thực hiện load bâlancing trên sơ đồ mạng của bạn.

    Chúc vui vẻ
    Đặng Quang Minh, CCIEx2#11897 (Enterprise Infrastructure, Wireless), DEVNET, CCSI#31417

    Email : dangquangminh@vnpro.org
    https://www.facebook.com/groups/vietprofessional/

    Comment


    • #3
      anh Minh có thể hướng dẫn chi tiết hơn tí xíu nữa được không.

      * Đối với trường hợp thay đổi Bandwidth thì có ảnh hưởng đến tốc độ truyền và nhận dữ liệu không, mặc khác các Router R2, R4, R5 không thuộc quyền quản lý của mình.

      * Đối với trường hợp sử dụng câu lệnh ip ospf cost thì cụ thể phải cấu hình thế nào.


      Thanks and best regard !!!!
      Last edited by chaubathong; 02-09-2007, 03:18 PM.
      Request timed out...

      Comment


      • #4
        Originally posted by chaubathong View Post

        * Đối với trường hợp sử dụng câu lệnh ip ospf cost thì cụ thể phải cấu hình thế nào.

        Thanks and best regard !!!!
        Cụ thể thì bạn tham khảo ở link bên dưới:

        Building Scalable Cisco Internetworks-Implementing Cisco IP Routing
        Đặng Quang Minh, CCIEx2#11897 (Enterprise Infrastructure, Wireless), DEVNET, CCSI#31417

        Email : dangquangminh@vnpro.org
        https://www.facebook.com/groups/vietprofessional/

        Comment


        • #5
          ặc...em bó giò với bác Minh này luôn, cụ thể là thế nào bác vui lòng viết luôn câu lệnh ra dzùm em, bác link tới chổ đóa đọc chẳng thấy dzì hết trọi.


          sorry :) bởi vì em đang cần config mạng này gấp


          thanks and best regard !!!!!!
          Request timed out...

          Comment


          • #6
            có ngay, bạn chaubathong xem link này:



            download cái file đính kèm trong link đó nhé.
            Đặng Quang Minh, CCIEx2#11897 (Enterprise Infrastructure, Wireless), DEVNET, CCSI#31417

            Email : dangquangminh@vnpro.org
            https://www.facebook.com/groups/vietprofessional/

            Comment


            • #7
              thank you so much !!!!

              trước khi post bài này lên forum em cũng đã thử load balancing = cách config cost cho các Interface = 1 cụ thể như sau :

              -----Với Router 1 :
              Router1(config)# int s1/0
              Router1(config-if)# ip ospf cost 1

              Router1(config)# int s1/2
              Router1(config-if)# ip ospf cost 1

              Router1(config)# int s1/3
              Router1(config-if)# ip ospf cost 1

              Config tương tự như vậy với các Interface của Router 3

              Tuy nhiên khi test bằng cách debug ip packet và ping thử 100 gói thì chỉ thấy Router send packet theo 1 đường duy nhất, không thấy load balancing gì cả :(

              Config như vậy đã đúng chưa, anh Minh giúp em với..!

              Thanks and best regard !!!!
              Last edited by chaubathong; 03-09-2007, 11:07 AM.
              Request timed out...

              Comment


              • #8
                bạn phải dùng thêm lệnh

                no ip route-cache

                trong các interface nữa.
                Đặng Quang Minh, CCIEx2#11897 (Enterprise Infrastructure, Wireless), DEVNET, CCSI#31417

                Email : dangquangminh@vnpro.org
                https://www.facebook.com/groups/vietprofessional/

                Comment


                • #9
                  Originally posted by dangquangminh View Post
                  bạn phải dùng thêm lệnh

                  no ip route-cache

                  trong các interface nữa.
                  hi anh Minh

                  em đã config như anh hướng dẫn nhưng vẫn chưa được, cụ thể em đã config cho các Interface như sau :

                  ----------Router 1
                  interface Serial1/0
                  bandwidth 512
                  ip address 10.0.0.1 255.255.255.252
                  no ip route-cache cef
                  no ip route-cache
                  ip ospf cost 1
                  serial restart-delay 0
                  clock rate 64000
                  no fair-queue
                  !
                  interface Serial1/2
                  bandwidth 256
                  ip address 10.0.2.1 255.255.255.252
                  no ip route-cache cef
                  no ip route-cache
                  ip ospf cost 1
                  serial restart-delay 0
                  clock rate 64000
                  !
                  interface Serial1/3
                  bandwidth 128
                  ip address 10.0.3.1 255.255.255.252
                  no ip route-cache cef
                  no ip route-cache
                  ip ospf cost 1
                  serial restart-delay 0
                  clock rate 64000
                  !
                  ------Cấu hình tương tự với Router 3


                  em test bằng cách tại Router 1 phát ra lệnh ping 100 gói từ source là 10.3.255.255 đến destination là 10.3.255.254, kết quả như sau:


                  ... IP: tableid=0, s=10.3.255.255 (local), d=10.3.255.254 (Serial1/2), routed via FIB
                  ... IP: s=10.3.255.255 (local), d=10.3.255.254 (Serial1/2), len 100, sending
                  ... IP: tableid=0, s=10.3.255.254 (Serial1/2), d=10.3.255.255(Loopback2), routed via RIB
                  ... IP: s=10.3.255.254 (Serial1/2), d=10.3.255.255, len 100, rcvd 4
                  ... IP: tableid=0, s=10.3.255.255 (local), d=10.3.255.254 (Serial1/2), routed via FIB
                  ... IP: s=10.3.255.255 (local), d=10.3.255.254 (Serial1/2), len 100, sending
                  ... IP: tableid=0, s=10.3.255.254 (Serial1/2), d=10.3.255.255(Loopback2), routed via RIB
                  ... IP: s=10.3.255.254 (Serial1/2), d=10.3.255.255, len 100, rcvd 4
                  ... IP: tableid=0, s=10.3.255.255 (local), d=10.3.255.254 (Serial1/2), routed via FIB
                  ... IP: s=10.3.255.255 (local), d=10.3.255.254 (Serial1/2), len 100, sending
                  ... IP: tableid=0, s=10.3.255.254 (Serial1/2), d=10.3.255.255(Loopback2), routed via RIB
                  ... IP: s=10.3.255.254 (Serial1/2), d=10.3.255.255, len 100, rcvd 4
                  ... IP: tableid=0, s=10.3.255.255 (local), d=10.3.255.254 (Serial1/2), routed via FIB
                  ... IP: s=10.3.255.255 (local), d=10.3.255.254 (Serial1/2), len 100, sending
                  ... IP: tableid=0, s=10.3.255.254 (Serial1/2), d=10.3.255.255(Loopback2), routed via RIB
                  ... IP: s=10.3.255.254 (Serial1/2), d=10.3.255.255, len 100, rcvd 4
                  ... IP: tableid=0, s=10.3.255.255 (local), d=10.3.255.254 (Serial1/2), routed via FIB
                  ... IP: s=10.3.255.255 (local), d=10.3.255.254 (Serial1/2), len 100, sending
                  ... IP: tableid=0, s=10.3.255.254 (Serial1/2), d=10.3.255.255(Loopback2), routed via RIB
                  ... IP: s=10.3.255.254 (Serial1/2), d=10.3.255.255, len 100, rcvd 4
                  ... IP: tableid=0, s=10.3.255.255 (local), d=10.3.255.254 (Serial1/2), routed via FIB
                  ... IP: s=10.3.255.255 (local), d=10.3.255.254 (Serial1/2), len 100, sending
                  ... IP: tableid=0, s=10.3.255.254 (Serial1/2), d=10.3.255.255(Loopback2), routed via RIB
                  ... IP: s=10.3.255.254 (Serial1/2), d=10.3.255.255, len 100, rcvd 4
                  ... IP: tableid=0, s=10.3.255.255 (local), d=10.3.255.254 (Serial1/2), routed via FIB
                  ... IP: s=10.3.255.255 (local), d=10.3.255.254 (Serial1/2), len 100, sending
                  ... IP: tableid=0, s=10.3.255.254 (Serial1/2), d=10.3.255.255(Loopback2), routed via RIB
                  ... IP: s=10.3.255.254 (Serial1/2), d=10.3.255.255, len 100, rcvd 4
                  ... IP: tableid=0, s=10.3.255.255 (local), d=10.3.255.254 (Serial1/2), routed via FIB
                  ... IP: s=10.3.255.255 (local), d=10.3.255.254 (Serial1/2),len 100, sending
                  ... IP: tableid=0, s=10.3.255.254 (Serial1/2), d=10.3.255.255(Loopback2), routed via RIB
                  ... IP: s=10.3.255.254 (Serial1/2), d=10.3.255.255, len 100, rcvd 4

                  theo như kết quả ở trên thì router chỉ send packet theo 1 đường là serial1/2

                  show ip route trên Router 1 cho ra kết quả sau :

                  S 192.168.4.0/24 [1/0] via 10.3.251.2
                  10.0.0.0/8 is variably subnetted, 9 subnets, 2 masks
                  O 10.3.255.254/32 [110/2] via 10.0.2.2, 00:40:24, Serial1/2
                  C 10.0.2.0/30 is directly connected, Serial1/2
                  C 10.3.255.255/32 is directly connected, Loopback2
                  C 10.0.3.0/30 is directly connected, Serial1/3
                  C 10.0.0.0/30 is directly connected, Serial1/0
                  O 10.0.1.0/30 [110/2] via 10.0.2.2, 00:40:24, Serial1/2
                  O 10.0.4.0/30 [110/782] via 10.0.3.2, 00:40:24, Serial1/3
                  O 10.0.5.0/30 [110/2] via 10.0.2.2, 00:40:24, Serial1/2
                  C 10.3.251.0/30 is directly connected, Tunnel1
                  C 192.168.1.0/24 is directly connected, Loopback0
                  C 192.168.2.0/24 is directly connected, Loopback1
                  S 192.168.3.0/24 [1/0] via 10.3.251.2


                  Anh xem giúp em còn thiếu sót chổ nào nữa


                  Thanks and best regard !!!!
                  Last edited by chaubathong; 04-09-2007, 03:16 PM.
                  Request timed out...

                  Comment


                  • #10
                    Originally posted by chaubathong View Post
                    theo như kết quả ở trên thì router chỉ send packet theo 1 đường là serial1/2

                    show ip route trên Router 1 cho ra kết quả sau :

                    S 192.168.4.0/24 [1/0] via 10.3.251.2
                    10.0.0.0/8 is variably subnetted, 9 subnets, 2 masks
                    O 10.3.255.254/32 [110/2] via 10.0.2.2, 00:40:24, Serial1/2
                    C 10.0.2.0/30 is directly connected, Serial1/2
                    C 10.3.255.255/32 is directly connected, Loopback2
                    C 10.0.3.0/30 is directly connected, Serial1/3
                    C 10.0.0.0/30 is directly connected, Serial1/0
                    O 10.0.1.0/30 [110/2] via 10.0.2.2, 00:40:24, Serial1/2
                    O 10.0.4.0/30 [110/782] via 10.0.3.2, 00:40:24, Serial1/3
                    O 10.0.5.0/30 [110/2] via 10.0.2.2, 00:40:24, Serial1/2
                    C 10.3.251.0/30 is directly connected, Tunnel1
                    C 192.168.1.0/24 is directly connected, Loopback0
                    C 192.168.2.0/24 is directly connected, Loopback1
                    S 192.168.3.0/24 [1/0] via 10.3.251.2


                    Anh xem giúp em còn thiếu sót chổ nào nữa


                    Thanks and best regard !!!!
                    Bảng routing cấu hình chưa đúng như ý muốn bạn chaubathong ơi. Bạn phải làm sao để cho bảng định tuyến có 1 cái entry giống như vậy mới được:

                    O 10.3.255.254/32 [110/2] via 10.0.2.2, 00:40:24, Serial1/2
                    [110/2]via 10.2.3.2, 00:40:24, Serial 1/3


                    Hiện giờ thì nó chỉ mới đi một đường thôi.
                    Đặng Quang Minh, CCIEx2#11897 (Enterprise Infrastructure, Wireless), DEVNET, CCSI#31417

                    Email : dangquangminh@vnpro.org
                    https://www.facebook.com/groups/vietprofessional/

                    Comment


                    • #11
                      Anh có thể up lại hình được không a.

                      Comment

                      Working...
                      X