A network administrator is configuring centralized AAA for enterprise network hardware. During testing, administrative authentication to an edge switch succeeds via TACACS+, but the user is placed into unprivileged user EXEC mode rather than privileged EXEC mode. The TACACS+ server logs confirm that primary user authentication was successful. Which of the following identity and access management operations issues is the MOST likely cause of this behavior?
- The TACACS+ authorization configuration is missing the specific Attribute-Value (AV) pair required to grant privileged shell access.Answer
- BThe switch is failing to transmit RADIUS accounting packets to UDP port 1813 following the initial user authentication.
- CAn external threat actor has harvested the administrator's credentials and triggered an anomaly rule restricting session privileges.
- DThe internal IP address of the switch was omitted from the enterprise Zero Trust network perimeter allowlist.
Answer
The TACACS+ authorization configuration is missing the specific Attribute-Value (AV) pair required to grant privileged shell access.
TACACS+ separates authentication from authorization. While authentication verifies identity, authorization attributes—specifically shell Attribute-Value (AV) pairs like privilege level 15—must be explicitly returned by the server to grant elevated command execution rights.
Step-by-Step Solution
Key Concept
TACACS+ AAA Operational Separation and Authorization Attribute Configuration