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

Thực hiện cấu hình chuyển đổi IPv4 sang IPv6 (phần 2): static route, RIPng

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

  • Thực hiện cấu hình chuyển đổi IPv4 sang IPv6 (phần 2): static route, RIPng

    Mô hình bài lab
    Cấu hình static route:
    R1(config)#ipv6 unicast-routing
    R1(config)#ipv6 route 23::/64 12::2
    R1(config)#ipv6 route 23::/64 13::2
    R1(config)#ipv6 route 2:2:2:2::/64 12::2
    R1(config)#ipv6 route 3:3:3:3::/64 13::2
    R1(config)#exit

    R2(config)#ipv6 unicast-routing
    R2(config)#ipv6 route 13::/64 12::1
    R2(config)#ipv6 route 13::/64 23::2
    R2(config)#ipv6 route 1:1:1:1::/64 12::1
    R2(config)#ipv6 route 3:3:3:3::/64 23::2
    R2(config)#exit

    R3(config)#ipv6 unicast-routing
    R3(config)#ipv6 route 12::/64 13::1
    R3(config)#ipv6 route 12::/64 23::1
    R3(config)#ipv6 route 1:1:1:1::/64 13::1
    R3(config)#ipv6 route 2:2:2:2::/64 23::1
    R3(config)#exit

    Kiểm tra kết quả bằng câu lệnh show ipv6 route và thực hiện Ping trên các Router.

    Show ipv6 route và ping trên R1 sử dụng giao thức static route

    Cấu hình RIPng:
    R1(config)#ipv6 unicast-routing
    R1(config)#ipv6 router rip 1
    R1(config-rtr)#exit
    R1(config)#int f0/0
    R1(config-if)#ipv6 rip 1 enable
    R1(config-if)#exit
    R1(config)#int f0/1
    R1(config-if)#ipv6 rip 1 enable
    R1(config-if)#exit
    R1(config)#int loopback 1
    R1(config-if)#ipv6 rip 1 enable
    R1(config-if)#end

    R2(config)#ipv6 unicast-routing
    R2(config)#ipv6 router rip 2
    R2(config-rtr)#exit
    R2(config)#int f0/0
    R2(config-if)#ipv6 rip 2 enable
    R2(config-if)#exit
    R2(config)#int f0/1
    R2(config-if)#ipv6 rip 2 enable
    R2(config-if)#exit
    R2(config)#int loopback 1
    R2(config-if)#ipv6 rip 2 enable
    R2(config-if)# end

    R3(config)#ipv6 unicast-routing
    R3(config)#ipv6 router rip 3
    R3(config-rtr)#exit
    R3(config)#int f0/0
    R3(config-if)#ipv6 rip 3 enable
    R3(config-if)#exit
    R3(config)#int f0/1
    R3(config-if)#ipv6 rip 3 enable
    R3(config-if)#exit
    R3(config)#int loopback 1
    R3(config-if)#ipv6 rip 3 enable
    R3(config-if)#end

    Kiểm tra kết quả bằng câu lệnh show ipv6 route và thực hiện Ping.


    Show ipv6 route và ping trên R1 sử dụng giao thức RIPng

    Nguyễn Đình Việt – VnPro
    Mời các bạn xem phần 1 tại đây.
    Phạm Thanh Đông Khê
    Email: dongkhe@vnpro.org
    Hãy share hoặc like nếu thông tin hữu ích!
    ---------------------------------------------------------------------------------------------------------------------------------------------------
Trung Tâm Tin Học VnPro
149/1D Ung Văn Khiêm, P.25, Q.Bình Thạnh, Tp.HCM
Tel: (08) 35124257 (5 lines)
Fax: (08) 35124314

Home Page: http://www.vnpro.vn
Forum: http://www.vnpro.org
Twitter: https://twitter.com/VnVnpro
LinkedIn: https://www.linkedin.com/in/VnPro
- Chuyên đào tạo quản trị mạng và hạ tầng Internet
- Phát hành sách chuyên môn
- Tư vấn và tuyển dụng nhân sự IT
- Tư vấn thiết kế và hỗ trợ kỹ thuật hệ thống mạng

Videos: http://www.dancisco.com
Blog: http://www.vnpro.org/blog
FB: http://facebook.com/VnPro
Working...
X