0% found this document useful (0 votes)
216 views11 pages

CCNAv7 Skill Exam

This document outlines the objectives and instructions for a CCNAv7 ITN Skills Assessment. The assessment consists of 5 parts testing skills in areas like IP addressing, device configuration, connectivity testing, and CLI usage. Part 1 involves developing an IP addressing scheme including subnetting an IPv4 network and assigning IPv6 addresses. Part 2 requires initializing and reloading the router and switch devices. Part 3 is configuring IP addresses, security settings and other baseline settings on the router. Part 4 tests IPv4 and IPv6 connectivity. Part 5 examines using CLI commands to gather device information. Completing all parts fully and correctly demonstrates skills in core CCNA topics.

Uploaded by

Danial beto
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
216 views11 pages

CCNAv7 Skill Exam

This document outlines the objectives and instructions for a CCNAv7 ITN Skills Assessment. The assessment consists of 5 parts testing skills in areas like IP addressing, device configuration, connectivity testing, and CLI usage. Part 1 involves developing an IP addressing scheme including subnetting an IPv4 network and assigning IPv6 addresses. Part 2 requires initializing and reloading the router and switch devices. Part 3 is configuring IP addresses, security settings and other baseline settings on the router. Part 4 tests IPv4 and IPv6 connectivity. Part 5 examines using CLI commands to gather device information. Completing all parts fully and correctly demonstrates skills in core CCNA topics.

Uploaded by

Danial beto
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 11

CCNAv7 ITN Skills Assessment

Topology

Assessment Objectives
Part 1: Develop an IP Addressing Scheme (20 points, 25 minutes)
Part 2: Initialize and Reload Devices (10 points, 20 minutes)
Part 3: Configure Device IP address and Security Settings (45 points, 35 minutes)
Part 4: Test and Verify IPv4 and IPv6 End-to-End Connectivity (15 points, 20 minutes)
Part 5: Use the IOS CLI to Gather Device Information (10 points, 10 minutes)

Scenario
In this Skills Assessment (SA) you will configure the devices in a small network. You must configure a router,
switch and PCs to support both IPv4 and IPv6 connectivity. You will configure security, including SSH, on the
router. In addition, you will test and document the network using common CLI commands.

Required Resources
 1 Router (Cisco 4221 with Cisco IOS XE Release 16.9.4 universal image or comparable)
 1 Switch (Cisco 2960 with Cisco IOS Release 15.2(2) lanbasek9 image or comparable)
 2 PCs (Windows with a terminal emulation program, such as Tera Term)

 Console cables to configure the Cisco IOS devices via the console ports
 Ethernet cables as shown in the topology

Instructions

Part 1: Develop an IP Addressing Scheme


Total points: 20
Time: 25 minutes
a. Your instructor will assign one of the IPv4 networks from the table below. You will subnet it to provide IP
addresses to two subnets that will support the required number of hosts. No subnet calculators may be
used. All work must be shown using the IP Addressing worksheet below.

Network Number of Hosts in Subnet A Number of Hosts in Subnet B

192.168.10.0/24 100 50

 2019 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 1 of 11 www.netacad.com
CCNAv7 ITN Skills Assessment

Network Number of Hosts in Subnet A Number of Hosts in Subnet B

172.16.1.0/25 60 20
209.165.201.0/27 12 5

IP Addressing Worksheet

Specification Subnet A Subnet B

Blank Blank
Number of bits in the
subnet 28 29
Blank
Blank
11111111.11111111.
11111111.11111111.
11111111.11111000
IP mask (binary) 11111111.11110000
Blank Blank

New IP mask (decimal) 255.255.255.240 255.255.255.248

Maximum number of Blank Blank


usable subnets (including 2 4
the 0th subnet)
Blank Blank
Number of usable hosts
per subnet 14 6
Blank Blank

IP Subnet 209.165.201.0 209.165.201.16


Blank Blank

First IP Host address 209.165.201.1 209.165.201.17


Blank Blank

Last IP Host address 209.165.201.14 209.165.201.22

b. Record your subnet assignment in the table below.


1) Assign the first IPv4 address of each subnet to a router interface
(i) subnet A is hosted on R1 G0/0/1
(ii) subnet B is hosted on R1 G0/0/0
2) Assign the last IPv4 address of each subnet to the PC NIC
3) Assign the second IPv4 address of subnet A to S1
4) List the maximum number of useable hosts per subnet

Description Subnet A Subnet B

Blank Blank

First IP address 192.168.10.1 192.168.10.129

Last IP address Blank Blank

 2019 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 2 of 11 www.netacad.com
CCNAv7 ITN Skills Assessment

192.168.10.126 192.168.10.190
Blank Blan

Maximum number of hosts 126 62

c. Record the IP address information for each device:

Device IP address Subnet Mask Gateway Points

Blank Blank
192.168.10.126 255.255.255.128 192.168.10.1
PC-A ank 2 points
Blank Blank

R1-G0/0/0 192.168.10.129 255.255.255.192 N/A 2 points


Blank Blank

R1-G0/0/1 192.168.10.1 255.255.255.128 N/A 2 points


Blank Blank Blank

S1 192.168.10.2 192.168.10.1 255.255.255.128 2 points


Blank Blank Blank

PC-B 192.168.10.190 255.255.255.192 192.168.10.129 2 points

d. Use the IPv6 address 2001:db8:acad::/48 and create two subnets for use in this network. Record the IPv6
addresses in the table.

Assigned to Interface IPv6 Subnet Address Prefix Length

Blank Blank
G0/0/1 2001:db8:acad:a::/64 64

Blank Blank Blank


G0/0/0 2001:db8:acad:b::/64 64

e. Record the IPv6 address information for each device.


Note: Use FE80::1 as the link-local address on both router interfaces.

Device IPv6 address Prefix Length Gateway Points

Blank K

R1-G0/0/0 2001:db8:acad:b::1 64 N/A 3 pts


Blank Blank

R1-G0/0/1 2001:db8:acad:a::1 64 N/A 3 pts


Blank Blank Blank

S1 2001:db8:acad:a::2 64 2001:db8:acad:a::1 4 pts

Before proceeding, verify your IP addressing scheme with the instructor.

 2019 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 3 of 11 www.netacad.com
CCNAv7 ITN Skills Assessment

Instructor Sign-off Part 1:

Total Points for Part 1 (20 points):

Part 2: Initialize and Reload Devices


Total points: 10
Time: 20 minutes
 Erase the startup configurations and VLANs from the router and switch and reload the devices.
 After the switch is reloaded, change the SDM template to one that supports IPv6 as necessary, and
reload the switch again.
Before proceeding, ask your instructor verify device initializations.
Instructor Sign-off Part 2:

Total points (10 points):

Part 3: Configure Device IP Address and Security Settings


Total points: 45
Time: 35 minutes

Step 1: Configure R1.


Configuration tasks for R1 include the following:

Task Specification Points

Disable DNS lookup 1 point


Router name R1 1 point
Domain name ccna-lab.com 1 point
Encrypted privileged EXEC password ciscoenpass 1 point
Console access password ciscoconpass 1 point
Set the minimum length for passwords 10 characters 2 points

Create an administrative user in the local Username: admin


database Password: admin1pass 2 points
Set login on vty lines to use local database 1 point
Set vty lines to accept SSH connections
only 1 point
Encrypt the clear text passwords 1 point
Configure an MOTD Banner 1 point
Enable IPv6 Routing 1 point

 2019 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 4 of 11 www.netacad.com
CCNAv7 ITN Skills Assessment

Task Specification Points

Set the description


Set the Layer 3 IPv4 address
Set the IPv6 Link Local Address as FE80::1
Set the Layer 3 IPv6 address
Configure Interface G0/0/0 Activate Interface 6 points
Set the description
Set the Layer 3 IPv4 address
Set the IPv6 Link Local Address as FE80::1
Set the Layer 3 IPv6 address
Configure Interface G0/0/1 Activate Interface 6 points
Generate an RSA crypto key 1024 bits modulus 2 points

Step 2: Configure S1.


Configuration tasks for S1 include the following:

Task Specification Points

Disable DNS lookup 1 point


Switch name S1 1 point
Domain name ccna-lab.com 1 point
Encrypted privileged EXEC password ciscoenpass 1 point
Console access password ciscoconpass 1 point
Shutdown all unused interfaces F0/1-4, F0/7-24, G0/1-2 1 point

Create an administrative user in the local Username: admin 1 point


database Password: admin1pass
Set login on vty lines to use local database 1 point
Set vty lines to accept SSH connections only 1 point
Encrypt the clear text passwords 1 point
Configure an MOTD Banner 1 point
Generate an RSA crypto key 1024 bits modulus 2 points
Set the description
Set the Layer 3 IPv4 address
Configure Management Interface (SVI) on Set the IPv6 Link Local Address as FE80::2
VLAN1 Set the Layer 3 IPv6 address 2 points

Step 3: Configure host computers.


After configuring each host computer, record the host network settings with the ipconfig /all command. (2
points)

 2019 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 5 of 11 www.netacad.com
CCNAv7 ITN Skills Assessment

PC-A Network Configuration (1 point)

Description blank
Blank

Physical Address FE80::2D0:FFFF:FE8E:A4C0


Blank

IPv4 Address 192.168.10.126


Blank

Subnet Mask 255.255.255.128


blank

IPv4 Default Gateway 192.168.10.126


Blank

IPv6 Address 2001:DB8:ACAD:A::A


Blank

IPv6 Default Gateway FE80::1

PC-B Network Configuration (1 point)

Description blank
Blank

Physical Address 0060.5C39.EC7B


Blank

IP Address 192.168.10.190
Blank

Subnet Mask 255.255.255.192


Blank

Default Gateway 192.168.10.129


Blank

IPv6 Address 2001:DB8:ACAD:B::B


Blank

IPv6 Default Gateway FE80::1

Points for Step 1 (28 points):

Points for Step 2 (15 points):

Points for Step 3 (2 points):

 2019 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 6 of 11 www.netacad.com
CCNAv7 ITN Skills Assessment

Instructor Sign-off Part 4:

Total Points for Part 3 (45 points)

Part 4: Test and Verify End-to-End Connectivity


Total points: 15
Time: 10 minutes
Use the ping command to test IPv4 and IPv6 connectivity between all network devices.
Note: If pings to host computers fail, temporarily disable the computer firewall and retest.
Use the following table to methodically verify connectivity with each network device. Take corrective action to
establish connectivity if a test fails:

From To Protocol IP Address Ping Results Points

Blank Blank 1 point


192.168.10.129 Packets: Sent = 4,
Received = 4, Lost
PC-A R1 G0/0/0 IPv4 = 0 (0% loss)
blank Blank 1 point
2001:DB8:ACAD:B::1 Packets: Sent = 4,
Received = 4, Lost
IPv6 = 0 (0% loss)
PC-A R1 G0/0/0
Blank Blank 1 point
192.168.10.1 Packets: Sent = 4,
Received = 4, Lost
R1 G0/0/1 IPv4 = 0 (0% loss)
PC-A
Blank Blank 1 point
2001:DB8:ACAD:A::1 Packets: Sent = 4,
Received = 4, Lost
IPv6 = 0 (0% loss)
PC-A R1 G0/0/1
Blank Blank 1 point
192.168.10.2 Packets: Sent = 4,
Received = 4, Lost
S1 VLAN 1 IPv4 = 0 (0% loss)
PC-A
Blank Blank 1 point
2001:db8:acad:a::2 Packets: Sent = 4,
Received = 4, Lost
IPv6 = 0 (0% loss)
PC-A S1 VLAN 1
PC-A PC-B IPv4 Blank Blank 1 point
192.168.10.190 Packets: Sent = 4,
Received = 4, Lost

 2019 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 7 of 11 www.netacad.com
CCNAv7 ITN Skills Assessment

From To Protocol IP Address Ping Results Points

= 0 (0% loss)
blank Blank 1 point
2001:DB8:ACAD:B::B Packets: Sent = 4,
Received = 4, Lost
IPv6 = 0 (0% loss)
PC-A PC-B
Blank Blank 1 point
192.168.10.129 Packets: Sent = 4,
Received = 4, Lost
PC-B R1 G0/0/0 IPv4 = 0 (0% loss)
Blank 1 point
Packets: Sent = 4,
2001:DB8:ACAD:B::1 Received = 4, Lost
IPv6 = 0 (0% loss)
PC-B R1 G0/0/0
Blank Blank 1 point
192.168.10.1 Packets: Sent = 4,
Received = 4, Lost
R1 G0/0/1 IPv4 = 0 (0% loss)
PC-B
blank Blank 1 point
2001:DB8:ACAD:A::1 Packets: Sent = 4,
Received = 4, Lost
IPv6 = 0 (0% loss)
PC-B R1 G0/0/1
blank Blank 1 point
192.168.10.2 Packets: Sent = 4,
Received = 4, Lost
S1 VLAN1 IPv4 = 0 (0% loss)
PC-B
Blank Blank
2001:db8:acad:a::2 Packets: Sent = 4,
Received = 4, Lost
IPv6 = 0 (0% loss) 1 point
PC-B S1 VLAN1
Question:

In addition to the ping command, what other command is useful in displaying network delay and breaks in the
path to the destination? (1 point)

Total points for Part 4 (15 points):

Part 5: Use the IOS CLI to Gather Device Information


Total points: 10
Time: 10 minutes

 2019 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 8 of 11 www.netacad.com
CCNAv7 ITN Skills Assessment

Step 1: Issue the appropriate command to discover the following information:

Description Points

Blank

Router Model blank 1/3 point

IOS Image File blank 1/3 point


Blank

Total RAM blank 1/3 point


Blank

Total Flash Memory blank 1/3 point


Blank

Configuration Register blank 1/3 point


Blank

CLI Command Used blank 1/3 point

Step 2: Enter the appropriate CLI command needed to display the following on R1:

Command Description Command Points

Blank
Display a summary of important information
about the IPv4 interfaces on R1. blank 1 point
1 point
Display the IPv4 routing table. blank
Blank 1 point
Display the Layer 2 to Layer 3 mapping of
addresses on R1. blank
Blank 1 point
Display detailed IPv4 information about
interface G0/0/0 on R1. blank
Blank 1 point
Display the IPv6 routing table. blank
Blank 1 point
Display a summary of IPv6 interface
addresses and status. blank

Display information about the devices Blank 1 point


connected to R1. Information should include blank
Device ID, Local Interface, Hold time,
Capability, Platform, and Port ID.
Blank 1 point
Save the current configuration so it will be
used the next time the router is started. blank

 2019 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 9 of 11 www.netacad.com
CCNAv7 ITN Skills Assessment

Instructor Sign-off Part 5:

Total points for Part 5 (10 points):

Part 6: Cleanup
NOTE: DO NOT PROCEED WITH CLEANUP UNTIL YOUR INSTRUCTOR HAS GRADED YOUR SKILLS
EXAM AND HAS INFORMED YOU THAT YOU MAY BEGIN CLEANUP.
Unless directed otherwise by the instructor, restore host computer network connectivity, and then turn off
power to the host computers.
Before turning off power to the router and switch, remove the NVRAM configuration files (if saved) from both
devices.
Disconnect and neatly put away all LAN cables that were used in the Final.

Router Interface Summary Table


Router Model Ethernet Interface #1 Ethernet Interface #2 Serial Interface #1 Serial Interface #2

Fast Ethernet 0/0 Fast Ethernet 0/1


1800 (F0/0) (F0/1) Serial 0/0/0 (S0/0/0) Serial 0/0/1 (S0/0/1)
Gigabit Ethernet 0/0 Gigabit Ethernet 0/1
1900 (G0/0) (G0/1) Serial 0/0/0 (S0/0/0) Serial 0/0/1 (S0/0/1)
Fast Ethernet 0/0 Fast Ethernet 0/1
2801 (F0/0) (F0/1) Serial 0/1/0 (S0/1/0) Serial 0/1/1 (S0/1/1)
Fast Ethernet 0/0 Fast Ethernet 0/1
2811 (F0/0) (F0/1) Serial 0/0/0 (S0/0/0) Serial 0/0/1 (S0/0/1)
Gigabit Ethernet 0/0 Gigabit Ethernet 0/1
2900 (G0/0) (G0/1) Serial 0/0/0 (S0/0/0) Serial 0/0/1 (S0/0/1)
Gigabit Ethernet 0/0/0 Gigabit Ethernet 0/0/1
4221 (G0/0/0) (G0/0/1) Serial 0/1/0 (S0/1/0) Serial 0/1/1 (S0/1/1)
Gigabit Ethernet 0/0/0 Gigabit Ethernet 0/0/1
4300 (G0/0/0) (G0/0/1) Serial 0/1/0 (S0/1/0) Serial 0/1/1 (S0/1/1)

Note: To find out how the router is configured, look at the interfaces to identify the type of router and how many
interfaces the router has. There is no way to effectively list all the combinations of configurations for each router
class. This table includes identifiers for the possible combinations of Ethernet and Serial interfaces in the device.
The table does not include any other type of interface, even though a specific router may contain one. An example
of this might be an ISDN BRI interface. The string in parenthesis is the legal abbreviation that can be used in
Cisco IOS commands to represent the interface.
End of

 2019 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 10 of 11 www.netacad.com
CCNAv7 ITN Skills Assessment

document

 2019 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 11 of 11 www.netacad.com

You might also like