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

Xin Lab về IPv6

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

  • Xin Lab về IPv6

    Chào mọi người !
    Em đang tìm hiểu cề ipv6,vì vậy em đang cần 1 số bài lab mẫu để nghiên cứu.
    Ai có bài lab nào liên quan thì share cho em nhé.
    Cảm ơn mọi người nhiều !

  • #2
    Bạn tham khảo link này

    Code:
    http://vnpro.org/forum/showthread.php/32520-EIGRP-IPv6
    Ngoài ra còn rất nhiều lab trong box này, bạn chịu khó xem là sẽ thấy
    -----------------------------------------------------------

    My web: http://www.hoccisco.net

    oOo Hãy bán cơ bắp và trí tuệ của mình với giá cao nhất, nhưng không bao giờ được phép bán trái tim và tâm hồn oOo

    Comment


    • #3
      Em chào tất cả mọi người !

      hiện tại cấu hình bài lab về ipv6 và vpn (2 site HN và SG)
      trong quá trình làm thì bị lỗi không thể ping được các ipv6 với nhau

      link bài lab http://www.mediafire.com/?khoh8n4356w9rv5

      em dùng router 3725 để làm lab
      link download ios r3725 http://www.mediafire.com/download/wb...9-mz.124-7.bin

      mô hình
      *chưa hoàn thiện*



      cấu hình HN
      Code:
      !!
      version 12.4
      service timestamps debug datetime msec
      service timestamps log datetime msec
      no service password-encryption
      !
      hostname HN
      !
      boot-start-marker
      boot-end-marker
      !
      !
      no aaa new-model
      !
      resource policy
      !
      memory-size iomem 5
      no ip icmp rate-limit unreachable
      ip cef
      ip tcp synwait-time 5
      !
      !
      !
      !
      no ip domain lookup
      !
      !
      !
      !
      !
      !
      !
      !
      !
      !
      !
      !
      !
      !
      !
      !
      !
      !
      ! 
      !
      crypto isakmp policy 1
       encr 3des
       authentication pre-share
       group 2
      crypto isakmp key 123 address 30.0.0.2
      !
      !
      crypto ipsec transform-set myset esp-3des esp-sha-hmac 
      !
      crypto map mymap 1 ipsec-isakmp 
       ! Incomplete
       set peer 30.0.0.2
       set transform-set myset 
       match address 100
      !
      !
      !
      !
      interface Tunnel1
       no ip address
       ipv6 address 4000::1/64
       ipv6 enable
       tunnel source Serial0/0
       tunnel destination 30.0.0.2
       tunnel mode ipv6ip
       crypto map mymap
      !
      interface FastEthernet0/0
       no ip address
       duplex auto
       speed auto
       ipv6 address 2100::/64
       ipv6 address 2100::1/64
      !
      interface Serial0/0
       ip address 20.0.0.2 255.255.255.0
       clock rate 64000
      !
      interface FastEthernet0/1
       no ip address
       shutdown
       duplex auto
       speed auto
      !
      interface Serial0/1
       no ip address
       clock rate 2000000
      !
      !
      !
      no ip http server
      no ip http secure-server
      !
      !
      !
      !
      !
      ipv6 access-list vancuong
       permit ipv6 2100::/64 3100::/64
      !
      control-plane
      !
      !
      !
      !
      !
      !
      !
      !
      !
      !
      line con 0
       exec-timeout 0 0
       privilege level 15
       logging synchronous
      line aux 0
       exec-timeout 0 0
       privilege level 15
       logging synchronous
      line vty 0 4
       login
      !
      !
      end
      cấu hình SG

      Code:
      !!
      version 12.4
      service timestamps debug datetime msec
      service timestamps log datetime msec
      no service password-encryption
      !
      hostname SG
      !
      boot-start-marker
      boot-end-marker
      !
      !
      no aaa new-model
      !
      resource policy
      !
      memory-size iomem 5
      no ip icmp rate-limit unreachable
      ip cef
      ip tcp synwait-time 5
      !
      !
      !
      !
      no ip domain lookup
      !
      !
      !
      !
      !
      !
      !
      !
      !
      !
      !
      !
      !
      !
      !
      !
      !
      !
      ! 
      !
      crypto isakmp policy 1
       encr 3des
       authentication pre-share
       group 2
      crypto isakmp key 123 address 20.0.0.2
      !
      !
      crypto ipsec transform-set myset esp-3des esp-sha-hmac 
      !
      crypto map mymap 1 ipsec-isakmp 
       ! Incomplete
       set peer 30.0.0.2
       set transform-set myset 
       match address 100
      !
      !
      !
      !
      interface Tunnel1
       no ip address
       ipv6 address 4000::2/64
       tunnel source Serial0/0
       tunnel destination 20.0.0.2
       tunnel mode ipv6ip
       crypto map mymap
      !
      interface FastEthernet0/0
       no ip address
       duplex auto
       speed auto
       ipv6 address 3100::1/64
      !
      interface Serial0/0
       ip address 30.0.0.2 255.255.255.0
       clock rate 64000
      !
      interface FastEthernet0/1
       no ip address
       shutdown
       duplex auto
       speed auto
      !
      interface Serial0/1
       no ip address
       shutdown
       clock rate 2000000
      !
      !
      !
      no ip http server
      no ip http secure-server
      !
      !
      !
      !
      !
      ipv6 access-list vancuong
       permit ipv6 3100::/64 2100::/64
      !
      control-plane
      !
      !
      !
      !
      !
      !
      !
      !
      !
      !
      line con 0
       exec-timeout 0 0
       privilege level 15
       logging synchronous
      line aux 0
       exec-timeout 0 0
       privilege level 15
       logging synchronous
      line vty 0 4
       login
      !
      !
      end

      Cấu hình ISP

      !!
      version 12.4
      service timestamps debug datetime msec
      service timestamps log datetime msec
      no service password-encryption
      !
      hostname ISP
      !
      boot-start-marker
      boot-end-marker
      !
      !
      no aaa new-model
      !
      resource policy
      !
      memory-size iomem 5
      no ip icmp rate-limit unreachable
      ip cef
      ip tcp synwait-time 5
      !
      !
      !
      !
      no ip domain lookup
      !
      !
      !
      !
      !
      !
      !
      !
      !
      !
      !
      !
      !
      !
      !
      !
      !
      !
      !
      !
      !
      !
      !
      interface FastEthernet0/0
      no ip address
      shutdown
      duplex auto
      speed auto
      !
      interface Serial0/0
      ip address 30.0.0.1 255.255.255.0
      clock rate 64000
      !
      interface FastEthernet0/1
      no ip address
      shutdown
      duplex auto
      speed auto
      !
      interface Serial0/1
      ip address 20.0.0.1 255.255.255.0
      clock rate 64000
      !
      !
      !
      no ip http server
      no ip http secure-server
      !
      !
      !
      !
      !
      control-plane
      !
      !
      !
      !
      !
      !
      !
      !
      !
      !
      line con 0
      exec-timeout 0 0
      privilege level 15
      logging synchronous
      line aux 0
      exec-timeout 0 0
      privilege level 15
      logging synchronous
      line vty 0 4
      login
      !
      !
      end

      mong được mọi người giúp đỡ
      Last edited by mjcheal; 28-07-2013, 12:20 AM.

      Comment

      Working...
      X