This page was exported from Free Cisco Training & Resources - Certification Exam Preparation
[ https://www.ciscobibles.com ] Export date: Wed Mar 12 15:37:10 2025 / +0000 GMT |
CCNA 640-802 Bible - Perform and Verify Static or Default Routing
A:The command establishes a static route. B:The command invokes a dynamic routing protocol for 192.168.12.0. C:Traffic for network 192.168.12.0 is forwarded to 172.16.12.1. D:Traffic for all networks is forwarded to 172.16.12.1. E:This route is automatically propagated throughout the entire network. F:Traffic for network 172.16.12.0 is forwarded to the 192.168.12.0 network. Correct Answers: A, C Explanation: In order to configure a static route the router has to be in global configuration mode. ip route network prefix mask {address | interface} [distance] network - the destination network mask - is the subnet mask for that network address - IP address of the next hop router interface - or the interface the traffic is to leave by distance - (optional) the administrative distance of the route
A: The network has not fully converged. B: IP routing is not enabled. C: A static route is configured incorrectly. D: The FastEthernet interface on Coffee is disabled. E: The neighbor relationship table is not correctly updated. F: The routing table on Coffee has not updated . Correct Answers: C Explanation: On the bottom line of the command output for 'show ip route' you can see that there is an asterisk by the letter S. The S stands for static route, and the static route is incorrectly configured.
A: ip route 0.0.0.0 255.255.255.0 172.16.100.2 B: ip route 0.0.0.0 0.0.0.0 128.107.1.1 C: ip route 0.0.0.0 255.255.255.252 128.107.1.1 D: ip route 0.0.0.0 0.0.0.0 172.16.100.1 E: ip route 0.0.0.0 0.0.0.0 172.16.100.2 F: ip route 0.0.0.0 255.255.255.255 172.16.100.2 Correct Answers: E Explanation: We use default routing to send packets with a remote destination network not in the routing table to the next-hop router. You should generally only use default routing on stub networks-those with only one exit path out of the network. According to exhibit, all traffic towards Internet that originates from workstations should forward to R2 Router. Syntax for default route is: ip route <Remote_Network> <Netmask> <Next_Hop_Address>.
A:They establish routes that will never go down. B:The keep routing tables small. C:They require a great deal of CPU power. D:The allow connectivity to remote networks that are not in the routing table. E:They direct traffic from the Internet into corporate networks. Correct Answers: B, D Explanation: Routers use default routing as a last resort when all other methods (directly connected, static, or dynamic) have been exhausted. For stub networks, a single default static route could be used to provide connectivity to the entire network. This is desirable for stub networks where only a single link connects the remote location to the rest of the networks. Because all of the traffic only has one link to use, a single default route will make the routing table as small as possible, while providing for connectivity to networks not in the routing table, since as traffic destined for the Internet.
A. HFD(config)# ip route 10.5.6.0 0.0.0.255 fa0/0 B. HFD(config)# ip route 10.5.6.0 0.0.0.255 10.5.4.6 C. HFD(config)# ip route 10.5.6.0 255.255.255.0 fa0/0 D. HFD(config)# ip route 10.5.6.0 255.255.255.0 10.5.4.6 E. HFD(config)# ip route 10.5.4.6 0.0.0.255 10.5.6.0 F. HFD(config)# ip route 10.5.4.6 255.255.255.0 10.5.6.0 Answer: CD |
Post date: 2009-07-24 16:46:17 Post date GMT: 2009-07-24 08:46:17 Post modified date: 2010-07-22 23:06:38 Post modified date GMT: 2010-07-22 15:06:38 |
Powered by [ Universal Post Manager ] plugin. HTML saving format developed by gVectors Team www.gVectors.com |