Home200-301 CCNAPractice questionsIP Connectivity
200-301 CCNA · Cisco · IP Connectivity · Bank updated 2026-09-20

200-301 CCNA practice questions: IP Connectivity

5 free questions from 18 on this area · answer and explanation for each · no sign-up

These 5 questions come from the IP Connectivity section of our 200-301 CCNA bank (18 questions on this area, which carries 25% of the real exam). Every question is original, with the correct answer explained and linked to the source it is drawn from.

Start 6 free in study mode → All 200-301 CCNA sample questions
1/5 · IP Connectivity · easy
Traffic to one single server, 198.51.100.77, has to be steered through a security appliance at 10.4.4.2, while every other destination keeps following the existing routes. Which command creates a route that matches only that one address?
Aip route 198.51.100.77 255.255.255.252 10.4.4.2
Bip route 198.51.100.0 255.255.255.0 10.4.4.2
Cip route 198.51.100.77 255.255.255.255 10.4.4.2
Dip route 198.51.100.77 0.0.0.0 10.4.4.2
Show answer & explanation
C is correct. Topic 3.3.c. A host route uses a full 32-bit mask, 255.255.255.255, so only the exact address matches. Because forwarding prefers the longest matching prefix, a /32 entry always wins over the /24, the /16 or the default route that also cover the address, which is what makes host routes the standard way to steer traffic for one server or to blackhole one address by pointing it at Null0. The same mechanism produces the L entries a router creates for its own interface addresses.
↗ Cisco 200-301 CCNA v1.1 Exam Topics — Section 3: IP Connectivity
2/5 · IP Connectivity
R1 shows the following: R1# show ip route S* 0.0.0.0/0 [1/0] via 203.0.113.1 10.0.0.0/8 is variably subnetted, 3 subnets, 2 masks C 10.1.1.0/24 is directly connected, GigabitEthernet0/0 L 10.1.1.1/32 is directly connected, GigabitEthernet0/0 O 10.9.9.0/24 [110/3] via 10.1.1.2, 00:12:44, GigabitEthernet0/0 Two packets reach R1 one after the other: the first is addressed to 10.9.9.40 and the second to 198.51.100.7. Which next hop does R1 use for each of them?
A10.1.1.2 for the packet to 10.9.9.40 and 203.0.113.1 for the packet to 198.51.100.7
B203.0.113.1 for the packet to 10.9.9.40 and 203.0.113.1 for the packet to 198.51.100.7
C10.1.1.2 for the packet to 10.9.9.40 and 10.1.1.2 for the packet to 198.51.100.7
D203.0.113.1 for the packet to 10.9.9.40 and 10.1.1.2 for the packet to 198.51.100.7
Show answer & explanation
A is correct. Topic 3.1.g. The asterisk on the S* entry marks a candidate default, and the next hop it names is what Cisco prints as the gateway of last resort. The role of that entry is defined by when it is used rather than by what it points at: it covers every destination, so it is the entry of last resort and is consulted only once every more specific entry in the table has failed to cover the address. The first packet in this scenario is covered by the OSPF entry for 10.9.9.0/24, so it leaves toward 10.1.1.2 on GigabitEthernet0/0 and the default plays no part. The second is covered by no connected, local or OSPF entry at all, so the default is what keeps it alive; without that entry R1 would have nothing to match and would discard it. That is the practical value of a gateway of last resort on a branch router: it is the single entry that lets the router carry everything it has not been told about toward somebody who has been.
↗ Cisco 200-301 CCNA v1.1 Exam Topics — Section 3: IP Connectivity
3/5 · IP Connectivity
R4 receives advertisements for exactly the same prefix, 10.10.10.0/24, from three sources at the same time: a RIP neighbor, an OSPF neighbor, and an EIGRP neighbor that advertises it as an external route. All three paths are usable and all protocols run with default settings. Which route does R4 install in the routing table?
AThe OSPF route, at an administrative distance of 110
BThe EIGRP route, at an administrative distance of 90
CThe RIP route, at an administrative distance of 120
DThree routes at once, each held under its own protocol code
Show answer & explanation
A is correct. Topic 3.2.b. Cisco publishes one default administrative distance per source of routing information, and the three in play here are OSPF at 110, RIP at 120 and external EIGRP at 170. The same table separates internal EIGRP at 90 from external EIGRP at 170, which is the trap in this item: a prefix that was redistributed into EIGRP is advertised as external and is not trusted at the internal level. When several protocols offer the same prefix at the same moment, the router ranks the sources by that value, installs the route from the most trusted one and leaves the prefix with the other two inside their own protocol databases, where it reappears in the table if the winning source goes away. The metrics never enter this comparison: a RIP hop count, an OSPF cost and an EIGRP composite metric come from unrelated formulas and mean something only inside their own protocol.
↗ Cisco 200-301 CCNA v1.1 Exam Topics — Section 3: IP Connectivity
4/5 · IP Connectivity
A router reaches a remote /16 across a shared Ethernet segment. The route is configured as: ip route 172.20.0.0 255.255.0.0 GigabitEthernet0/0 After the change, the ARP table on the router grows continuously and CPU use rises while traffic to that /16 is flowing. Which change corrects the behavior?
ARewrite the route as ip route 172.20.0.0 255.255.0.0 GigabitEthernet0/0 10.1.1.2 in global configuration mode.
BAdd an administrative distance of 200 to the end of the existing ip route statement for that range.
CSplit the /16 into sixteen /20 routes that point at GigabitEthernet0/0 so each entry covers fewer hosts.
DChange the mask to 255.255.255.0 to reach a single subnet of the range through that interface.
Show answer & explanation
A is correct. Topic 3.3.b. Cisco's note on next-hop configuration states that when the next hop of a static route points to an interface, the router considers each of the hosts within the range of the route to be directly connected through that interface and therefore sends ARP requests to any destination addresses that route through the static route, which can cause high processor use and a very large ARP cache along with memory allocation failures. The recommendation on Ethernet is to specify both the outbound interface and the next-hop IP address; on point-to-point links the next-hop address is not needed because there is only one possible neighbor.
↗ Cisco 200-301 CCNA v1.1 Exam Topics — Section 3: IP Connectivity
5/5 · IP Connectivity · hard
R1 and R2 share an Ethernet segment in area 0, both interfaces are up, and both routers list the segment under OSPF. No adjacency forms and show ip ospf neighbor is empty on both. R1# show ip ospf interface GigabitEthernet0/0 Internet Address 10.1.1.1/24, Area 0 Network Type BROADCAST, Cost: 1 Transmit Delay is 1 sec, State DR, Priority 1 Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5 R2# show ip ospf interface GigabitEthernet0/0 Internet Address 10.1.1.2/24, Area 0 Network Type BROADCAST, Cost: 10 Transmit Delay is 1 sec, State DR, Priority 1 Timer intervals configured, Hello 5, Dead 20, Wait 20, Retransmit 10 What prevents the adjacency?
AThe hello and dead intervals differ, and each router discards the hellos the other one sends.
BThe interface costs differ, and the two routers cannot agree on one metric for the segment.
CThe retransmit intervals differ, and the database exchange restarts before it can complete.
DBoth routers report the DR state, and two designated routers on one segment cancel each other out.
Show answer & explanation
A is correct. Topic 3.4.a. The show ip ospf interface output prints several values per interface, and only some of them are carried in the hello packet and checked between neighbors: the area, the network type and the Timer intervals configured line with Hello and Dead. Cisco's OSPF configuration guide states that hello and dead intervals must be consistent across all routers on an attached network, with defaults of 10 and 40 seconds on broadcast segments, and a router that receives a hello whose interval fields do not match its own discards it, so no neighbor is ever created and the neighbor table stays empty. The cost and the retransmit interval printed alongside them are local values: they change how this router computes its tree and how long it waits before resending an update, and two routers may hold different values for both and still become fully adjacent. The identical DR state on both sides is the tell-tale of the failure, not its cause, because a router with no neighbors elects itself.
↗ Cisco 200-301 CCNA v1.1 Exam Topics — Section 3: IP Connectivity
Practise all 18 IP Connectivity questions - start free → See the whole 200-301 CCNA bank

Other 200-301 CCNA areas

The same kind of free sample for every other section of the 200-301 CCNA bank:

Network Fundamentals14 qNetwork Access14 qSecurity Fundamentals10 qIP Services7 qAutomation and Programmability7 q

Study IP Connectivity with instant feedback

6 free questions · filter study mode by area and difficulty · error log with spaced repetition · no card, no dumps, no ads.

Create your free account →
ExamDeck is an independent study tool, not affiliated with, endorsed by, or sponsored by Cisco. 200-301 CCNA and related marks are trademarks of their respective owners, used for identification only. Exam facts checked against official Cisco materials (as of September 2026); always confirm current details with the vendor before booking.