10.4.3packet Tracer Cisco
10.4.3packet Tracer Cisco
10.4.3packet Tracer Cisco
Background / Scenario
This is a comprehensive activity to review the IOS commands you have learned. In this Packet Tracer
Physical Mode (PTPM) activity, you will cable the equipment as shown in the topology diagram. You
will then configure the devices to match the addressing table. After the configurations have been
saved, you will verify your configurations by testing for network connectivity.
After the devices have been configured and network connectivity has been verified, you will use IOS
commands to retrieve information from the devices to answer questions about your network
equipment.
This activity provides minimal assistance with the commands necessary to configure the router. Test
your knowledge by trying to configure the devices without referring to the course content or the
previous activities.
Instructions
Step 3: Display a summary list of the interfaces on the router and switch.
There are several commands that can be used to verify an interface configuration. One of the most
useful is the show ip interface brief command. The command output displays a summary list of the
interfaces on the device and provides immediate feedback about the status of each interface.
a. Enter the show ip interface brief command on R1.
R1# show ip interface brief
b. Enter the show ipv6 interface brief command on R1 to see the IPv6 interface information.
R1# show ipv6 interface brief
Close configuration window
Reflection Questions
1. If the G0/0/1 interface showed that it was administratively down, what interface configuration
command would you use to bring the interface up?
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?
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