lab12oct29 (2)

docx

School

Quinsigamond Community College *

*We aren’t endorsed by this school

Course

CST240

Subject

Computer Science

Date

Dec 6, 2023

Type

docx

Pages

17

Uploaded by GrandMorningDeer3

Report
Studen: Dirian Maldonado Instructor: Damien Doheny CST240 Routing Technologies
Contents Packet tracer – Configuring and Verifying a Small Network Topology Addressing Tabel Objectives Background -Part1: Configure Device and Verify connectivity Step1: Apply basic configuration to RTA. Step2: Configure addressing on PC1 and PC2. Step3: Configure SW1 for remote management. Part 2: Gather information from show interface command output. Step1: Gather information from show interface command output Step2: Gather information from show ip router command output. Step3: Gather information after an interface state is changed.
Lab 12 Configure a small network A-Topology
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
ADDRESING TABLE Device Interface IP Address Subnet Mask Default Gateway RTA f0/0 f0/1 10.10.10.1 10.10.20.1 255.255.255.0 255.255.255.0 N/A N/A
SW1 SW2 VLAN1 VLAN1 10.10.10.2 10.10.20.2 255.255.255.0 255.255.255.0 10.10.10.1 10.10.20.1 PC1 NIC 10.10.10.10 255.255.255.0 10.10.10.1 PC2 NIC 10.10.20.10 255.255.255.0 10.10.20.1 Objectives Part A: Configure Devices and Verify Connectivity . Part B: Gather Information with Show Comman ds. Create the following network topology on Packet Tracer.
Background In this activity, you will configure RTA with basic settings, including IP addressing. You will also configure SW1 for remote management and configuring PCs. Once you have successfully verified connectivity, you will use show commands to gather information about the network. . Part A: Configure Devices and Verify Connectivity
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
Step 1: Apply basic configurations to Router A. a. Using the following information and the Addressing Table, configure RTA: - Hostname and banner - Line passwords (console only) set to cisco; encrypted password set to class - IP addressing and descriptions on LAN interfaces b. Save the configuration (will now go from being the running config file to the startup config file)
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
 Run the show startup config command and take a screenshot of all the commands.
Step 2: Configure addressing on PC1 and PC2. Using the Addressing Table, configure IP addressing for PC1 and PC2. Test connectivity between PC1 and PC2 i.e. can they can each other. Troubleshoot as necessary
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
Part B: Gather Information with Show Commands Step 1: Gather information from show interface command output. Issue each of the following commands and then answer the related questions: show ip interface brief show interfaces show ip interface Which commands display the status of the port? All show ip interface brief Show ip interfaces Show ip interface Which command shows only the IP address (no subnet mask or prefix)? show ip interface brief Which command displays the description configured on the interface? show intefaces Which command displays the IP broadcast address?
show interfaces Which command displays the MAC address of the interface? s how interfaces Step 2: Gather information from show ip route command output . Issue each of the following commands and then answer the related questions: show ip route show ip route connected How many networks are known by the router based on the output of the show ip route command? 2 - 10.10.10.0/24 & 10.10.20.0/24 What does the C at the beginning of the lines within the routing table represent? Connected
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
Step 3: Gather information after an interface state is changed. a. On RTA, shut down the Fast Ethernet 0/0 interface and issue the show ip route command. How many networks are displayed in the routing table now? 1-0.10.20.0/24 b. Attempt to ping PC1. Was the ping successful? No. The was unsuccessful c. Issue the show ip interface brief command. What is the status of the Fast Ethernet 0/0 interface? Administratively down 0/0 is down d. Reactivate the Fast Ethernet 0/0 interface. Issue the show Ip route command. Did the routing table repopulate? Yes