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 - Xin giúp dỡ về IP IOS SLA va Policy Based routing

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

  • Help - Xin giúp dỡ về IP IOS SLA va Policy Based routing

    Em đang học về phần IP IOS SLA va Policy Based routing ...tìm tài liệu và bài lap để demo nhưng lại không có.....mọi người ai có tài liệu hay bài lap cấu hình hoàn chỉnh 2 vấn đề trên xin giúp em 1 tay...Em xin cảm ơn nhiều O:-)

  • #2
    Ip policy: bạn xem qua bài giải này thì hiều rõ hơn về ứng dụng policy routing: http://www.digitaltut.com/route-poli...ng-sim#more-28
    IP SLA: tui có bài lab hoàn chỉnh nhưng lại ko post lên được, chắc bạn đợi ai khác giúp hen. Or check this out: http://www.youtube.com/watch?v=1TivtZcZHEQ
    Last edited by hell13; 01-05-2012, 11:46 PM.

    Comment


    • #3
      vậy nếu được bạn có thể gửi bài lap đó wa yahoo hay mail giúp tớ với: soul_of_frost@yahoo.com.vn

      Comment


      • #4
        Sơ đồ mạng để làm lab IP SLA
        Attached Files
        Last edited by hell13; 03-05-2012, 01:45 AM.

        Comment


        • #5
          Cấu hình:

          !
          !
          version 12.4
          service timestamps debug datetime msec
          service timestamps log datetime msec
          no service password-encryption
          !
          hostname R1
          !
          boot-start-marker
          boot-end-marker
          !
          !
          no aaa new-model
          memory-size iomem 5
          !
          !
          ip cef
          no ip domain lookup
          !
          !
          ip sla monitor 11
          type echo protocol ipIcmpEcho 209.165.201.30
          frequency 10
          ip sla monitor schedule 11 life forever start-time now
          ip sla monitor 22
          type echo protocol ipIcmpEcho 209.165.202.158
          frequency 10
          ip sla monitor schedule 22 life forever start-time now
          !
          !
          !
          !
          !
          !
          !
          !
          !
          !
          !
          !
          !
          !
          !
          track 1 rtr 11 reachability
          delay down 10 up 1
          !
          track 2 rtr 22 reachability
          delay down 10 up 1
          !
          !
          !
          interface Loopback0
          description Simulated R1 LAN
          ip address 192.168.1.1 255.255.255.0
          !
          interface FastEthernet0/0
          no ip address
          shutdown
          duplex auto
          speed auto
          !
          interface FastEthernet0/1
          no ip address
          shutdown
          duplex auto
          speed auto
          !
          interface Serial1/0
          description R1----->ISP1
          bandwidth 128
          ip address 209.165.201.2 255.255.255.252
          serial restart-delay 0
          clock rate 128000
          !
          interface Serial1/1
          description R1------>ISP2
          bandwidth 128
          ip address 209.165.202.130 255.255.255.252
          serial restart-delay 0
          !
          interface Serial1/2
          no ip address
          shutdown
          serial restart-delay 0
          !
          interface Serial1/3
          no ip address
          shutdown
          serial restart-delay 0
          !
          no ip http server
          ip forward-protocol nd
          ip route 0.0.0.0 0.0.0.0 209.165.201.1 2 track 1
          ip route 0.0.0.0 0.0.0.0 209.165.202.129 3 track 2
          ip route 0.0.0.0 0.0.0.0 209.165.201.1 5
          !
          !
          !
          !
          !
          !
          control-plane
          !
          !
          !
          !
          !
          !
          !
          !
          line con 0
          exec-timeout 0 0
          logging synchronous
          line aux 0
          line vty 0 4
          login
          !
          !
          end


          !
          !
          version 12.4
          service timestamps debug datetime msec
          service timestamps log datetime msec
          no service password-encryption
          !
          hostname ISP1
          !
          boot-start-marker
          boot-end-marker
          !
          !
          no aaa new-model
          memory-size iomem 5
          !
          !
          ip cef
          no ip domain lookup
          !
          !
          !
          !
          !
          !
          !
          !
          !
          !
          !
          !
          !
          !
          !
          !
          !
          !
          !
          interface Loopback0
          description Simulated WEB Server
          ip address 209.165.200.254 255.255.255.255
          !
          interface Loopback1
          description Simulated DNS Server
          ip address 209.165.201.30 255.255.255.255
          !
          interface FastEthernet0/0
          no ip address
          shutdown
          duplex auto
          speed auto
          !
          interface FastEthernet0/1
          no ip address
          shutdown
          duplex auto
          speed auto
          !
          interface Serial1/0
          description ISP1---->R1
          bandwidth 128
          ip address 209.165.201.1 255.255.255.252
          serial restart-delay 0
          !
          interface Serial1/1
          description ISP1---->ISP2
          bandwidth 128
          ip address 209.165.200.225 255.255.255.252
          serial restart-delay 0
          clock rate 128000
          !
          interface Serial1/2
          no ip address
          shutdown
          serial restart-delay 0
          !
          interface Serial1/3
          no ip address
          shutdown
          serial restart-delay 0
          !
          router eigrp 1
          network 209.165.200.224 0.0.0.3
          network 209.165.201.0 0.0.0.31
          no auto-summary
          !
          no ip http server
          ip forward-protocol nd
          ip route 192.168.1.0 255.255.255.0 209.165.201.2
          !
          !
          !
          !
          !
          !
          control-plane
          !
          !
          !
          !
          !
          !
          !
          !
          line con 0
          exec-timeout 0 0
          logging synchronous
          line aux 0
          line vty 0 4
          login
          !
          !
          end


          !
          !
          version 12.4
          service timestamps debug datetime msec
          service timestamps log datetime msec
          no service password-encryption
          !
          hostname ISP2
          !
          boot-start-marker
          boot-end-marker
          !
          !
          no aaa new-model
          memory-size iomem 5
          !
          !
          ip cef
          no ip domain lookup
          !
          !
          !
          !
          !
          !
          !
          !
          !
          !
          !
          !
          !
          !
          !
          !
          !
          !
          !
          interface Loopback0
          description Simulated Web Server
          ip address 209.165.200.254 255.255.255.255
          !
          interface Loopback1
          description Simulated DNS Server
          ip address 209.165.202.158 255.255.255.255
          !
          interface FastEthernet0/0
          no ip address
          shutdown
          duplex auto
          speed auto
          !
          interface FastEthernet0/1
          no ip address
          shutdown
          duplex auto
          speed auto
          !
          interface Serial1/0
          description ISP2----->R1
          bandwidth 128
          ip address 209.165.202.129 255.255.255.252
          serial restart-delay 0
          clock rate 128000
          !
          interface Serial1/1
          description ISP2----->ISP1
          bandwidth 128
          ip address 209.165.200.226 255.255.255.252
          serial restart-delay 0
          !
          interface Serial1/2
          no ip address
          shutdown
          serial restart-delay 0
          !
          interface Serial1/3
          no ip address
          shutdown
          serial restart-delay 0
          !
          router eigrp 1
          network 209.165.200.224 0.0.0.3
          network 209.165.202.128 0.0.0.31
          no auto-summary
          !
          no ip http server
          ip forward-protocol nd
          ip route 192.168.1.0 255.255.255.0 209.165.202.130
          !
          !
          !
          !
          !
          !
          control-plane
          !
          !
          !
          !
          !
          !
          !
          !
          line con 0
          exec-timeout 0 0
          logging synchronous
          line aux 0
          line vty 0 4
          login
          !
          !
          end

          Comment


          • #6
            Do làm trên GNS3 nên câu lệnh về IP SLA nó cũ hơn so với những ISO version sau này.

            FYI, trong này cũng có nhiều labs, bạn tham khảo thêm nhe: http://gns3vault.com/Labs/all/

            Hope it helps

            P.S: mai mốt giỏi ngành network thì nhớ chỉ lại tui nhe, hoặc dẫn tui đi cafe nhậu nhẹt hen :)
            Last edited by hell13; 03-05-2012, 02:02 AM.

            Comment

            Working...
            X