Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 4

R1

enable
configure terminal
hostname R1
enable secret cisco
ipv6 unicast-routing
ipv6 router eigrp 100
no shutdown
eigrp router-id 1.1.1.1
exit
interface gig0/0
ipv6 address 2001:acad:11::1/64
ipv6 address fe80::1 link-local
ipv6 eigrp 100
no shutdown
exit
interface gig0/1
ipv6 address 2001:acad:12::1/64
ipv6 address fe80::1 link-local
ipv6 eigrp 100
no shutdown
exit
interface serial 0/0/1
encapsulation frame-relay
no shutdown
exit
interface serial 0/0/1.102 point-to-point
frame-relay interface-dlci 102
ipv6 address 2001:cafe:1122::1/64
ipv6 address fe80::1 link-local
ipv6 eigrp 100
exit
interface serial 0/0/1.103 point-to-point
frame-relay interface-dlci 103
ipv6 address 2001:cafe:3311::1/64
ipv6 address fe80::1 link-local
ipv6 eigrp 100
exit
exit
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
R2
enable
configure terminal
hostname R2
enable secret cisco
ipv6 unicast-routing
ipv6 router eigrp 100
no shutdown
eigrp router-id 2.2.2.2
exit
username NORTE password pppchap
interface serial 0/0/1
encapsulation frame-relay
no shutdown
exit
interface serial 0/0/1.201 point-to-point
frame-relay interface-dlci 201
ipv6 address 2001:cafe:1122::2/64
ipv6 address fe80::2 link-local
ipv6 eigrp 100
exit
interface serial 0/0/1.203 point-to-point
frame-relay interface-dlci 203
ipv6 address 2001:cafe:2233::2/64
ipv6 address fe80::2 link-local
ipv6 eigrp 100
exit
interface serial 0/0/0
encapsulation ppp
ppp authentication chap
ipv6 address 2001:cafe:1111::2/64
ipv6 address fe80::2 link-local
ipv6 eigrp 100
no shutdown
exit
exit
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
R3
enable
configure terminal
hostname R3
enable secret cisco
username SUR password ppppap
ipv6 unicast-routing
ipv6 router eigrp 100
no shutdown
eigrp router-id 3.3.3.3
exit
interface serial 0/0/1
encapsulation frame-relay
no shutdown
exit
interface serial 0/0/1.301 point-to-point
frame-relay interface-dlci 301
ipv6 address 2001:cafe:3311::3/64
ipv6 address fe80::3 link-local
ipv6 eigrp 100
exit
interface serial 0/0/1.302 point-to-point
frame-relay interface-dlci 302
ipv6 address 2001:cafe:2233::3/64
ipv6 address fe80::3 link-local
ipv6 eigrp 100
exit
interface serial 0/0/0
encapsulation ppp
ppp authentication pap
ppp pap sent-username R3 password ppppap
ipv6 address 2001:cafe:2222::3/64
ipv6 address fe80::3 link-local
ipv6 eigrp 100
no shutdown
exit
exit
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
NORTE
enable
configure terminal
hostname NORTE
enable secret cisco
username R2 password pppchap
ipv6 unicast-routing
ipv6 router eigrp 100
no shutdown
eigrp router-id 4.4.4.4
exit
interface serial 0/0/0
encapsulation ppp
ppp authentication chap
ipv6 address 2001:cafe:1111::4/64
ipv6 address fe80::4 link-local
no shutdown
ipv6 eigrp 100
exit
interface gig0/0
ipv6 address 2001:acad:21::4/64
ipv6 address fe80::4 link-local
ipv6 eigrp 100
no shutdown
exit
interface gig0/1
ipv6 address 2001:acad:22::4/64
ipv6 address fe80::4 link-local
ipv6 eigrp 100
no shutdown
exit
exit
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
SUR
enable
configure terminal
hostname SUR
enable secret cisco
username R3 password ppppap
ipv6 unicast-routing
ipv6 router eigrp 100
no shutdown
eigrp router-id 5.5.5.5
exit
interface serial 0/0/0
encapsulation ppp
ppp authentication pap
ppp pap sent-username SUR password ppppap
ipv6 address 2001:cafe:2222::5/64
ipv6 address fe80::5 link-local
no shutdown
ipv6 eigrp 100
exit
interface gig0/0
ipv6 address 2001:acad:31::5/64
ipv6 address fe80::5 link-local
ipv6 eigrp 100
no shutdown
exit
interface gig0/1
ipv6 address 2001:acad:32::5/64
ipv6 address fe80::5 link-local
ipv6 eigrp 100
no shutdown
exit

You might also like