You are on page 1of 4

enable secret cisco

username admin secret cisco

R1
enable
clock set 13:00:00 May 10 2019
conf t
ho R1
banner motd %Welcome to R1%
ipv6 unicast-routing
int gig0/0/0
ipv6 enable
ip address 172.16.3.1 255.255.255.224
ipv6 address
ipv6 address fe80::1 link-local
no shut
exit
int se0/1/1
ipv6 enable
ip address 172.16.1.1 255.255.255.128
ipv6 address
ipv6 address fe80::1 link-local
no shut
exit
ip route 172.16.2.192 255.255.255.224 172.16.1.190
ip route 172.16.2.0 255.255.255.192 172.16.1.190
ip route 172.16.1.192 255.255.255.192 172.16.1.190

R2
enable
clock set 13:00:00 May 10 2019
conf t
ho R2
banner motd %Welcome to R2%
ipv6 unicast-routing
int se0/1/0
ipv6 enable
ip address 172.16.1.190 255.255.128
ipv6 address
ipv6 address fe80::2 link-local
no shut
exit
int se0/1/1
ipv6 enable
ip address 172.16.3.224 255.255.255.254
ipv6 address
ipv6 address fe80::2 link-local
no shut
exit
int se0/2/0
ipv6 enable
ip address 172.16.0.254 255.255.255.128
ipv6 address
ipv6 address fe80::2 link-local
no shut
exit
ip route 172.16.3.0 255.255.255.224 172.16.1.1
ip route 172.16.2.192 255.255.255.224 172.16.3.254
ip route 172.16.2.0 255.255.255.192 172.16.0.129
ip route 172.16.1.192 255.255.255.192 172.16.0.129

R3
enable
clock set 13:00:00 May 10 2019
conf t
ho R3
banner motd %Welcome to R3%
ipv6 unicast-routing
int se0/1/0
ipv6 enable
ip address 172.16.3.254 255.255.255.254
ipv6 address
ipv6 address fe80::3 link-local
no shut
exit
int se0/2/0
ipv6 enable
ip address 172.16.0.254 255.255.255.128
ipv6 address
ipv6 address fe80::3 link-local
no shut
exit
int gig0/0/0
ipv6 enable
ip address 172.16.2.193 255.255.255.224
ipv6 address
ipv6 address fe80::3 link-local
no shut
exit
ip route 172.16.3.0 255.255.255.224 172.16.3.224
ip route 172.16.2.0 255.255.255.192 172.16.3.224
ip route 172.16.1.192 255.255.255.192 172.16.3.224

R4
enable
clock set 13:00:00 May 10 2019
conf t
ho R4
banner motd %Welcome to R4%
ipv6 unicast-routing
int gig0/0/0
ipv6 enable
ip address 172.16.2.1 255.255.255.192
ipv6 address
ipv6 address fe80::4 link-local
no shut
exit
int se0/2/1
ipv6 enable
ip address 172.16.0.129 255.255.255.128
ipv6 address
ipv6 address fe80::4 link-local
no shut
exit
int se0/1/0
ipv6 enable
ip address 172.16.0.126 255.255.255.128
ipv6 address
ipv6 address fe80::4 link-local
no shut
exit
ip route 172.16.3.0 255.255.255.224 172.16.0.254
ip route 172.16.2.192 255.255.255.224 172.16.0.254
ip route 172.16.1.192 255.255.255.192 172.16.0.1

R5
enable
clock set 13:00:00 May 10 2019
conf t
ho R5
banner motd %Welcome to R5%
ipv6 unicast-routing
int gig0/0/0
ipv6 enable
ip address 172.16.193 255.255.255.192
ipv6 address
ipv6 address fe80::5 link-local
no shut
exit
int se0/1/1
ipv6 enable
ip address 172.16.0.1 255.255.255.128
ipv6 address
ipv6 address fe80::5 link-local
no shut
exit
ip route 172.16.3.0 255.255.255.224 172.16.0.126
ip route 172.16.2.192 255.255.255.224 172.16.0.126
ip route 172.16.2.0 255.255.255.192 172.16.0.126

SW1
enable
clock set 13:00:00 May 10 2019
conf t
ho SW1
banner motd %Welcome%
int vlan 1
ip add 176.16.0.2 255.255.255.128
ipv6 add
ipv6 address fe80::1 link-local
no shut
exit
ip default-gateway 172.16.3.1

SW2
enable
clock set 13:00:00 May 10 2019
conf t
ho SW2
banner motd %Welcome%
int vlan 1
ip add 172.16.2.194 255.255.255.224
ipv6 add
ipv6 address fe80::2 link-local
no shut
exit
ip default-gateway 172.16.2.193

SW3
enable
clock set 13:00:00 May 10 2019
conf t
ho SW3
banner motd %Welcome%
int vlan 1
ip add 172.16.2.2 255.255.255.192
ipv6 add
ipv6 address fe80::3 link-local
no shut
exit
ip default-gateway 172.16.2.1

SW4
enable
clock set 13:00:00 May 10 2019
conf t
ho SW4
banner motd %Welcome%
int vlan 1
ip add 172.16.1.194 255.255.255.192
ipv6 add
ipv6 address fe80::4 link-local
no shut
exit
ip default-gateway 172.16.193

You might also like