• No results found

Case Study - CCNA_sem1_Cosmin Daniel POCRISTE

N/A
N/A
Protected

Academic year: 2021

Share "Case Study - CCNA_sem1_Cosmin Daniel POCRISTE"

Copied!
7
0
0

Loading.... (view fulltext now)

Full text

(1)

[email protected]

Topology Diagram

Assessment Objectives

• Design the Logical topology. 35 points, 20 minutes.

• Configure the physical topology. 15 points, 5 minutes.

• Configure the logical topology. 30 points, 20 minutes.

• Verify network connectivity. 20 points, 15 minutes.

Background

Hardware Qty Description

Cisco Router 1 Part of CCNA Lab bundle.

Cisco Switch 1 Part of CCNA Lab bundle.

*Computer (host) 3 Lab computers.

CAT-5 or better straight-through UTP cables 3 CAT-5 cross-over UTP cable 3

Console (rollover) cable 1

Table 1. Equipment and hardware for Eagle 1 lab.

Gather the necessary equipment and cables. To configure the Skills Based Final, make sure the equipment listed in Table 1 is available.

(2)

Scenario

In this Skills Based Assessment students will create a small network that requires connecting network devices and configuring host computers and one Cisco router for basic network connectivity. Subnet A and Subnet B are subnets that are currently needed. Subnet C and Subnet D are anticipated subnets, not yet connected to the network. The 0th subnet will be used. Switch1 has a default configuration, and does not require additional configuration. Common utility commands will be used to test and document the network.

Task 1: Design the Logical LAN Topology. Total points: 35

Time: 20 minutes.

Given an IP address and mask of 168.78.192.0 /21 (address / mask), design an IP addressing scheme that satisfies the following requirements:

Subnet Number of Hosts

Subnet A 257

Subnet B 103

Subnet C 61

Subnet D 954

The 0th subnet is used. No subnet calculators may be used. All work must be shown on the reverse of this Final.

Subnet A

Specification StudentInput Points

Number of bits in the subnet 23 (6 points)

IP mask (binary) 11111111.11111111.11111110.00000000 New IP mask (decimal) 255.255.254.0

Maximum number of usable

subnets (including the 0th subnet) 30 Number of usable hosts per

subnet 510

IP Subnet 168.78.196.0

First IP Host address 168.78.196.1

Last IP Host address 168.78.197.254

Subnet B

Specification StudentInput Points

Number of bits in the subnet 25 (6 points)

IP mask (binary) 11111111.11111111.11111111.10000000 New IP mask (decimal) 255.255.255.128

Maximum number of usable

subnets (including the 0th subnet)

116

Number of usable hosts per

subnet

126

IP Subnet

168.78.198.0

First IP Host address 168.78.198.1

(3)

Subnet C Specification

Student Input

Points

Number of bits in the subnet 26 (6 points)

IP mask (binary) 11111111.11111111.11111111.11000000 New IP mask (decimal) 255.255.255.192

Maximum number of usable

subnets (including the 0th subnet)

230

Number of usable hosts per

subnet

62

IP Subnet

168.78.198.128

First IP Host address 168.78.198.129

Last IP Host address 168.78.198.190

Subnet D Specification

Student Input

Points

Number of bits in the subnet 22 (6 points)

IP mask (binary) 11111111.11111111.11111100.00000000 New IP mask (decimal) 255.255.252.0

Maximum number of usable

subnets (including the 0th subnet)

16

Number of usable hosts per

subnet

1022

IP Subnet 168.78.192.0 /22

First IP Host address 168.78.192.1

Last IP Host address 168.78.195.254

Host computers will use the first IP address in the subnet. The network router will use the LAST network host address.

Write down the IP address information for each device:

Device IP address Mask Gateway Points

Host1 168.78.196.1

255.255.254.0

168.78.197.254 (11 points) Router1-Fa0/0

168.78.197.254

255.255.254.0

---Host2 168.78.198.1

255.255.255.12

8

168.78.198.126 Router1-Fa0/1

168.78.198.126

255.255.255.12

8

---Before proceeding, verify your IP addresses with the instructor.

Instructor Sign-off Task 1: ______________________ points: _________ of 35

(4)

Task 2: Configure the Physical Topology. Total points: 15

Time: 5 minutes.

Step 1: Physically connect lab devices.

Figure 1. Cabling the network.

Cable the network devices as shown in Figure 1. If not already enabled, turn power on to all devices.

Step 2: Visually inspect network connections.

After cabling the network devices, take a moment to verify the connections.

Correct Cabling Points

LAN cable between Host1 and Router1 Fa0/0 (3 ¾ points) LAN cable between Switch1 and Router1 Fa0/1 (3 ¾ points) LAN cable between Switch1 and Host2 (3 ¾ points) Console cable between Host1 and Router1 (3 ¾ points)

Instructor Sign-off Task 2: ______________________ Points: _________ of 15

(5)

Task 3: Configure the Logical Topology. Total points: 30

Time: 20 minutes.

Step 1: Configure host computers.

After configuring each host computer, record the host network settings with the ipconfig

/all command.

Host1 Network Configuration Points

Description

PC0

(7 points)

Physical Address

0060.47E4.EC85

IP Address

168.78.196.1

Subnet Mask

255.255.254.0

Default Gateway

168.78.197.254

Host2 Network Configuration Points

Description

PC1

(7 points)

Physical Address

0030.F2EE.BD82

IP Address

168.78.198.1

Subnet Mask

255.255.128.0

Default Gateway

168.78.198.126

Step 2. Configure Router1

Configuration tasks for Router1 include the following:

Task Specification Points

Router name Router1 (16 points)

Encrypted privileged exec password cisco Console access password class Telnet access password class Configure the MOTD banner.

Router1 interface Fa0/0 set the description set the Layer 3 address Router1 interface Fa0/1 set the description

set the Layer 3 address

Instructor Sign-off Task 3: ______________________ Points: _________ of 30

(6)

Task 4: Verify Network Connectivity. Total points: 20

Time: 15 minutes.

Step 1: Use the ping command to verify network connectivity.

Network connectivity can be verified with the ping command.

**NOTE: If pings to host computers fail, temporarily disable the computer firewall and retest. To disable a Windows firewall, select Start | Control Panel | Windows Firewall, select OFF, and OK.

Use the following table to methodically verify connectivity with each network device. Take corrective action to establish connectivity if a test fails:

From

To

IP Address

Ping results

Points

Host1 NIC IP address 168.78.196.1 Ok (8 points)

Host1 Router1, Fa0/0 168.78.197.254 Ok

Host1 Router1, Fa0/1 168.78.198.126 Ok

Host1 Host2 168.78.198.1 Ok

Host2 NIC IP address 168.78.198.1 Ok (8 points)

Host2 Router1, Fa0/1 168.78.198.126 Ok

Host2 Router1, Fa0/0 168.78.197.254 Ok

Host2 Host1 168.78.196.1 Ok

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

Answer: _______(4 points)

Instructor Sign-off Task 4: ______________________ Points: _________ of 20

Task 5: Cleanup

NOTE: DO NOT PROCEED WITH CLEANUP UNTIL YOUR INSTRUCTOR HAS GRADED YOUR SKILLS BASED FINAL AND HAS INFORMED YOU THAT YOU MAY BEGIN CLEANUP.

Unless directed otherwise by the instructor, restore host computer network connectivity, then turn off power to the host computers.

Before turning off power to the router and switch, remove the NVRAM configuration file (if saved) from Router1 with the privileged exec command erase startup-config.

Disconnect and neatly put away all LAN cables that were used in the Final.

(7)

I. Simulare PT (Packet Tracer)

Se cer:

1. Realizare practica – PT

2.

Document .doc - Print-screen-uri din PT (configurari, output-uri)

inserate in acest document + scripturi (copy/paste) si, la final,

output-ul de la show running-config, ping, traceroute/tracert si

salvarea configuratiei (fisierul de configurare) pe un server tftp

3. Completarea cerintelor de mai sus

Se predau:

a. document .doc

b. document .pkt

II. Proba practica

Se configureaza in laborator si se predau:

1.

Document .doc - Print-screen-uri (configurari, output-uri)

inserate in acest document + scripturi (copy/paste) si, la final,

output-ul de la show running-config, ping, traceroute/tracert si

salvarea configuratiei pe un server tftp

2.

Fisierul de configurare salvat pe server-ul tftp

References

Related documents

Strengthen us to bring forth the fruits of the Spirit, that through life and death we may live in your Son, Jesus Christ, our Savior and Lord, who lives and reigns with you and

This exam tests the skills and competencies of security professionals in terms of describing, implementing, deploying, configuring, maintaining, and troubleshooting Cisco network

Students will be able to perform basic tasks to secure a small branch type office network using Cisco IOS security features available through web-based GUIs (Cisco Router and

Authorized Deloitte staff and subcontractors have access to the PII collected as part of providing forensic data capture and information technology support services to the FDIC

Connecting Your Phone to the Computer Network 27 Connecting Your Phone to the Wired Network 27 Connecting Your Phone to the Wireless Network 27 Determining Your Wireless Router

Connecting three or more computers requires each computer to have a Network Adapter such as the Belkin 10/100 Ethernet Adapter, the Belkin Desktop Network Card for desktop computers,

(b) a Wide Area Network connecting all branches of an organization (c) a corporate computer network. (d) a network connecting all computers of an organization and using the

In cases where stalk borers begin feeding on grassy weeds or other vegetation in field edges, control is most effective if timed between 1,400 and 1,700 degree days (base 41°