• 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.

Cấu hình chi tiết LoadBalancing internet ???

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

  • Cấu hình chi tiết LoadBalancing internet ???

    Xin các huynh giúp em cấu hình chi tiết trên router cisco 2911 để loadbalancingredundancy cho user ra internet.


  • #2
    Không liên quan nhưng đúng thớt mình đang tìm !

    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    mua máy tính xách tay giá rẻ : Dell Inspiron 15 5000 từ việc bán ống gió

    Comment


    • #3
      Cấu hình route map:
      route-map backup permit 20
      match ip address internet
      match interface FastEthernet0/1
      route-map primary permit 10
      match ip address internet
      match interface FastEthernet0/0
      ACL:
      ip access-list extended internet
      permit ip any any
      Cấu hình NAT
      ip nat inside source route-map backup interface FastEthernet0/1 overload
      ip nat inside source route-map primary interface FastEthernet0/0 overload
      Cấu hình route:
      ip route 0.0.0.0 0.0.0.0 f0/0 10
      ip route 0.0.0.0 0.0.0.0 f0/1 20

      Comment


      • #4
        This document describes a configuration for a Cisco IOS? router to connect a network to the Internet with Network Address Translation (NAT) through two ISP connections. The NAT of the Cisco IOS Software can distribute subsequent TCP connections and UDP sessions over multiple network connections, if equal-cost routes to a given destination are available.

        Comment


        • #5
          Xin các huynh cho em xin cấu hình chi tiết với!!! Như anh "giangdv" thì 1 trong 2 line không phải là FTTH (PPPoE)

          Comment

          Working...
          X