🔗 LACP in Palo Alto HA Active/Passive Configurations

📘 Overview

Link Aggregation Control Protocol (LACP) allows multiple physical interfaces to be combined into a single logical interface, known as an Aggregate Ethernet (AE) interface. In Palo Alto Networks' High Availability (HA) Active/Passive configurations, LACP enhances failover performance by enabling the passive firewall to pre-negotiate LACP sessions with connected devices, ensuring a seamless transition during failover events.

For detailed information, refer to the official documentation: LACP and LLDP Pre-Negotiation for Active/Passive HA .

🛡️ Benefits of LACP Pre-Negotiation in HA

⚠️ Caveats and Considerations

🔧 Configuration Steps

  1. Set Passive Link State to Auto:
  2. Enable LACP Pre-Negotiation on AE Interfaces:
  3. Commit the Configuration:

📊 Mermaid Diagram

sequenceDiagram participant ActiveFW as Active Firewall participant PassiveFW as Passive Firewall participant Switch as Network Switch Note over PassiveFW, Switch: Pre-Negotiation Phase PassiveFW->>Switch: LACP Negotiation Switch->>PassiveFW: LACP Acknowledgment Note over ActiveFW, PassiveFW: Failover Event ActiveFW-->>PassiveFW: HA Failover Triggered Note over PassiveFW, Switch: Post-Failover PassiveFW->>Switch: Traffic Forwarding