Courseiva
Network Services and SecuritymediumMultiple ChoiceObjective-mapped

CCNA Network Services and Security Practice Question

A network engineer successfully logs in to a router, but cannot enter configuration mode because the command is rejected by policy. Which AAA function is controlling this behavior?

⚠ Common exam trap

A common exam trap is confusing authentication with authorization. Candidates often think that if a user cannot enter configuration mode, it means the login failed, which is incorrect. Authentication only confirms the user's identity during login. Once authenticated, authorization controls what commands or modes the user can access. Misunderstanding this distinction leads to incorrect answers. The question states the user successfully logged in, so the failure to enter configuration mode is due to authorization restrictions, not authentication failure.

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

Authorization

Authentication confirms identity. Authorization determines which commands, privilege levels, or resources that authenticated user is permitted to access.

Answer analysis

Option-by-option breakdown

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

  • Authentication

    Why it's wrong here

    Authentication is the process of verifying the user's identity, typically through a username and password, before they are allowed into the device. Since the engineer successfully logs in, authentication has already passed and is not the barrier. The failure arises later when attempting to use a command, which is a separate stage. Therefore, authentication is not the cause of the command being blocked.

    When this WOULD be correct

    In a different question, if it asked about the process that prevents a user from logging in altogether due to incorrect credentials, then authentication would be the correct answer. For example, if a user attempts to log in with a wrong username or password, authentication would fail.

  • Authorization

    Why this is correct

    Authorization is the AAA component that determines which commands a successfully authenticated user is permitted to execute. Even after a valid login, the router consults authorization rules, such as privilege levels or per-command permissions from a TACACS+ or RADIUS server, to decide whether to allow a specific command. If the user lacks the required privilege or is not explicitly authorized, the command is rejected. Thus, the engineer's inability to run the command is directly due to authorization failing.

  • Accounting

    Why it's wrong here

    Accounting in AAA is a tracking and auditing function that records what a user did, such as login, command executions, or network usage, for security review or billing. It does not grant or deny access to any command; it simply logs events after they occur. Because the engineer cannot even execute the command, accounting is not the reason—there is no action to log yet. The denial occurs at the authorization step, not due to missing accounting.

    When this WOULD be correct

    If the question were about monitoring user activities and resource usage on the router, such as tracking which commands were executed by users, then accounting would be the correct answer. For example, a question could ask about the function that logs user actions after they have been authenticated and authorized.

  • Encryption

    Why it's wrong here

    Encryption protects data confidentiality by encoding information so that it cannot be read by unauthorized parties, whether in transit over a network or in stored configuration. It does not control or restrict command execution on a router, and it is not one of the three core AAA services (authentication, authorization, and accounting). The command denial is a permission issue, not a data-protection one. Thus, encryption is irrelevant to why the command is unavailable.

    When this WOULD be correct

    If the question were about securing the communication between the router and a management station, asking which AAA function ensures that the data is encrypted during transmission, then encryption would be the correct answer.

Option-by-option analysis

Why each answer is right or wrong

Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The 200-301 exam frequently reuses these exact scenarios with slightly different constraints.

AuthorizationCorrect answer

Why this is correct

Authorization is the AAA component that determines which commands a successfully authenticated user is permitted to execute. Even after a valid login, the router consults authorization rules, such as privilege levels or per-command permissions from a TACACS+ or RADIUS server, to decide whether to allow a specific command. If the user lacks the required privilege or is not explicitly authorized, the command is rejected. Thus, the engineer's inability to run the command is directly due to authorization failing.

AuthenticationWrong answer — click to see why

Why this is wrong here

Authentication verifies the identity of the user (e.g., via username/password). Since the user successfully logged in, authentication has already passed; it does not control subsequent command-level permissions.

★ When this WOULD be the correct answer

In a different question, if it asked about the process that prevents a user from logging in altogether due to incorrect credentials, then authentication would be the correct answer. For example, if a user attempts to log in with a wrong username or password, authentication would fail.

Why candidates choose this

Students often confuse authentication with authorization because both are AAA components and the terms sound similar. They may think that if a command is rejected, it must be an authentication issue.

AccountingWrong answer — click to see why

Why this is wrong here

Accounting tracks and logs user activities (e.g., commands executed, session duration) for auditing or billing purposes. It does not directly grant or deny access to configuration mode.

★ When this WOULD be the correct answer

If the question were about monitoring user activities and resource usage on the router, such as tracking which commands were executed by users, then accounting would be the correct answer. For example, a question could ask about the function that logs user actions after they have been authenticated and authorized.

Why candidates choose this

Test-takers might think accounting includes monitoring and controlling access because it logs events, but its function is purely record-keeping, not enforcement.

EncryptionWrong answer — click to see why

Why this is wrong here

Encryption is a security mechanism that protects data confidentiality (e.g., SSH, IPsec) but is not part of the AAA framework. AAA stands for Authentication, Authorization, and Accounting only.

★ When this WOULD be the correct answer

If the question were about securing the communication between the router and a management station, asking which AAA function ensures that the data is encrypted during transmission, then encryption would be the correct answer.

Why candidates choose this

Encryption is often associated with secure access (e.g., SSH for login), so a student might incorrectly assume it also controls command permissions.

Analysis generated from the official 200-301blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”

Visual reference

Source Router + ACL permit 10.0.0.0/8 deny any Server 10.0.0.5 ✓ 192.168.1.1 ✗ dropped ACLs evaluate top-down; first match wins — implicit deny all at end

Quick reference

AAA Protocol Comparison

ProtocolPort(s)EncryptionTransportPrimary Use
RADIUS1812 / 1813Password onlyUDPNetwork access control
TACACS+49Full packetTCPDevice administration
Diameter3868Full sessionTCP / SCTPCarrier / mobile networks
802.1XEAP-basedLayer 2Port-based access control

TACACS+ encrypts the entire packet; RADIUS only encrypts the password field — a key exam distinction.

About these practice questions

Courseiva writes every 200-301 question from scratch — 1,389 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or 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 200-301 practice question is part of Courseiva's free Cisco 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 200-301 exam.