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

EIGRP IPv6

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

  • EIGRP IPv6

    Khởi động định tuyến OSPFv3 cho IPv6 trên các interfaces
    Router(config)#interface type number
    Router(config-if)#ipv6 eigrp as-number
    Router(config-if)#ipv6 router eigrp as-number
    Router(config-router)#eigrp router-id ip-address
    Ø Điều chỉnh Link Bandwidth được sử dụng trên EIGRP (mặc định Link Bandwidth là 50%)
    Router(config)#interface type number
    Router(config-if)#ipv6 bandwidth-percent eigrp as-number percent
    Ø Cấu hình chứng thực EIGRP
    Router(config)#interface type number
    Router(config-if)#ipv6 authentication mode eigrp as-number md5
    Router(config-if)#ipv6 authentication key-chain eigrp as-numberkey-chain
    !
    Router(config)#key chain name-of-chain
    Router(config)#key key-id
    Router(config)#key-string text
    Router(config)#accept-lifetime start-time {infinite | end-time| duration seconds}
    Router(config)#send-lifetime start-time {infinite | end-time| duration seconds}

    Lab EIGRP ipv6


    R2

    R2(config)#int fa 0/0
    R2(config-if)#ipv6 address 2001:1:1:410::2/60
    R2(config-if)#ipv6 address FE80::410:2 link-local
    R2(config-if)#no sh
    R2(config)#ipv6 unicast-routing
    R2(config-rtr)#int fa 0/0
    R2(config-if)#ipv6 enable
    R2(config-if)#ipv6 eigrp 10
    R2(config-if)#exit
    R2(config)#ipv6 router eigrp 10
    R2(config-rtr)#router-id 2.2.2.2
    R2(config-rtr)#no sh

    R3

    R3(config-if)#int fa 0/0
    R3(config-if)#ipv6 address 2001:1:1:410::3/60
    R3(config-if)#ipv6 address FE80::410:3 link-local
    R3(config-if)#no sh
    R3(config)#ipv6 unicast-routing
    R3(config-rtr)#int fa 0/0
    R3(config-if)#ipv6 enable
    R3(config-if)#ipv6 eigrp 10
    R3(config-if)#exit
    R3(config)#ipv6 router eigrp 10
    R3(config-rtr)#router-id 3.3.3.3
    R3(config-rtr)#no sh

    R4


    R4(config-if)#int fa 0/0
    R4(config-if)#ipv6 address 2001:1:1:410::4/60
    R4(config-if)#ipv6 address FE80::410:4 link-local
    R4(config-if)#no sh
    R4(config)#ipv6 unicast-routing
    R4(config-rtr)#int fa 0/0
    R4(config-if)#ipv6 enable
    R4(config-if)#ipv6 eigrp 10
    R4(config-if)#exit
    R4(config)#ipv6 router eigrp 10
    R4(config-rtr)#router-id 4.4.4.4
    R4(config-rtr)#no sh
    Last edited by phamminhtuan; 14-10-2010, 09:38 PM.
    Phạm Minh Tuấn

    Email : phamminhtuan@vnpro.org
    Yahoo : phamminhtuan_vnpro
    -----------------------------------------------------------------------------------------------
Trung Tâm Tin Học VnPro
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
- 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

Network channel: http://www.dancisco.com
Blog: http://www.vnpro.org/blog
Working...
X