Configure EIGRP for IPv6 عربي



Configure EIGRP for IPv6 عربي

Configure EIGRP for IPv6 عربي

ملاحظة
التوبولوجي الي داخله معنا عليها سويتشات ما بأثر اشي ومافي زيادة عالشرح بس مجرد جهاز يربط بين كمبيوتر وراوتر وما عليه ولا كونفقريشن فاختصرت وشلته

رابط أدأة بكشر ان بكشر :

https://chrome.google.com/webstore/detail/picture-in-picture-extens/hkgfoiooedgoejojocmhlaklaeopbecg

رابط دعم المحتوى :
paypal.me/DiamondLeveL

رابط الموقع تبع سيسكو:

https://www.netacad.com/

رابط تحميل البكت تريسر نسخة 8.2.0
64 bit

https://mega.nz/file/7Go23TQb#SJK0kwJHIAq5FBcLkXG7f_SXOqlpj6UkDFuec0w5Pk0

مسار التعلم لو بتحب تعرف خطتك :
https://ciscointeractivepathways.com/Career-Pathways.html

رابط حساباتنا سوشال ميديا بتنورنا
https://linktr.ee/DiamonDLeveL

######### Router 1 ##############

enable
conf t
hostname R1
ipv6 unicast-routing
ipv6 router eigrp 1
no auto-summary xxxxxxxxxxxxxxxxxxxx
eigrp router 1.1.1.1
no shut
exit

int s0/0/0
ipv6 enable
bandwidth 1024
clock rate 64000
ipv6 address 2001:DB8:CAFE:A001::1/64
ipv6 eigrp 1
no shut

int s0/0/1
ipv6 enable
bandwidth 64
clock rate 64000
ipv6 address 2001:DB8:CAFE:A003::1/64
ipv6 eigrp 1
no shut

interface GigabitEthernet0/0
ipv6 enable
ipv6 address 2001:DB8:CAFE:1::1/64
ipv6 address Fe80::1 link-local
ipv6 eigrp 1
no shut

interface loopback 1
interface loopback 5
interface loopback 9
interface loopback 13

ipv6 route ::/0 loopback 1

######### Router 2 ##############

enable
conf t
hostname R2
ipv6 unicast-routing
ipv6 router eigrp 1
no auto-summary
eigrp router 2.2.2.2
no shut
exit

int s0/0/0
ipv6 enable
bandwidth 1024
clock rate 64000
ipv6 address 2001:DB8:CAFE:A001::2/64
ipv6 eigrp 1
no shut

int s0/0/1
ipv6 enable
bandwidth 1544
clock rate 64000
ipv6 address 2001:DB8:CAFE:A002::2/64
ipv6 eigrp 1
no shut

interface GigabitEthernet0/0
ipv6 enable
ipv6 address 2001:DB8:CAFE:2::1/64
ipv6 address Fe80::2 link-local
ipv6 eigrp 1
no shut

interface loopback 1
interface loopback 5
interface loopback 9
interface loopback 13

######### Router 3 ##############

enable
conf t
hostname R3
ipv6 unicast-routing
ipv6 router eigrp 1
no auto-summary
eigrp router 3.3.3.3
no shut
exit

int s0/0/0
ipv6 enable
bandwidth 1544
clock rate 64000
ipv6 address 2001:DB8:CAFE:A002::1/64
ipv6 eigrp 1
no shut

int s0/0/1
ipv6 enable
bandwidth 64
clock rate 64000
ipv6 address 2001:DB8:CAFE:A003::2/64
ipv6 eigrp 1
no shut

interface GigabitEthernet0/0
ipv6 enable
ipv6 address 2001:DB8:CAFE:3::1/64
ipv6 address Fe80::3 link-local
ipv6 eigrp 1
no shut

interface loopback 1
interface loopback 5
interface loopback 9
interface loopback 13

############# Default Route #############

R(config)# ipv6 route ::/0 serial 0/1/0

redistribute static = default-information originate .