Assignment 5 - Jonatan

pdf

School

Georgian College *

*We aren’t endorsed by this school

Course

1035

Subject

Computer Science

Date

Dec 6, 2023

Type

pdf

Pages

8

Uploaded by DeaconInternet11208

Report
COMP-1035 Networking Essentials CISCO Networking Academy Assignment #4 Build a Switch and Router Network Name: Jonatan da Silva Lima Georgian ID: 200558599 Program: Computer Programming From a command prompt window on PC-A, ping PC-B. Take a screenshot of the ping command output (3 points) Q-1: Why were the pings not successful? (2 points) The router interfaces (default gateways) have not been configured yet so Layer 3 traffic is not being routed between subnets.
COMP-1035 Networking Essentials CISCO Networking Academy a command prompt window on PC-A, ping PC-B. Take a screenshot of the ping command output. (3 points) Question: Q-2: Were the pings successful? Explain. (2 Points) Yes. The router is routing the ping traffic across the two subnets. The default settings for the 2960 switch will automatically turn up the interfaces that are connected to devices. Q-3: From PC-A, ping PC-B. Take a screenshot of the ping command output. (2 points)
COMP-1035 Networking Essentials CISCO Networking Academy Q-4: From S1, ping PC-B. Take a screenshot of the ping command output. (2 points) Close configuration window Use the show ip route command on R1 to answer the following questions. (Take a screenshot of the output as well- (3 points))
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
COMP-1035 Networking Essentials CISCO Networking Academy Open configuration window Questions: Q-5: What code is used in the routing table to indicate a directly connected network? (2 points) The C designates a directly connected subnet. An L designates a local interface. Both answers are correct. Q-6: How many route entries are coded with a C code in the routing table? (2 points) 2 Q-7: What interface types are associated to the C coded routes? (2 points) Answers may vary depending of router type, but on the 4221 the correct answer is G0/0/0 and G0/0/1. Q-8: Use the show ipv6 route command on R1 to display the IPv6 routes. Take a screenshot. (2 points)
COMP-1035 Networking Essentials CISCO Networking Academy Use the show interface g0/0/1 to answer the following questions. Take a screenshot of the output. (3 points)
COMP-1035 Networking Essentials CISCO Networking Academy Questions: Q-9: What is the operational status of the G0/0/1 interface? (2 points) GigabitEthernet0/0/1 is up, line protocol is up Q-10: What is the Media Access Control (MAC) address of the G0/1 interface? (2 points) Answers will vary but will appear in the form of: xxxx.xxxx.xxxx, where each x will be replaced with a hexadecimal number. Q-11: How is the internet address displayed in this command? (2 points) Internet address is 192.168.1.1/24. Q-12: Enter the show ip interface brief command on R1. Take a screenshot of the output. (4 points)
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
COMP-1035 Networking Essentials CISCO Networking Academy Q-13: Enter the show ipv6 interface brief command on R1 to see the IPv6 interface information. Take a screenshot of the output. (4 points) Close configuration window Q-14:Enter the show ip interface brief command on S1. Take a screenshot of the output. (4 points)
COMP-1035 Networking Essentials CISCO Networking Academy Open configuration window Close configuration window Q-15: If the G0/0/1 interface showed that it was administratively down, what interface configuration command would you use to bring the interface up? (2 points) R1(config-if)# no shutdown Q-16: What would happen if you had incorrectly configured interface G0/0/1 on the router with an IP address of 192.168.1.2? (2 points) 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. Any packets that need to be sent to the default-gateway for routing will never reach their destination. end of document