INC_SDWAN_DEVICESW_INTERFACE_CONFIG_OUTOFSYNC | Step 1: Review the incident details and note the affected site, ION, interface, incident time and duration, and any related interface or controller-connectivity incidents. Check whether the configuration difference is affecting traffic, controller connectivity, or another interface function.
Step 2: Go to Configuration > Prisma SD-WAN > Devices > Claimed Devices and locate the affected ION. Review Device State and Config and Events. If either connection is Offline, check for DEVICESW_DISCONNECTED_FROM_CONTROLLER and follow the DEVICESW_DISCONNECTED_FROM_CONTROLLER remediation before trying to synchronize the configuration.
Step 3: In the Remote CLI Toolkit, use the following read-only commands to record the configuration and operational state currently present on the ION:
dump interface config <interface>
dump interface status <interface>
Replace <interface> with the interface name or number shown in the incident details. If the incident does not identify the interface, run:
dump interface config all
Do not make any additional interface changes through the CLI.
Step 4: In SCM, select the affected ION and open Interfaces. Compare the controller configuration with the CLI output. Review the settings relevant to the interface, such as administrative state, interface type and use, IPv4 or IPv6 configuration, IP address, default gateway, DNS servers, circuit label, scope, VRF, VLAN, and MTU.
Step 5: Determine which configuration is intended:
If the local change was intentional, enter the same intended settings in SCM.
If the local change was accidental, edit and save the approved interface settings in SCM so the controller sends the authoritative configuration to the ION.
Make all configuration changes through SCM. Before saving, confirm that the intended configuration will preserve controller connectivity and required WAN or LAN connectivity. If the affected interface is the only available controller path or the correct settings are not known, open a case with Palo Alto Networks Support before making the change.
Step 6: After saving the configuration, monitor Config and Events and wait for the controller to apply the update. Run the following commands again and confirm that the interface configuration and operational state match the values configured in SCM:
dump interface config <interface>
dump interface status <interface>
Verify that the interface is operating as expected and that the incident clears.
Step 7: If the configuration remains out of sync, the controller cannot apply the update, or the incident returns without another local CLI change, collect a support bundle and open a case with Palo Alto Networks Support.
dump-support all file=interface_config_outofsync_<ion_name>
For earlier releases that do not support the all option:
dump-support outputs file=interface_config_outofsync_<ion_name>
Replace <ion_name> with the affected ION’s name as shown on the Claimed Devices page. |