• 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 giúp đỡ về ipv6 tunnel

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

  • xin giúp đỡ về ipv6 tunnel

    Click image for larger version

Name:	1.jpg
Views:	1
Size:	13.0 KB
ID:	208712
    hiện tại em đang demo bài lab về ipv6 tunnel,rắc rối của em là không định tuyến RipNG cho r4 và r5 thấy nhau đc,mặc dù r4 và cả r5 đều ping đc qua ipv6 của tunnel
    ở R1 em cấu hình như sau
    R1
    hostname R1
    !

    interface Serial1/0
    ip address 192.168.2.1 255.255.255.0
    serial restart-delay 0
    !
    interface Serial1/1
    ip address 192.168.1.1 255.255.255.0
    serial restart-delay 0

    router rip
    network 192.168.1.0
    network 192.168.2.0
    !
    !
    no ip http server
    no ip http secure-server
    R4

    hostname R4
    ipv6 unicast-routing

    interface Tunnel0
    no ip address
    ipv6 address 3000::2/64
    tunnel source Serial1/0
    tunnel destination 192.168.1.2
    tunnel mode ipv6ip
    !
    !
    interface Serial1/0
    ip address 192.168.2.2 255.255.255.0
    ipv6 address 2000::2/64
    ipv6 enable
    ipv6 rip aaa enable
    serial restart-delay 0
    !

    router rip
    network 192.168.2.0
    !

    !
    ipv6 router rip aaa

    R5

    hostname R5
    !
    !
    ipv6 unicast-routing
    !
    interface Tunnel0
    no ip address
    ipv6 address 3000::3/64
    tunnel source Serial1/0
    tunnel destination 192.168.2.2
    tunnel mode ipv6ip
    !
    interface Serial1/0
    ip address 192.168.1.2 255.255.255.0
    ipv6 address 2000::3/64
    ipv6 enable
    ipv6 rip aaa enable
    serial restart-delay 0
    !
    router rip
    network 192.168.1.0
    !
    ipv6 router rip aaa
    Last edited by billieanh; 04-01-2013, 09:58 AM.

  • #2
    Originally posted by billieanh View Post
    [ATTACH=CONFIG]5034[/ATTACH]
    hiện tại em đang demo bài lab về ipv6 tunnel,rắc rối của em là không định tuyến RipNG cho r4 và r5 thấy nhau đc,mặc dù r4 và cả r5 đều ping đc qua ipv6 của tunnel ở R1 em cấu hình như sau R1 hostname R1 ! interface Serial1/0 ip address 192.168.2.1 255.255.255.0 serial restart-delay 0 ! interface Serial1/1 ip address 192.168.1.1 255.255.255.0 serial restart-delay 0 router rip network 192.168.1.0 network 192.168.2.0 ! ! no ip http server no ip http secure-server R4 hostname R4 ipv6 unicast-routing interface Tunnel0 no ip address ipv6 address 3000::2/64 tunnel source Serial1/0 tunnel destination 192.168.1.2 tunnel mode ipv6ip ! ! interface Serial1/0 ip address 192.168.2.2 255.255.255.0 ipv6 address 2000::2/64 ipv6 enable ipv6 rip aaa enable serial restart-delay 0 ! router rip network 192.168.2.0 ! ! ipv6 router rip aaa R5 hostname R5 ! ! ipv6 unicast-routing ! interface Tunnel0 no ip address ipv6 address 3000::3/64 tunnel source Serial1/0 tunnel destination 192.168.2.2 tunnel mode ipv6ip ! interface Serial1/0 ip address 192.168.1.2 255.255.255.0 ipv6 address 2000::3/64 ipv6 enable ipv6 rip aaa enable serial restart-delay 0 ! router rip network 192.168.1.0 ! ipv6 router rip aaa
    Chào bạn,

    Cấu hình trên R4 và R5 bạn chưa cho interface tunnel 0 tham gia RIPng, bạn cần phải thêm cấu hình sau trên R4 và R5.
    interface tunnel 0
    ipv6 rip aaa enable

    Chúc vui ^^
    Trần Vũ Hoàng Duy
    Email: hoangduy@vnpro.org
    -------------------------------------------------------------------------------------------
Trung Tâm Tin Học VnPro
Địa chỉ: 149/1D Ung Văn Khiêm P25 Q.Bình thạnh TPHCM
Tel: (08) 35124257 (5 lines)
Fax: (08) 35124314

Home page: http://www.vnpro.vn
Support Forum: http://www.vnpro.org
Network channel: http://www.dancisco.com
  • 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

Blog: http://www.vnpro.org/blog
Wifi forum: http://www.wifipro.org

Comment


  • #3
    Cám ơn bạn! nhưng vẫn không khả thi bạn à.
    Mong bạn reply sớm :D

    Comment

    • Working...
      X