Sisko

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

New Corp. is preparing to convert its network to use IPv6.

It is experimenting with the


transition, and has set up a test network that is configured with both IPv4 and IPv6
addressing on all hosts and device interfaces. The company will be using default, static, and

Main or Central or HQ (Rou
int s0/0/1

ter 1) description BACKUP CONNECTION

ip address 128.107.0.5 255.255.255.252

ipv6 address 2001:DB8:3:1::1/64

en
ipv6 address FE80::1 link-local

conf ter no shutdown

int s0/1/1
hostname Main (or Central) (or HQ)

description Connect to Bldg-1


no ip domain-lookup
ip address 10.10.20.1 255.255.255.252
enable secret cisco
ipv6 address 2001:DB8:1:1::1/64

ipv6 address FE80::1 link-local

line console 0 no shutdown

exit
password class
ip route 10.10.1.0 255.255.255.0 s0/1/1
login
ip route 10.10.2.0 255.255.255.0 s0/1/1

line vty 0 15
ipv6 route 2001:DB8:1:A::/64 s0/1/1

password cisco ipv6 route 2001:DB8:1:B::/64 s0/1/1


enable
ip route 0.0.0.0 0.0.0.0 s0/0/0
login
conf terminal
ip route 0.0.0.0 0.0.0.0 s0/0/1 2
exit
ipv6 route ::/0 s0/0/0
int s0/0/0 service password-encryption
ipv6 route ::/0 s0/0/1 2
ip address 10.10.20.2 255.255.255.252
banner motd $CCNAv6.com$ ipv6 unicast-routing

ipv6 address 2001:DB8:1:1::2/64

ipv6 address FE80::2 link-local


int s0/0/0
no shutdown

int g0/0 int s0/0/0

int g0/0
ip address 10.10.1.254 255.255.255.0 description Connection to Main

ip address 10.10.1.254 255.255.255.0


ipv6 address 2001:DB8:1:A::1/64 int g0/0

ipv6 address 2001:DB8:1:A::1/64


ipv6 address FE80::2 link-local description LAN A

ipv6 address FE80::2 link-local


no shutdown int g0/1

no shutdown
int g0/1 description LAN B

int g0/1
ip address 10.10.2.254 255.255.255.0 exit

ip address 10.10.2.254 255.255.255.0


ipv6 address 2001:DB8:1:B::1/64 ip route 0.0.0.0 0.0.0.0 s0/0/0

ipv6 address 2001:DB8:1:B::1/64


ipv6 address FE80::2 link-local ipv6 route ::/0 s0/0/0

ipv6 address FE80::2 link-local


no shutdown ipv6 unicast-routing

no shutdown
exit

You might also like