Configuring Static Routing Flashcards
How does a router learn routing information? (Choose three.)
A. from dynamic routing protocols
B. from manually configured routes
C. from Cisco Discovery Protocol
D. from File Transfer Protocol (FTP)
E. from directly connected routes
A. from dynamic routing protocols
B. from manually configured routes
E. from directly connected routes
Which statement about static and dynamic routes is true?
A. Dynamic routes are manually configured by a network administrator, whereas static routes are automatically learned and adjusted by a routing protocol.
B. Static routes are manually configured by a network administrator, whereas dynamic routes are automatically learned and adjusted by a routing protocol.
C. Static routes tell the router how to forward packets to networks that are not directly connected, whereas dynamic routes tell the router how to forward packets to networks that are directly connected.
D. Dynamic routes tell the router how to forward packets to networks that are not directly connected, whereas static routes tell the router how to forward packets to networks that are directly connected.
B. Static routes are manually configured by a network administrator, whereas dynamic routes are automatically learned and adjusted by a routing protocol.
What is the main advantage of static routes?
A. Static routes consume fewer resources on your router; less network bandwidth is spent for routing.
B. Static routes are easier to maintain than dynamic routes.
C. Static routes scale out very well, even in large networks.
D. Static routes are more accurate and normally no update is needed.
A. Static routes consume fewer resources on your router; less network bandwidth is spent for routing.
What do you call a manually configured route that has an administrative distance greater than 1?
A. floating static route
B. static route
C. host route
D. dynamic route
A. floating static route
What is a common use for a default static route?
A. connect an ISP network to the edge router of a company
B. connect between ISPs
C. connect the edge router of a company to an ISP network
D. connect between edge routers of the companies
C. connect the edge router of a company to an ISP network
Before static or dynamic routing can be used, what must a routing table contain?
A. directly connected networks
B. floating static routes
C. remote networks
D. administrative distance
A. directly connected networks
The correct answer is “directly connected networks.” Directly connected networks in the routing table indicate, that a router is connected to two or more networks between which routing is possible.
Which statement correctly defines this static route?
ip route 172.30.20.0 255.255.255.0 10.1.1.3
A. The router uses the next-hop IPv4 address 10.1.1.3 to reach network 172.30.20.0/24.
B. Network 172.30.20.0 is outbound interface and the next hop address is IPv4 address 10.1.1.3 to reach outside network.
C. Cisco highly recommends that you specify the outbound interface and the next hop IPv4 address when you configure static routes.
D. The router uses the network 172.30.20.0/24 to reach the host 10.1.1.3.
A. The router uses the next-hop IPv4 address 10.1.1.3 to reach network 172.30.20.0/24.
In IPv6, creating static routes is just like creating IPv4 static routes, but there is an extra feature. Which feature is that?
A. The next hop can be a link-local and an exit interface or a global address.
B. The static route can be part of a routing protocol.
C. The destination for the static route can be dynamically updated.
D. The distance for the static route can be updated using a policy.
A. The next hop can be a link-local and an exit interface or a global address.
Which command shows the following output, to verify that the IPv4 address and subnet mask are configured and the interface is enabled on router R1?
Interface IP-Address OK? Method Status Protocol
Ethernet0/0 172.16.160.1 YES manual up
A. show ip interface brief e0/0
B. show run description e0/0
C. show ip route
D. show version
A. show ip interface brief e0/0
What is an expected output on the R1 router from the show ip interface Lo0 command?
A. Loopback0 is up, line protocol is up Internet address is 172.16.1.1/32
B. Ethernet0/0 is up, line protocol is up Internet address is 172.16.1.1/32
C. Loopback0 is down, line protocol is down Internet address is 172.16.1.1/32
D. Loopback0 is up, line protocol is up Internet address is 172.16.1.1/24
A. Loopback0 is up, line protocol is up Internet address is 172.16.1.1/32
When performing a ping from R1, which four verifications are successful? (Choose four.)
A. ping 172.16.2.2
B. ping 172.16.130.10
C. ping 172.16.130.5
D. ping 172.16.130.6
E. ping 172.16.1.2
F. ping 172.16.13.6
G. ping 209.165.201.227
A. ping 172.16.2.2
B. ping 172.16.130.10
C. ping 172.16.130.5
D. ping 172.16.130.6
The correct answers are: “ping 172.16.2.2,” “ping 172.16.130.10,” “ping 172.16.130.5,” and “ping 172.16.130.6.” The R1 should have reachability to the Loopback 0 interface on the Branch router (172.16.2.2), the VLAN 1 interface on Switch SW1 (172.16.130.10), the AdminPC (172.16.130.5), and the FileServer (172.16.130.6).
When using the show running-config | include ipv6 route ::/0 command on the R1, what is the expected result?
A. ipv6 route ::/0 2001:db8:0:6::1
B. ipv6 route 0:0:0:0:0:0:0:0/0 2001:db8:0:6::1
C. ipv6 route 0:0:0:0:0:0:0:0 0:0:0:0:0:0:0:0 2001:db8:0:6::1
D. ipv6 route 0:0:0:0:0:0:0:0/0 fe80::a8bb:ccff:fe00:120
A. ipv6 route ::/0 2001:db8:0:6::1
Which three ping requests from R1 should be successful? (Choose three.)
A. ping 2001:db8:0:1b::1
B. ping 2001:8db:0:1b::1
C. ping 2001:db8:0:1a::1
D. ping 2002:db8:0:1c::1
E. ping 2001:db8:0:1e::1
F. ping 2001:db8:0:1c::1
A. ping 2001:db8:0:1b::1
C. ping 2001:db8:0:1a::1
F. ping 2001:db8:0:1c::1
When using the show running-config interface e0/0 command on the R4, what is the expected result?
A. interface Ethernet0/0 ip address 192.168.14.4 255.255.255.0 ipv6 address 2001:db8:0:3:a8bb:ccff:Ffe00:400/128
B. interface Ethernet0/0 ip address 192.168.14.4 255.255.255.0 ipv6 address autoconfig default
C. interface Ethernet0/0 ip address 192.168.14.4 255.255.255.0 ipv6 address 2001:db8:0:3:a8bb:ccff:fe00:400 ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
D. interface Ethernet0/0 ip address 192.168.14.4 255.255.255.0 ipv6 address 2001:db8:0:3::1/128
B. interface Ethernet0/0 ip address 192.168.14.4 255.255.255.0 ipv6 address autoconfig default
When using the show running-config | include ipv6 route ::/0 command on the R3, what is the expected result?
A. default route ::/0 Ethernet0/0 FE80::A8BB:CCFF:FE00:100
B. default route 0:0:0:0:0:0:0:0/0 Ethernet0/0 FE80::A8BB:CCFF:FE00:100
C. ipv6 route ::/0 FE80::A8BB:CCFF:FE00:100
D. ipv6 route ::/0 Ethernet0/0 FE80::A8BB:CCFF:FE00:100
D. ipv6 route ::/0 Ethernet0/0 FE80::A8BB:CCFF:FE00:100
The correct answer is “ipv6 route ::/0 Ethernet0/0 FE80::A8BB:CCFF:FE00:100.” In the default route configuration command, include an exit interface and use a link-local address for the next-hop address.