• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.
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.

Help Load Balancing trên Router 2800

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

  • Help Load Balancing trên Router 2800

    Công ty em có dự định như sau.
    Order 1 con Router dòng 28xx. Sau đó đấu thẳng 2 line (1 của FPT và 1 của VNPT) và Router. Router kết nối với Sw trong Sw kết nối với các Vlan (bao gồm cả server mail,file server,...).
    Các anh có thể giúp em cấu hình Load Balancing trên Router đó ko ạ?
    (Nếu tạo đc cho em cả mô hình Lab bằng gns3 thì tốt wa)
    Rất mong đc học hỏi từ các anh chị đi trước.
    Cảm ơn rất nhiều ạ.
    ---Kiss__Pro---
    Y!M:ducnv_tk4@yahoo.com
    G!M:ledungutehy2010@gmail.com
    :53::|:100:


  • #2
    cấu hình bạn làm có dạng tựa tựa như bên dưới:

    Client#sh run
    Building configuration...

    Current configuration : 2211 bytes
    !
    version 12.4
    !
    hostname Client
    !
    !
    no aaa new-model
    !
    resource policy
    !
    ip cef
    !
    !
    !
    !
    no ip domain lookup
    vpdn enable
    !
    !
    !
    !
    username RAS password 0 cisco
    !
    track timer interface 5
    !
    track 1 interface Dialer1 ip routing
    delay down 5 up 10
    !
    track 2 interface Dialer2 ip routing
    delay down 5 up 10
    !
    !
    !
    bba-group pppoe global
    !
    !
    interface FastEthernet0/0
    ip address 192.168.1.254 255.255.255.0
    ip nat inside
    ip virtual-reassembly
    no ip route-cache cef
    no ip route-cache
    !
    !
    interface ATM0/0/0
    mac-address 0005.5e96.2cc0
    no ip address
    no atm ilmi-keepalive
    dsl operating-mode auto
    pvc 8/35
    pppoe-client dial-pool-number 1
    !
    !
    interface ATM0/1/0
    mac-address 0005.5e96.2ca0
    no ip address
    no atm ilmi-keepalive
    dsl operating-mode auto
    pvc 8/35
    pppoe-client dial-pool-number 2
    !
    !
    interface Dialer1
    mtu 1492
    ip address negotiated
    ip nat outside
    ip virtual-reassembly
    encapsulation ppp
    dialer pool 1
    dialer-group 1
    ppp authentication pap callin
    ppp pap sent-username Client password 0 cisco
    !
    interface Dialer2
    mtu 1492
    ip address negotiated
    ip nat outside
    ip virtual-reassembly
    encapsulation ppp
    dialer pool 2
    dialer-group 1
    ppp authentication pap callin
    ppp pap sent-username vnpro password 0 vnpro
    !
    ip route 0.0.0.0 0.0.0.0 Dialer1 track 1
    ip route 0.0.0.0 0.0.0.0 Dialer2 track 2
    !
    !
    ip nat inside route-map nat1 interface Dialer1 overload
    ip nat inside route-map nat2 interface Dialer2 overload
    !
    access-list 1 permit 192.168.1.0 0.0.0.255
    access-list 2 permit 192.168.1.0 0.0.0.255
    dialer-list 1 protocol ip permit
    !
    route-map nat2 permit 20
    match interface Dialer2
    set interface Dialer2
    !
    route-map nat1 permit 10
    match interface Dialer1
    set interface Dialer1
    !
    !
    !
    end
    Đặ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 hay các anh chị cho em hỏi nên đọc những tài liệu nào khi nghiên cứu về loadbalancing đc ko ạ? Tài liệu tiếng Anh là tốt nhất, có link cũng đc mà ko link thì cho em cái tên sách với:)

      Comment


      • #4
        Chủ đề này cũng nhiều người quan tâm. Bạn download một số trình bày về vấn đề load balancing này.

        Code:
        http://www.4shared.com/file/255925168/d3991e4c/loadbalancing.html
        Đặng Quang Minh, CCIEx2#11897 (Enterprise Infrastructure, Wireless), DEVNET, CCSI#31417

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

        Comment

        Working...
        X