Question 461 of 524
Device Management and ServiceshardMultiple ChoiceObjective-mapped

Quick Answer

The answer is to verify that the HA1 interfaces are on the same VLAN and can ping each other using the configured HA1 IP addresses. This is correct because the HA1 control link relies on Layer 2 adjacency and Layer 3 reachability; a 'link down' status despite physical connectivity and active switch ports points directly to a VLAN mismatch or port mode misconfiguration on the replaced switch, breaking the broadcast domain. On the PCNSA exam, this scenario tests your understanding that HA formation depends on both physical and logical connectivity—a common trap is assuming a green link light guarantees Layer 2 or Layer 3 communication. Remember that dedicated HA interfaces require consistent VLAN assignment and untagged or correctly tagged traffic; always verify IP reachability with a ping from the active firewall’s HA1 IP to the peer’s HA1 IP. Memory tip: "Link up, VLAN down—HA won't crown."

PCNSA Device Management and Services Practice Question

This PCNSA practice question tests your understanding of device management and services. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

A company has two Palo Alto Networks firewalls in an active/passive HA pair (PA-5250) running PAN-OS 10.1. The HA configuration uses dedicated HA1 (control link) and HA2 (data link) interfaces. The network team recently replaced a failed switch that connected the HA1 interfaces. After the switch replacement, the HA pair is not forming. The administrator logs into the active firewall and runs 'show high-availability state' which shows the local state as 'active' and the peer state as 'unknown'. The HA1 interface status shows 'link down'. The administrator checks the physical connections and confirms the cables are connected and the switch ports are up. What is the most likely cause and the best course of action?

Clue words in this question

Noticing these words before you look at the options changes how you read each choice.

  • Clue: "best"

    Why it matters: Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.

  • Clue: "most likely"

    Why it matters: Probability qualifier — the question wants the most probable cause or outcome, not a guaranteed one. Eliminate low-probability options.

Question 1hardmultiple choice
Full question →

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

Verify that the HA1 interfaces are on the same VLAN and can ping each other using the configured HA1 IP addresses

The correct answer is D because the HA1 interfaces must be on the same Layer 2 domain (VLAN) and able to communicate via ICMP to form the control link. The 'link down' status on the HA1 interface, despite physical connectivity, indicates a Layer 2 misconfiguration (e.g., VLAN mismatch or port mode issue) on the replaced switch. Verifying that the HA1 IP addresses can ping each other confirms Layer 3 reachability, which is essential for HA1 heartbeats and state synchronization.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

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

  • Ensure that the HA2 interfaces are also connected and configured correctly

    Why it's wrong here

    HA2 is for data synchronization, not for control plane communication. HA formation relies on HA1.

  • Change the HA2 IP addresses to be on the same subnet as HA1

    Why it's wrong here

    HA1 and HA2 should be on different subnets to avoid conflicts.

  • Enable HA ping on the HA1 interface to test connectivity

    Why it's wrong here

    HA ping is a monitoring feature, not a prerequisite for HA formation.

  • Verify that the HA1 interfaces are on the same VLAN and can ping each other using the configured HA1 IP addresses

    Why this is correct

    HA1 interfaces must have layer 3 connectivity. A switch replacement may have changed VLAN assignments, breaking the link.

    Clue confirmation

    The clue words "best", "most likely" in the question point toward this answer.

    Related concept

    Read the scenario before looking for a memorised answer.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates assume 'link down' always means a physical cable issue, but in PAN-OS HA, it can also indicate a Layer 2 misconfiguration on the switch (e.g., VLAN mismatch or port mode), and the correct first step is to verify Layer 2 and Layer 3 connectivity rather than checking HA2 or enabling nonexistent features.

Detailed technical explanation

How to think about this question

In PAN-OS active/passive HA, the HA1 control link uses a dedicated interface (e.g., ethernet1/HA1) with a unique IP address on each peer (e.g., 10.0.0.1/30 and 10.0.0.2/30) to exchange heartbeats, hello messages, and configuration synchronization. The 'link down' status on the HA1 interface indicates that the firewall does not detect a carrier signal at Layer 1, which can occur if the switch port is configured as an access port in a different VLAN or if the port is administratively down despite the cable being connected. A real-world scenario is when a replacement switch has default VLAN 1 but the original switch used VLAN 100, causing the HA1 interfaces to be isolated at Layer 2.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A help-desk technician troubleshoots why a newly connected PC cannot reach shared printers on the same floor. The cable is good, the switch port is active, but the PC is in VLAN 20 and the printers are in VLAN 10. The uplink trunk only allows VLAN 10. A trunk being up does not mean every VLAN crosses it.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related PCNSA practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free PCNSA practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this PCNSA question test?

Device Management and Services — This question tests Device Management and Services — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Verify that the HA1 interfaces are on the same VLAN and can ping each other using the configured HA1 IP addresses — The correct answer is D because the HA1 interfaces must be on the same Layer 2 domain (VLAN) and able to communicate via ICMP to form the control link. The 'link down' status on the HA1 interface, despite physical connectivity, indicates a Layer 2 misconfiguration (e.g., VLAN mismatch or port mode issue) on the replaced switch. Verifying that the HA1 IP addresses can ping each other confirms Layer 3 reachability, which is essential for HA1 heartbeats and state synchronization.

What should I do if I get this PCNSA question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Are there clue words in this question I should notice?

Yes — watch for: "best", "most likely". Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Same concept, more angles

1 more ways this is tested on PCNSA

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 has deployed a pair of PA-5250 firewalls in an Active/Passive HA configuration. The management network uses a separate subnet with addresses 10.0.0.0/24. The active firewall's management IP is 10.0.0.1, passive is 10.0.0.2. They have a virtual router configured with static routes. The HA configuration uses HA1 (backplane) for heartbeat and HA2 for session sync. After a power failure, both firewalls reboot. The active firewall comes up first and becomes active. The passive firewall later joins, but fails to become passive; it remains in 'non-functional' state. The administrator observes the following: - HA1 link is up on both firewalls. - HA2 link shows 'waiting for HA2 link' on the active. - The passive firewall's management IP is reachable. - The active firewall shows 'peer unreachable' in HA status. What is the most likely cause?

hard
  • A.The management interface on the passive is misconfigured
  • B.The HA1 configuration is missing the peer's management IP
  • C.The HA2 cable is faulty or misconfigured
  • D.The passive firewall has a different PAN-OS version

Why C: The active firewall shows 'waiting for HA2 link' and 'peer unreachable' despite HA1 being up and the passive management IP being reachable. This indicates that the HA2 link, which is responsible for session synchronization and state propagation, is not functioning. Since HA2 is required for the passive firewall to transition to a passive state, a faulty or misconfigured HA2 cable prevents the passive firewall from becoming operational, leaving it in a 'non-functional' state.

Last reviewed: Jun 11, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This PCNSA 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 PCNSA exam.