16.3.4 Module Quiz – Troubleshoot Static and Default Routes (Answers)

16.3.4 Module Quiz – Troubleshoot Static and Default Routes (Answers)

1. Which sequence correctly identifies the order of the steps that a router will perform when it receives a packet on an Ethernet interface?

  • 1. The router examines the destination MAC address.
    2. The router identifies the Ethernet Type field.
    3. The router de-encapsulates the Ethernet frame.
    4. The router examines the destination IP address.
  • 1. The router de-encapsulates the Ethernet frame.
    2. The router examines the destination MAC address.
    3. The router identifies the Ethernet Type field.
    4. The router examines the destination IP address.
  • 1. The router examines the destination IP address.
    2. The router examines the destination MAC address.
    3. The router identifies the Ethernet Type field.
    4. The router de-encapsulates the Ethernet frame.
  • 1. The router examines the destination MAC address.
    2. The router identifies the Ethernet Type field.
    3. The router examines the destination IP address.
    4. The router de-encapsulates the Ethernet frame.
  • 1. The router examines the destination IP address.
    2. The router examines the destination MAC address.
    3. The router de-encapsulates the Ethernet frame.
    4. The router identifies the Ethernet Type field.

Explanation: When a router receives a packet the first thing that happens is the destination MAC address is checked to verify that the rest of the packet should be processed. Assuming the destination MAC address matches the address on the router interface, the Ethernet Type field is checked to determine what Layer 3 protocol is encapsulated in the frame. The frame is then de-encapsulated and the destination IP address is examined to determine where the packet should be sent.

2. Which three IOS troubleshooting commands can help to isolate problems with a static route? (Choose three.)

  • show version
  • show arp
  • show ip interface brief
  • show ip route
  • tracert
  • ping

Explanation: The ping, show ip route, and show ip interface brief commands provide information to help troubleshoot static routes. Show version does not provide any routing information. The tracert command is used at the Windows command prompt and is not an IOS command. The show arp command displays learned IP address to MAC address mappings contained in the Address Resolution Protocol (ARP) table.

3. A network administrator has entered a static route to an Ethernet LAN that is connected to an adjacent router. However, the route is not shown in the routing table. Which command would the administrator use to verify that the exit interface is up?

  • show ip interface brief
  • tracert
  • show ip protocols
  • show ip route

Explanation: The network administrator should use the show ip interface brief command to verify that the exit interface or the interface connected to the next hop address is up and up. The show ip route command has already been issued by the administrator. The show ip protocols command is used when a routing protocol is enabled. The tracert command is used from a Windows PC.

4. A static route has been configured on a router. However, the destination network no longer exists. What should an administrator do to remove the static route from the routing table?

  • Remove the route using the no ip route command.
  • Change the routing metric for that route.
  • Change the administrative distance for that route.
  • Nothing. The static route will go away on its own.

Explanation: When the destination network specified in a static route does not exist anymore, the static route stays in the routing table until it is manually removed by using the no ip route command.

5. Which statement describes the sequence of processes executed by a router when it receives a packet from a host to be delivered to a host on another network?

  • It de-encapsulates the packet and forwards it toward the destination host.
  • It de-encapsulates the packet, selects the appropriate path, and encapsulates the packet to forward it toward the destination host.
  • It receives the packet and forwards it directly to the destination host.
  • It selects the path and forwards it toward the destination host.

Explanation: The router receives the packet, de-encapsulates it to select the appropriate path, encapsulates the packet, and then forwards it toward the destination host.

6. A network engineer issues the show cdp neighbor command on several network devices during the process of network documentation. What is the purpose of performing this command?

  • to verify the network addresses that are attached to the network devices
  • to obtain information about directly connected Cisco devices
  • to check the networks that are advertised by the neighboring routers
  • to check the connectivity of PCs that are connected to the network devices

Explanation: The show cdp neighbor command is used to obtain detailed information about directly connected Cisco devices. The information does not include which networks are attached to the neighboring Cisco devices nor the connectivity of PCs that are attached to them. The show ip route command is used to view the networks that are advertised from neighboring routers.

7. A network administrator notices that a correctly entered static route is not in the routing table. What two router commands would an administrator use to determine if the exit interface was up and the next hop address is available? (Choose two.)

  • show ip interface brief
  • ping
  • show ip route
  • show ip protocols
  • tracert

Explanation: The network administrator could use the show ip interface brief command to verify that the exit interface or the interface connected to the next hop address is up and up. The ping command can be used to see if the next hop address is reachable. The show ip route command displays the routing table. The show ip protocols command is used when a routing protocol is enabled. The tracert command is used from a Windows PC.

8. A network administrator has entered the following command:

ip route 192.168.10.64 255.255.255.192 serial0/0/1

When the network administrator enters the command show ip route, the route is not in the routing table. What should the administrator do next?

  • Re-enter the command using the correct mask.
  • Re-enter the command using a network number rather than a usable IP address.
  • Verify that the serial 0/0/1 interface is active and available.
  • Verify that the 192.168.10.64 network is active within the network infrastructure.

Explanation: The reason that a correctly typed static network would not go into the routing table is if the exit interface is not available. The 192.168.10.64 is a valid network number and that route does not have to be “up and up” in order for a static route to be configured on a remote router.

9. What will a router do if it does not have a default route configured and a packet needs to be forwarded to a destination network that is not listed in the routing table?

  • send it back to the source
  • drop it
  • forward it to another router

Explanation: A router will only forward packets if it has the destination network in its routing table. If it receives a packet with a destination network that is not in the routing table, the router will drop it. A default route can be installed on a router to make the router forward packets to another router that can route the packet to its destination.

10. What does the letter C mean next to an entry in the output of the show ip route command?

  • It identifies a network that is learned through EIGRP.
  • It identifies a network that is directly connected to the router.
  • It identifies a network that is learned through OSPF.
  • It identifies a network that is a static route.

Explanation: In a routing table, the label C identifies a network that is directly connected to an interface on the device. This entry is added to the routing table when an interface is configured with an IP address and activated.

11. What happens to a static route entry in a routing table when the outgoing interface associated with that route goes into the down state?

  • The router automatically redirects the static route to use another interface.
  • The router polls neighbors for a replacement route.
  • The static route is removed from the routing table.
  • The static route remains in the table because it was defined as static.

Explanation: When the interface associated with a static route goes down, the router will remove the route because it is no longer valid.

12. What action will a router take to forward a frame if it does not have an entry in the ARP table to resolve a destination MAC address?

  • Sends a DNS request
  • Drops the frame
  • Sends an ARP request
  • Sends frame to the default gateway

Explanation: A router looks up the ARP table entry for the destination IP address to find the Layer 2 Media Access Control (MAC) address of the host. If no entry exists, the router sends an Address Resolution Protocol (ARP) request out of network interface, and the host responds with an ARP reply, which includes its MAC address.

13. You cannot ping a directly connected host. Which IOS command can be used to validate Layer 1 and Layer 2 connectivity?

  • ping
  • show cdp neighbors detail
  • show ip interface brief
  • show ip route
  • traceroute

Explanation: The show cdp neighbors command provides a list of directly connected Cisco devices. This command validates Layer 2 (and therefore Layer 1) connectivity. For example, if a neighbor device is listed in the command output, but it cannot be pinged, Layer 3 addressing should be investigated.

Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x