CCNA Training IP Routing Questions 2
CCNA Training IP Routing Questions 2
IP Routing Questions 2
January 20th, 2021 Go to comments
Premium Member: You can test your knowledge with these questions first via this link (via HTML).
Question 1
Refer to the exhibit. A router reserved these five routes from different routing information sources. Which two
routes does the router install in its routing table? (Choose two)
Answer: C D
Explanation
In the five above routes, there are only three different routes which are 10.0.0.0/30 and 10.0.0.0/16 and
10.0.0.1/32. Since each of these routes has a different prefix length (subnet mask), they’re considered different
destinations, and they will all be installed in the routing table.
The prefix 10.0.0.0/30 was learned from three different routing protocols IBGP, RIP and OSPF so the route with
lowest AD would be chosen. The AD of IBGP is 200 and the AD of RIP is 120 so for the prefix 10.0.0.0/30,
only the OSPF route has the lowest AD (110) and it would be chosen to install into the routing table.
Reference: https://www.cisco.com/c/en/us/support/docs/ip/enhanced-interior-gateway-routing-protocol-
eigrp/8651-21.html
In fact this question should have three answers (including answer E), not sure why it only allows to choose two.
Question 2
A packet is destined for 10.10.1.22. Which static route does the router choose to forward the packet?
https://www.9tut.com/ip-routing-questions-2 1/12
11:02, 16/06/2022 CCNA Training » IP Routing Questions 2
Answer: C
Explanation
The subnet 10.10.1.20/30 covers the destination 10.10.1.22 as this subnet ranges from 10.10.1.20 to 10.10.1.23
so it is the correct answer.
Question 3
Refer to the exhibit. Router R1 Fa0/0 cannot ping router R3 Fa0/1. Which action must be taken in router R1 to
help resolve the configuration issue?
R2#show ip route
R1#show ip route <output omitted>
<output omitted> Gateway of last resort is not set
Gateway of last resort is not set
20.0.0.0/24 is subnetted, 1 subnets
10.0.0.0/24 is subnetted, 1 subnets C 20.20.20.0 is directly connected, FastEthernet0/1
C 10.10.10.0 is directly connected, FastEthernet0/0 10.0.0.0/24 is subnetted, 1 subnets
C 10.10.10.0 is directly connected, FastEthernet0/0
R3#show ip route
<output omitted>
Gateway of last resort is not set
Answer: D
Question 4
https://www.9tut.com/ip-routing-questions-2 2/12
11:02, 16/06/2022 CCNA Training » IP Routing Questions 2
Refer to the exhibit. Router R1 is running three different routing protocols. Which route characteristic is used by
the router to forward the packet that it receives for destination IP 172.16.32.1?
A. longest prefix
B. metric
C. cost
D. administrative distance
Answer: A
Explanation
Question 5
Router R1 must send all traffic without a matching routing-table entry to 192.168.1.1. Which configuration
accomplishes this task?
A.
R1#config t
R1(config)#ip routing
R1(config)#ip route default-route 192.168.1.1
B.
R1#config t
R1(config)#ip routing
R1(config)#ip route 192.168.1.1 0.0.0.0 0.0.0.0
C.
R1#config t
R1(config)#ip routing
R1(config)#ip route 0.0.0.0 0.0.0.0 192.168.1.1
D.
R1#config t
R1(config)#ip routing
R1(config)#ip default-gateway 192.168.1.1
Answer: C
https://www.9tut.com/ip-routing-questions-2 3/12
11:02, 16/06/2022 CCNA Training » IP Routing Questions 2
Question 6
EIGRP: 192.168.12.0/24
RIP: 192.168.12.0/27
OSPF: 192.168.12.0/26
A. It selects the IS-IS route because it has the shortest prefix inclusive of the destination address
B. It selects the EIGRP route because it has the lowest administrative distance
C. It selects the OSPF route because it has the lowest cost
D. It selects the RIP route because it has the longest prefix inclusive of the destination address
Answer: D
Question 7
R1 has learned route 10.10.10.0/24 via numerous routing protocols. Which route is installed?
Answer: D
Question 8
What are two reasons for an engineer to configure a floating static route? (Choose two)
A. to automatically route traffic on a secondary path when the primary path goes down
B. to route traffic differently based on the source IP of the packet
C. to enable fallback static routing when the dynamic routing protocol fails
D. to support load balancing via static routing
E. to control the return path of traffic that is sent from the router
Answer: A C
Explanation
Floating static routes are static routes that have an administrative distance greater than the administrative
distance (AD) of another static route or dynamic routes. By default a static route has an AD of 1 then floating
static route must have the AD greater than 1. Floating static route has a manually configured administrative
distance greater than that of the primary route and therefore would not be in the routing table until the primary
route fails.
Question 9
Refer to the exhibit. A packet is being sent across router R1 to host 172.16.3.14. To which destination does the
router send the packet?
https://www.9tut.com/ip-routing-questions-2 4/12
11:02, 16/06/2022 CCNA Training » IP Routing Questions 2
Answer: C
Question 10
Refer to the exhibit. Which route type is configured to reach the internet?
R1#show ip route
Gateway of last resort is 10.10.10.18 to network 0.0.0.0
https://www.9tut.com/ip-routing-questions-2 5/12
11:02, 16/06/2022 CCNA Training » IP Routing Questions 2
A. host route
B. default route
C. floating static route
D. network route
Answer: B
Explanation
R1 uses the last entry (B* 0.0.0.0/0 …) to reach the Internet. The symbol * means this is a default route.
Question 11
Refer to the exhibit. Router R2 is configured with multiple routes to reach network 10 1.1 0/24 from router R1.
What protocol is chosen by router R2 to reach the destination network 10.1 1 0/24?
A. OSPF
B. static
C. EIGRP
D. eBGP
Answer: B
Explanation
The static route has the Administrative Distance of 1 so it is preferred over other popular routing protocols.
Question 12
https://www.9tut.com/ip-routing-questions-2 6/12
11:02, 16/06/2022 CCNA Training » IP Routing Questions 2
Which command configures a floating static route to provide a backup to the primary link?
Answer: D
Explanation
Floating static routes are static routes that have an administrative distance greater than the administrative
distance (AD) of another static route or dynamic routes. By default a static route has an AD of 1 then floating
static route must have the AD greater than 1. Floating static route has a manually configured administrative
distance greater than that of the primary route and therefore would not be in the routing table until the primary
route fails.
In this question, the floating static route to subnet 209.165.200.224/27 is manually assigned the AD of 254.
1. Haji gu
January 20th, 2021
2. Haji gu
January 22nd, 2021
3. 9tut
January 23rd, 2021
https://www.9tut.com/ip-routing-questions-2 7/12
11:02, 16/06/2022 CCNA Training » IP Routing Questions 2
@Haji gu: The subnet 10.10.1.20/30 covers the destination 10.10.1.22 as this subnet ranges from
10.10.1.20 to 10.10.1.24 so it is the correct answer.
4. Anonymous
February 5th, 2021
How can I view the questions. All I can see are the explanations. Thank you for the reply.
5. Ad
March 2nd, 2021
Can someone please explain question 11, how do you recognise a static route to R1 and where is the AD
defined?
6. Leonardo
April 11th, 2021
Question 2 in the explanation “the network this subnet ranges from 10.10.1.20 to 10.10.1.24 so it is the
correct answer” / the network ranges from 10.10.1.20 to 10.10.1.23 it jumps in 4 steps.
7. Marcelo
July 30th, 2021
8. noko
August 9th, 2021
Question 2
10.10.1.20 to 10.10.1.23 so it is the correct answer.
9. ashu
December 10th, 2021
please explain Q4. Why AD is not used and why longer prefix rule is right answer?
10. 9tut
December 10th, 2021
11. A19
January 11th, 2022
12. glorious_estefan
May 17th, 2022
10.10.1.24 would be the subnet ID for the following subnet, so the subnet range would be 10.10.1.20 –
10.10.1.23, and NOT 10.10.1.20 – 10.10.1.24. See below..
https://www.9tut.com/ip-routing-questions-2 8/12
11:02, 16/06/2022 CCNA Training » IP Routing Questions 2
13. 9tut
May 18th, 2022
Add a Comment
Name
Submit Comment
Subscribe to comments feed
IP Routing Questions OSPF Questions
Logout
CCNA 200-301
Basic Questions
https://www.9tut.com/ip-routing-questions-2 9/12
11:02, 16/06/2022 CCNA Training » IP Routing Questions 2
CCNA Self-Study
Practice CCNA GNS3 Labs
CCNA Knowledge
CCNA Lab Challenges
Puppet Tutorial
Chef Tutorial
Ansible Tutorial
JSON Tutorial
Layer 2 Threats and Security Features
AAA TACACS+ and RADIUS Tutorial
https://www.9tut.com/ip-routing-questions-2 10/12
11:02, 16/06/2022 CCNA Training » IP Routing Questions 2
Network Resources
Free Router Simulators
CCNA Website
ENCOR Website
ENSDWI Website
ENARSI Website
DevNet Website
CCIE R&S Website
Security Website
Wireless Website
Design Website
Data Center Website
Service Provider Website
Collaboration Website
Top
https://www.9tut.com/ip-routing-questions-2 11/12
11:02, 16/06/2022 CCNA Training » IP Routing Questions 2
https://www.9tut.com/ip-routing-questions-2 12/12