| 9. | The Corporate router receives an IP packet with a source IP address of 192.168.214.20 and a destination address of 192.168.22.3. Looking at the output from the Corporate router, what will the router do with this packet? |
|||||||
Answer: Option A Explanation: Since the routing table shows no route to the 192.168.22.0 network, the router will discard the packet and send an ICMP destination unreachable message out interface FastEthernet 0/0, which is the source LAN where the packet originated from. |
| 10. | You type debug ip rip on your router console and see that 172.16.10.0 is being advertised to you with a metric of 16. What does this mean? |
|||||||
Answer: Option C Explanation: You cannot have 16 hops on a RIP network by default. If you receive a route advertised with a metric of 16, this means it is inaccessible. |
| 11. | Two connected routers are configured with RIP routing. What will be the result when a router receives a routing update that contains a higher-cost path to a network already in its routing table? |
|||||||
Answer: Option B Explanation: When a routing update is received by a router, the router first checks the administrative distance (AD) and always chooses the route with the lowest AD. However, if two routes are received and they both have the same AD, then the router will choose the one route with the lowest metrics, or in RIP's case, hop count. |
| 12. | What command is used to stop RIP routing updates from exiting out an interface but still allow the interface to receive RIP route updates? |
|||||||
Answer: Option C Explanation: The (config-router)#passive-interface command stops updates from being sent out an interface, but route updates are still received. |
| 13. | What is split horizon? |
|||||||
Answer: Option A Explanation: A split horizon will not advertise a route back to the same router it learned the route from. |
| 14. | You have the following routing table. Which of the following networks will not be placed in the neighbor routing table? |
|||||||
Answer: Option C Explanation: The network 10.0.0.0 cannot be placed in the next router's routing table because it already is at 15 hops. One more hop would make the route 16 hops, and that is not valid in RIP networking. |
| 15. | Which statement is true regarding classless routing protocols?
|
|||||||
Answer: Option C Explanation: Classful routing means that all hosts in the internetwork use the same mask. Classless routing means that you can use Variable Length Subnet Masks (VLSMs) and can also support discontiguous networking. |
| 16. | Which command displays RIP routing updates? |
|||||||
Answer: Option B Explanation: The debug ip rip command is used to show the Internet Protocol (IP) Routing Information Protocol (RIP) updates being sent and received on the router. |
