CIS 256 Lab 6 - Configuring Routed Networks

docx

School

Community College of Philadelphia *

*We aren’t endorsed by this school

Course

256

Subject

Computer Science

Date

Apr 3, 2024

Type

docx

Pages

4

Uploaded by thebigd130

Report
Page 1 of 3 CIS 256: Lab 6 – Configuring Routed Network Objectives Part 1: Configuring Devices Part 2: Configure the Router Background / Scenario This is a comprehensive lab to review covered IOS router commands video discussion. You will configure basic cisco router. Topology Addressing Table Device Interface IP Address Subnet Mask Default Gateway R1 G0/0 192.168.0.1 255.255.255.0 N/A G0/1 192.168.1.1 255.255.255.0 N/A PC-A NIC 192.168.1.3 255.255.255.0 192.168.1.1 PC-B NIC 192.168.0.3 255.255.255.0 192.168.0.1 Required Resources 1 Router (Cisco 1941 with Cisco IOS Release 15.2(4) in Packet Tracer program 1 Switch (Cisco 2960 with Cisco IOS Release 15.0(2) in Packet Tracer program 2 PCs in Packet Tracer program Part 1: Setup the topology shown above Attach the devices as shown in the topology diagram, and cable as necessary. Step 1: Configure the PC IP Addresses a. Configure the IP address, subnet mask, and default gateway settings on PC-A. b. Configure the IP address, subnet mask, and default gateway settings on PC-B. Step 2: Configure the router a. Console into the router and enable privileged EXEC mode.
CIS 256: Lab 6 – Configure Routed Network Page 2 of 3 1 Router> enable Router# b. Enter global configuration mode Router# config terminal Router(config) # b. Assign a device a name to the router Router(config)# hostname R1 Part 2: Configure IP Address on the router In Part 2, Setup the router Step 1: Configure router interfaces a. Configure an IP address and interface description. Activate both interfaces on the router. R1(config)# int g0/0 R1(config-if)# description Connection to PC-B R1(config-if)# ip address 192.168.0.1 255.255.255.0 R1(config-if)# no shutdown R1(config-if)# int g0/1 b. Repeat the process for interface g0/1 with IP address given above. Description connection to Sw-1 c. Set the clock on the router; for example: R1# clock set 13:30:00 12 Oct 2021 d. Save the running configuration to the startup configuration file. R1# copy running-config startup-config Destination filename [startup- config]? Building configuration... [OK] R1# Step 2: Verify network connectivity a. Ping PC-B from a command from PC-A (Screen shot below) – 4 Points
CIS 256: Lab 6 – Configure Routed Network Page 3 of 3 1
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
CIS 256: Lab 6 – Configure Routed Network Page 4 of 3 1 Part 3: Review Questions a. List at least three different names for a leased line based on Week 6 class notes provide on Canvas Different names for a leased line include circuit (electrical circuit between two endpoints), serial link (bits flow serially and routers use serial interfaces), and point-to-point link (the topology stretches between two points). b. What is HDLC framing based on week 6 reading assignment? HDLC is High-Level Data Link Control; it is a protocol of data unit that is often transmitted or transferred from one station to another, and every frame—consisting of six fields including address, control, and frame check sequence—on the link begins and ends with a Flag Sequence Field. c. What is EoMPLS based on week 6 readings? EoMPLS is Ethernet over Multiprotocol Label Switching; it is a Layer 2 VPN where ethernet frames are encapsulated into packets and transported across the network using label switching, and the process is then reversed and the frames are extracted and delivered. d. What is ARP used for? ARP is Address Resolution Protocol; it is used to determine the MAC address that matches the particular IP address, resolving the MAC address from a given IP address.