CCNA1 v7
CCNA1 v7
CCNA1 v7
1. Do not use the browser Back button or close or reload any exam windows during the
exam.
2. Do not close Packet Tracer when you are done. It will close automatically.
3. Click the Submit Assessment button in the browser window to submit your work.
Introduction
In this assessment, you will configure devices in an IPv4/IPv6 network. For the sake of
time, you will not be asked to perform all configurations on all network devices as you may
be required to do in a real network or other assessment. Instead, you will use the skills and
knowledge that you have learned in the labs and packet tracers in this course to configure
the CS Department router. In addition, you will address the hosts on two LANs with IPv4
and IPv6 addresses and activate and address the management interface of the LAB 214-A
Switch.
You are not required to configure the LAB 124-C Switch, and you will not be able to access
it in this practice skills assessment activity.
All IOS device configurations should be completed from a direct terminal connection to the
device console. In addition, many values that are required to complete the configurations
have not been given to you. In those cases, create the values that you need to complete
the requirements. For values that have been supplied to you, they must be entered exactly
as they appear in order for you to get full credit for your configuration.
You will practice and be assessed on the following skills:
Requirements by device:
CS Department router:
Addressing Table
2001:db8:acad:a::1/64 N/A
fe80::1 N/A
2001:db8:acad:b::1/64 N/A
fe80::1 N/A
2001:db8:acad:a::ff/64 FE
2001:db8:acad:a::15/64 FE
2001:db8:acad:b::ff/64 FE
2001:db8:acad:b::15/64 FE
Instructions
Step 1: Determine the IP Addressing
Scheme.
Design an IPv4 addressing scheme and complete the Addressing Table based on the
following requirements. Use the table to help you organize your work.
a.Subnet the 192.168.1.0/24 network to provide 30
host addresses per subnet while wasting the fewest
addresses.
b.Assign the fourth subnet to the LAB 124-C LAN.
c.Assign the last network host address (the highest)
in this subnet to the G0/0 interface on CS Department.
d.Starting with the fifth subnet, subnet the network
again so that the new subnets will provide 14 host
addresses per subnet while wasting the fewest
addresses.
e.Assign the second of these new 14-host subnets to
the LAB 214-A LAN.
f.Assign the last network host address (the highest) in
the LAB 214-A LAN subnet to the G0/1 interface of the
CS Department router.
g.Assign the second to the last address (the second
highest) in this subnet to the VLAN 1 interface of the
LAB 214-A Switch.
h.Configure addresses on the hosts using any of the
remaining addresses in their respective subnets.
IPv4 Address:
192.168.1.97
IPv4 Subnet mask:
255.255.255.224
IPv4 Default gateway:
192.168.1.126
124-1 IP Configuration
IPv6 Address:
2001:DB8:ACAD:A::FF/64
IPv6 Default gateway:
FE80::1
124-5
IPv4 Address:
192.168.1.98
IPv4 Subnet mask:
255.255.255.224
IPv4 Default gateway:
192.168.1.126
124-5 IP Configuration
IPv6 Address:
2001:DB8:ACAD:A::15/64
IPv6 Default gateway:
FE80::1
214-1
IPv4 Address:
192.168.1.145
IPv4 Subnet mask:
255.255.255.240
IPv4 Default gateway:
192.168.1.158
IPv6 Address:
2001:DB8:ACAD:B::FF/64
IPv6 Default gateway:
FE80::1
IT Host IP Configuration
Server
IPv4 Address:
192.168.1.146
IPv4 Subnet mask:
255.255.255.240
IPv4 Default gateway:
192.168.1.158
Server IP Configuration
IPv6 Address:
2001:DB8:ACAD:B::15/64
IPv6 Default gateway:
FE80::1
CS Department router
Use line console to connect 124-1 and CS Department
router. On 124-1, go to "Desktop Tab" --> choice
"Terminal"
ipv6 address fe80::1 link‐local
no shutdown
exit
interface g0/1
ip address 192.168.1.158 255.255.255.240
description LAB 214‐A LAN
ipv6 address 2001:DB8:ACAD:B::1/64
ipv6 address fe80::1 link‐local
no shutdown
exit
ipv6 unicast‐routing
exit
write
enable
conf terminal
enable secret class12345
service password‐encryption
banner motd $LAB 214‐A Switch$
no ip domain‐lookup
line console 0
password cisco12345
login
logging synchronous
exec‐timeout 60
exit
line vty 0 15
password cisco12345
login
logging synchronous
exec‐timeout 60
exit
interface vlan 1
ip address 192.168.1.157 255.255.255.240
no shutdown
ip default‐gateway 192.168.1.158
exit
write