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.

Load Balancing Leaseline and Megawan ADSL

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

  • Load Balancing Leaseline and Megawan ADSL

    Hi All
    Minh co mo hinh mang dinh kem:
    - Tren Router A minh cau hinh nhu sau:
    * Router OSPF 1
    Resdistribute Static
    Network 172.16.1.0 0.0.0.3 are 0
    Network 10.x.x.x 0.0.0.255 are 0
    * IP Route 192.168.x.x 255.255.255.0 10.10.1.x(Next hop BRAS buu dien chay Megawan)
    * IP Route 172.16.128.x 255.255.255.0 10.10.1.x(Next hop BRAS buu dien chay Megawan)
    * Config Policy Base Routing
    - Tren Router B cau hinh OSPF, EIGRP
    - Tren Switch cau hinh EIGRP va Static de Routing Megawan ADSL ( IP route 10.x.x.x 255.255.255.0 172.16.129.253)

    Neu ca ADSL va Leaseline deu Active thi tu may 192.168.x.x khong ping thay lop mang o Router A. Nhung neu shutdown 1 trong 2 cong cua Router A thi chay binh thuong hoac them distance metric static route thi no se uu tien chay Leaseline. Nhu vay chi co the cau hinh lam backup duoc khong chay duoc song song cung luc hai duong.
    Cac ban co giai phap nao giup minh voi
    Thanks
    Attached Files

  • #2
    Hi,

    Bạn post cấu hình con RA và RB đc ko ?

    have fun!
    Att ~¿ 21°00.00N , HCMC

    Comment


    • #3
      Loadbalancing in small office

      Chao cac ban.
      Min`h la nguoi dang tap tenh ve mang.
      Vua roi o cho minh do duong truyen ADSL VDC bi cha^m, nen minh da mac them 1 duong FPT ADSL nua. Cac may cua minh deu truy cap voi 2 modem zoomAdsl X4 voi cac dia chi defaultgateway lan luot nhu sau: 10.0.0.3 va 10.0.0.2.
      Ngoai ra minh con` co 1 may lam server chay Win2003 server nua.
      Cac ban co' the chi giup minh mot cach nao de can bang tai hay su dung toi uu hai duong truyen nay ko.

      Comment


      • #4
        Hi,
        Trong trường hợp các bạn muốn load balancing thì tốt nhất là nên tạo ra một tunnel. Việc tạo Tunnel này sẽ làm cho hai Router đẫu cuối sẽ thấy mạng MegAWAN là trong suốt, khi đó việc định tuyến sẽ chỉ thực hiện qua các tunnel này thôi.
        Cái này mình đã thử và thấy là tương đối tốt.
        Chúc thành công.
        MAPU

        Comment


        • #5
          Hi Metal
          Day la config cua Router A
          hostname Router A
          !
          boot-start-marker
          boot-end-marker
          !
          security authentication failure rate 3 log
          logging buffered 4096 debugging
          enable secret level 5 5 $1$W/bK$BrvQtCfTX1/T6ZwM/fK/40
          enable secret level 6 5 $1$YE6O$6rd6agixS.WBjCnXbSIZr1
          enable secret 5 $1$VLVJ$SNik4rpQm1efiClzMie9X/
          !
          aaa new-model
          !
          !
          aaa authentication login default group tacacs+ local
          aaa authentication login local_authen local
          aaa authentication ppp default group tacacs+ local
          aaa authorization exec local_author local
          aaa accounting exec default start-stop group tacacs+
          aaa accounting commands 5 default start-stop group tacacs+
          aaa accounting commands 6 default start-stop group tacacs+
          aaa accounting connection default start-stop group tacacs+
          !
          username test password 7 00101A030A4D06
          !
          interface FastEthernet0/0
          ip address 10.10.60.254 255.255.255.0
          no ip redirects
          no ip unreachables
          no ip proxy-arp
          duplex auto
          speed auto
          no mop enabled
          service-policy input sdmappfwp2p_SDM_HIGH
          service-policy output sdmappfwp2p_SDM_HIGH
          !

          interface Serial0/0
          description $FW_OUTSIDE$
          ip address 172.16.1.2 255.255.255.252
          no fair-queue
          no cdp enable
          !
          interface Serial0/1
          ip address 172.16.1.2 255.255.255.252
          no ip redirects
          no ip unreachables
          no ip proxy-arp
          no fair-queue
          no cdp enable
          !
          interface ATM1/0
          ip address 10.10.10.2 255.255.255.252
          ip policy route-map Loadbalance
          no ip route-cache cef
          no ip route-cache
          no atm ilmi-keepalive
          dsl operating-mode auto
          pvc 8/35
          cbr 128
          encapsulation aal5snap
          !
          !
          router ospf 1
          log-adjacency-changes
          redistribute static
          network 10.10.60.0 0.0.0.255 area 0
          network 172.16.1.0 0.0.0.3 area 0
          !
          ip route 172.16.128.0 255.255.255.0 10.10.10.1
          ip route 172.16.129.0 255.255.255.0 10.10.10.1
          ip route 192.168.10.0 255.255.255.0 10.10.10.1 150
          !
          !
          ip http server
          no ip http secure-server
          ip http timeout-policy idle 60 life 86400 requests 10000
          !
          route-map Loadbalance permit 10
          match ip address 100
          set interface ATM1/0
          !
          route-map a permit 10
          !
          access-list 100 permit tcp 10.10.60.0 0.0.0.255 host 192.168.1.10 eq smtp
          access-list 100 permit tcp 10.10.60.0 0.0.0.255 host 192.168.1.10 eq pop3
          access-list 100 permit tcp 10.10.60.0 0.0.0.255 host 192.168.1.10 eq www
          access-list 100 deny ip any any log
          !
          tacacs-server host 10.100.1.1
          tacacs-server directed-request
          tacacs-server key 7 14151B060D10
          !
          control-plane
          !
          privilege exec level 6 configure terminal
          privilege exec level 6 configure
          privilege exec level 5 show ip route
          privilege exec level 5 show ip
          privilege exec level 5 show interfaces
          privilege exec level 6 show startup-config
          privilege exec level 6 show running-config
          privilege exec level 5 show
          privilege exec level 6 clear line
          privilege exec level 6 clear interface
          privilege exec level 6 clear
          !
          line con 0
          password 7 110A1016141D
          login authentication local_authen
          transport output telnet
          line aux 0
          login authentication local_authen
          transport output telnet
          line vty 0 4
          authorization exec local_author
          login authentication local_authen
          transport input telnet ssh
          line vty 5 15
          !
          scheduler allocate 20000 1000
          !
          end

          hostname Router B
          !
          interface FastEthernet0/0
          ip address 10.1.1.254 255.255.255.0
          no ip redirects
          no ip unreachables
          no ip proxy-arp
          duplex auto
          !
          interface Serial0/1
          ip address 172.16.1.1 255.255.255.252
          no ip redirects
          no ip unreachables
          no ip proxy-arp
          no fair-queue
          no cdp enable
          !
          router ospf 1
          network 172.16.1.0 0.0.0.3 are 0
          !
          router eigrp 100
          network 10.1.1.0 0.0.0.255
          no auto-summary
          !

          hostname Coreswitch
          !
          ip route 10.10.60.0 255.255.255.0 172.16.129.253
          !
          router eigrp 100
          resdistribute static
          network 172.16.0.0
          network 192.168.1.0
          no auto-summary
          !
          Last edited by tienmv; 17-01-2007, 09:32 AM.

          Comment

          Working...
          X