Module 10 Basic Router Configuration Flashcards
To verify interface configuration use
show ip interface brief
show ipv6 interface brief
Displays the contents of the IP routing tables stored in RAM
show ip route
show ipv6 route
What is the purpose of the “show interfaces” command on a Cisco router?
The “show interfaces” command displays statistics for all interfaces on the device, including the IPv4 addressing information.
How do you display the IPv4 statistics for all interfaces on a Cisco router?
You can use the “show ip interfaces” command to display the IPv4 statistics for all interfaces on a router.
How do you display the IPv6 statistics for all interfaces on a Cisco router?
You can use the “show ipv6 interfaces” command to display the IPv6 statistics for all interfaces on a router.
What command do you use to display the contents of the IP routing tables on a Cisco router?
You can use the “show ip route” command to display the contents of the IP routing tables on a Cisco router.
What is the purpose of a default gateway on a host?
A default gateway is used by a host to send packets to a device on another network.
Why must the IP address of the host and the router interface be in the same network for the default gateway to work?
The host must be able to reach the router interface in order for the default gateway to work, and this requires both devices to be on the same network.