Courseiva
General Security ConceptsmediumDrag & DropObjective-mapped

SY0-701 General Security Concepts Practice Question

Drag and drop the steps to configure a static route on a Cisco IOS router into the correct order.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4
5Step 5

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Enter global configuration mode, then specify the destination network and subnet mask, then specify the next-hop IP address or exit interface.

Static routes require global config mode and must specify the destination network, subnet mask, and next-hop address or exit interface.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Enter global configuration mode, then specify the destination network and subnet mask, then specify the next-hop IP address or exit interface.

    Why this is correct

    Entering global configuration mode first is mandatory because the 'ip route' command is a global configuration command, not an interface or exec command. Once in that mode, the correct syntax is 'ip route <destination-network> <subnet-mask> <next-hop|exit-interface>', where the network and mask define the prefix being routed and must appear before the forwarding decision. The next-hop IP or exit interface is the path to use for that prefix, so it logically follows the destination. This order matches Cisco IOS parsing expectations and avoids syntax errors.

  • Specify the destination network and subnet mask, then enter global configuration mode, then specify the next-hop IP address or exit interface.

    Why it's wrong here

    This sequence is invalid because the destination network and subnet mask are parameters of the 'ip route' command, which only exists in global configuration mode. Attempting to 'specify' these values outside config mode has no effect—you cannot enter command arguments before invoking the command itself. Even if you subsequently enter global configuration mode, no persistent configuration has been created. Thus, the correct flow is to enter global config first, then issue 'ip route' with network, mask, and next-hop or exit interface as a single coherent command.

  • Specify the next-hop IP address or exit interface, then enter global configuration mode, then specify the destination network and subnet mask.

    Why it's wrong here

    Placing the next-hop IP address or exit interface before entering global configuration mode is fundamentally flawed for two reasons: (1) that parameter is an argument of the 'ip route' command, so it cannot be specified in a vacuum, and (2) even within the command, the destination network and mask must come first—the next-hop is only meaningful after the prefix is identified. If you attempt to issue the command this way, IOS will misinterpret the next-hop address as the destination network, leading to an error or an incorrect route. Therefore, this ordering is not syntactically or logically possible.

  • Enter global configuration mode, then specify the next-hop IP address or exit interface, then specify the destination network and subnet mask.

    Why it's wrong here

    This order incorrectly assumes you can specify the next-hop parameter before the destination network within the 'ip route' command. The full command syntax is 'ip route <destination-network> <subnet-mask> <next-hop|exit-interface>', so the next-hop must come last. If you try to enter the next-hop first, IOS will treat it as the network address, causing a syntax error or a route to an unintended prefix. While entering global configuration mode first is correct, the ordering of the command's arguments is still wrong, making this sequence invalid.

Visual reference

192.168.1.0 /24 256 addresses (254 usable) 192.168.1.0 /25 Subnet A 128 addr (126 usable) 192.168.1.128 /25 Subnet B 128 addr (126 usable) Borrowing 1 bit from host portion creates 2 subnets (/25)

About these practice questions

This SY0-701 question is part of Courseiva's 1,013-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This SY0-701 practice question is part of Courseiva's free CompTIA certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the SY0-701 exam.