MFA Methods for Local Administrator Accounts on Palo Alto Firewalls
An organization wants to enforce multi-factor authentication (MFA) for administrative access to the Palo Alto Networks firewall. Which TWO authentication methods are supported for local administrator accounts?
Quick Answer
The correct answer includes time-based one-time password because it represents the category of MFA that the firewall can validate entirely on its own, without depending on an external authentication service being available at the moment of login. TOTP works by having both the firewall and the administrator's authenticator app derive a code from a shared secret and the current time, using the same standard time-synchronized algorithm, so the firewall can check the submitted code locally rather than forwarding it somewhere else for validation. That local validation is what makes it suitable for local administrator accounts specifically, since those accounts are meant to remain usable even if external authentication infrastructure is down. The other supported path for local account MFA runs through RADIUS, where the external RADIUS server itself generates and validates a one-time password rather than the firewall doing so directly; that's a meaningfully different architecture even though both ultimately produce a one-time code the administrator enters at login. When a question asks how MFA can be layered onto local administrator accounts specifically, rather than accounts tied to an external directory, look for methods the firewall can either validate natively, like TOTP, or coordinate through a dedicated external service like RADIUS, since both paths exist precisely to keep local admin access resilient.
⚠ Common exam trap
It's easy for candidates to confuse authentication methods that support MFA for local administrator accounts with those used for external user authentication (e.g., SAML or LDAP), mistakenly thinking any external IdP can be applied to local accounts, when in fact only TOTP and RADIUS-based OTP are supported for local admin MFA.
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
✓
One-time password (OTP) via RADIUS
Palo Alto Networks firewalls support one-time password (OTP) authentication for local administrator accounts via RADIUS, where the RADIUS server generates and validates the OTP. Option D is correct because time-based one-time password (TOTP) is natively supported for local administrator MFA, using RFC 6238 to generate time-synchronized codes that the firewall validates directly without an external server.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
LDAP authentication
Why it's wrong here
LDAP is used for user authentication and mapping, not as an MFA method.
- ✗
SAML IdP authentication
Why it's wrong here
SAML is used for external authentication, not for local admin accounts.
- ✓
One-time password (OTP) via RADIUS
Why this is correct
Correct: OTP via RADIUS is a supported MFA method for local admin accounts.
- ✓
Time-based one-time password (TOTP)
Why this is correct
Correct: TOTP is a built-in MFA method for local admin accounts.
- ✗
Client certificate authentication
Why it's wrong here
Client certificate can be used for authentication but is not considered an MFA method on its own.
Quick reference
AAA Protocol Comparison
| Protocol | Port(s) | Encryption | Transport | Primary Use |
|---|---|---|---|---|
| RADIUS | 1812 / 1813 | Password only | UDP | Network access control |
| TACACS+ | 49 | Full packet | TCP | Device administration |
| Diameter | 3868 | Full session | TCP / SCTP | Carrier / mobile networks |
| 802.1X | — | EAP-based | Layer 2 | Port-based access control |
TACACS+ encrypts the entire packet; RADIUS only encrypts the password field — a key exam distinction.
Go deeper
Related to this question
About these practice questions
Courseiva writes every PCNSE question from scratch — 504 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 →
Same concept, more angles
1 more way this is tested on PCNSE
These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.
Variation 1. A company wants to enforce multi-factor authentication (MFA) for all administrative access to the Palo Alto Networks firewall. They have a RADIUS server configured with MFA capability (e.g., RSA SecurID). The firewall is currently using local authentication for admin accounts. What must be configured to enforce MFA for admin access?
easy- A.Create a security policy to allow RADIUS traffic from the firewall to the RADIUS server.
- B.Enable MFA in the User-ID agent configuration.
- ✓ C.Create an authentication profile using RADIUS with MFA enabled and assign it to the admin accounts.
- D.Configure an authentication enforcement rule in the authentication policy.
Why C: To enforce MFA for administrative access using a RADIUS server with MFA capability, you must create an authentication profile that specifies RADIUS as the authentication method with MFA enabled. This authentication profile is then assigned to each admin account or to the admin role. Option A is incorrect because a security policy is not required for the firewall to communicate with the RADIUS server; the firewall's management interface initiates outbound RADIUS traffic, which is typically allowed by default. Option B is incorrect because User-ID agent configuration is for user mapping, not admin authentication. Option D is incorrect because authentication enforcement rules are for end-user traffic, not administrative access.
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This PCNSE practice question is part of Courseiva's free Palo Alto Networks 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 PCNSE exam.