10.4.4

docx

School

Centennial College *

*We aren’t endorsed by this school

Course

3404

Subject

Computer Science

Date

Dec 6, 2023

Type

docx

Pages

4

Uploaded by KidAnt13107

Report
Lab - Build a Switch and Router Network Assign static IP information to the PC interfaces Q1. Why were the pings not successful? Ans. NO because the router interfaces have not been configured yet. Configure the router Configuring router Q2. Were the pings successful? Explain. Ans. YES. The router is routing the ping traffic across the two subnets.
Verify connectivity end-to-end connectivity. Pinging Display the routing table on the router. Q3. What code is used in the routing table to indicate a directly connected network? Ans. C (Directly connected subnet), L (Local Network) Q4. How many route entries are coded with a C code in the routing table? Ans. 2 entries with code C Q5. What interface types are associated to the C coded routes? Ans. The gigabitethernet0/0/0 and gigabitethernet0/0/1 Display interface information on the router R1.
Q6. What is the operational status of the G0/0/1 interface? Ans. GigabitEthernet0/0/1 is up and line protocol is up Q7. What is the Media Access Control (MAC) address of the G0/1 interface? Ans. 0030.a364.1a02 Q8. How is the Internet address displayed in this command? Ans. 192.168.1.1/24 Display a summary list of the interfaces on the router and switch Interface brief Reflection Questions
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
1. If the G0/0/1 interface showed that it was administratively down, what interface configuration command would you use to turn the interface up? Ans. R1(config-if)# no shutdown 2. What would happen if you had incorrectly configured interface G0/0/1 on the router with an IP address of 192.168.1.2? Ans. PC-A would not be able to ping PC-B. This is because PC-B is on a different network than PC-A which requires the default-gateway router to route these packets. PC-A is configured to use the IP address of 192.168.1.1 for the default- gateway router, but this address is not assigned to any device on the LAN.