0% found this document useful (0 votes)
26 views7 pages

CASE Networking

Uploaded by

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

CASE Networking

Uploaded by

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

Case Study CCNA 1 (DI2014) – Introduction to Networks

Topology

Assessment Objectives
Part 1: Develop an IP Addressing Scheme
Part 2: Initialize and Reload Devices
Part 3: Configure Device IP address and Security Settings
Part 4: Test and Verify IPv4 and IPv6 End-to-End Connectivity
Part 5: Use the IOS CLI to Gather Device Information

Scenario
In this Case Study you will cable and 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 1941 with IOS Release 15.2(4)M3 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


Prepare this before you attend to your scheduled time for the Case Study.
a. You’re assigned the IPv4 network 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.

Number of Hosts in Number of Hosts in


Network Subnet mask Subnet A Subnet B

192.168.1.0 /24 40 20

 2019 - 2023 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 1 of 7 www.netacad.com
Case Study CCNA 1 (DI2014) – Introduction to Networks

IP Addressing Worksheet

Specification Subnet A Subnet B

Number of bits in the blank 2 blank


3
subnet
New subnet mask 11111111.11111111.11111111.11000000 blank
11111111.11111111.11111111.11100000
blank
New subnet mask, blank blank 255.255.255.224
255.255.255.192
decimal
Maximum number of blank blank
usable subnets (including 4 8
the 0th subnet)
Number of usable hosts blank 62 blank
30
per subnet
IP Subnet Address blank blank
192.168.1.64
(network address of the 192.168.1.0
subnet)
First IP Host address blank blank 192.168.1.65
192.168.1.1
Last IP Host address blank 192.168.1.62 blank 192.168.1.94

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

First IP address blank 192.168.1.1 blank 192.168.1.65

Last IP address blank 192.168.1.62 blank 192.168.1.94

Maximum number of hosts blank 62 blank 30

c. Record the IP address information for each device:

Device IP address Subnet Mask Gateway

PC-A blank 192.168.1.62 blank


255.255.255.192 192.168.1.1
blank
R1-G0/0/0 blank192.168.1.65 blank
255.255.255.224 N/A
R1-G0/0/1 blank 192.168.1.1 blank
255.255.255.192 N/A
S1 blank 192.168.1.2 blank
255.255.255.192 blank192.168.1.1
PC-B blank 192.168.1.94 blank
255.255.255.224 blank
192.168.1.65

 2019 - 2023 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 2 of 7 www.netacad.com
Case Study CCNA 1 (DI2014) – Introduction to Networks

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.

Subnet IPv6 Subnet Address Prefix Length

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

G0/0/0 2001:db8:acad:b::/64
blank blank 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

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


R1-G0/0/1 blank 2001:db8:acad:a::1/64 blank 64 N/A
S1 blank 2001:db8:acad:a::2/64 blank 64 2001:db8:acad:a::1/64
blank
Before proceeding, verify your IP addressing scheme with the instructor.
Instructor Sign-off Part 1:

Part 2: Initialize and Reload Devices


• Cable your network according to the topology picture above.
• If the devices are configured, 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.

Part 3: Configure Device IP Address and Security Settings


Step 1: Configure R1.
Configuration tasks for R1 include the following:

Task Specification

Disable DNS lookup


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

Create an administrative user in the local Username: admin


database Password: admin1pass
Set login on vty lines to use local database

 2019 - 2023 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 3 of 7 www.netacad.com
Case Study CCNA 1 (DI2014) – Introduction to Networks

Task Specification

Set vty lines to accept SSH connections


only
Encrypt the clear text passwords
Configure an MOTD Banner
Enable IPv6 Routing
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
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
Generate an RSA crypto key 1024 bits modulus

Step 2: Configure S1.


Configuration tasks for S1 include the following:

Task Specification

Disable DNS lookup


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

Create an administrative user in the local Username: admin


database Password: admin1pass
Set login on vty lines to use local database
Set vty lines to accept SSH connections only
Encrypt the clear text passwords
Configure an MOTD Banner
Generate an RSA crypto key 1024 bits modulus
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

 2019 - 2023 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 4 of 7 www.netacad.com
Case Study CCNA 1 (DI2014) – Introduction to Networks

Step 3: Configure host computers.


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

PC-A Network Configuration

Description blank
Physical Address blank

IPv4 Address blank

Subnet Mask blank

IPv4 Default Gateway blank

IPv6 Address blank

IPv6 Default Gateway blank

PC-B Network Configuration

Description Blank

Physical Address Blank

IP Address Blank

Subnet Mask blank

Default Gateway blank

IPv6 Address blank

IPv6 Default Gateway blank

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


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

PC-A R1 G0/0/0 IPv4 blank 192.168.1.65 blank

IPv6 blank2001:DB8:ACAD:B::1 blank


PC-A R1 G0/0/0
R1 G0/0/1 IPv4 blank 192.168.1.1 blank
PC-A
IPv6 blank2001:DB8:ACAD:A::1 blank
PC-A R1 G0/0/1
S1 VLAN 1 IPv4 blank 192.168.1.2 blank
PC-A
IPv6 blank2001:db8:acad:a::2 blank
PC-A S1 VLAN 1
PC-B IPv4 blank 192.168.1.94 blank
PC-A

 2019 - 2023 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 5 of 7 www.netacad.com
Case Study CCNA 1 (DI2014) – Introduction to Networks

From To Protocol IP Address Ping Results

IPv6 blank 2001:DB8:ACAD:B::B blank


PC-A PC-B
PC-B R1 G0/0/0 IPv4 blank 192.168.1.65 blank

IPv6 blank 2001:DB8:ACAD:B::1 blank


PC-B R1 G0/0/0
R1 G0/0/1 IPv4 blank 192.168.1.1 blank
PC-B
IPv6 blank 2001:DB8:ACAD:A::1 blank
PC-B R1 G0/0/1
S1 VLAN1 IPv4 blank blank
PC-B 192.168.1.2

IPv6 blank 2001:db8:acad:a::2 blank


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?

Part 5: Use the IOS CLI to Gather Device Information


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

Command Description Command

Router model, IOS image, configuration


register
Display a summary of important information Blank
about the IPv4 interfaces on R1.
Display the IPv4 routing table. Blank

Display detailed IPv4 information about


interface G0/0/0 on R1.
Display the IPv6 routing table. Blank

Display a summary of IPv6 interface


addresses and status.
Display the Layer 2 to Layer 3 mapping of Blank
addresses on R1.
Display information about the devices Blank
connected to R1. Information should include
Device ID, Local Interface, Hold time,
Capability, Platform, and Port ID.
Save the current configuration so it will be Blank
used the next time the router is started.

 2019 - 2023 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 6 of 7 www.netacad.com
Case Study CCNA 1 (DI2014) – Introduction to Networks

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.

 2019 - 2023 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 7 of 7 www.netacad.com

You might also like