INC_SDWAN_DEVICESW_TACACS_SERVERS_DOWN | Step 1: Review the incident details and identify the affected site, ION, incident time, software version, assigned TACACS+ profile, source interface, and any recent AAA, DNS, interface, routing, firewall, or TACACS+ server changes.
If remote authentication is unavailable, use an approved local administrator account to access the ION while troubleshooting.
Step 2: Go to Configuration > Prisma SD-WAN > Profiles and Templates > AAA and open the assigned TACACS+ profile. Verify the protocol, server IP addresses or FQDNs, configured ports, and server-response time. A profile can contain up to four servers, which the ION attempts sequentially.
Step 3: Go to Insights > Prisma SASE > ION Devices, select the affected ION, and open its AAA configuration. Verify that the correct TACACS+ profile and source interface are assigned. If customized profile values are enabled, verify that the customized server and protocol values are correct.
Make any required configuration changes through SCM. Do not change the configuration through the local CLI.
Step 4: Run the following read-only command:
dump interface status all
Confirm that the TACACS+ source interface is operational and has the expected IP address.
Test connectivity to each configured TACACS+ server:
tcpping <source_interface> <tacacs_server_ip_or_fqdn>:<tacacs_port>
Obtain the source interface from the device’s AAA configuration. Obtain each server address and port from the assigned TACACS+ profile.
If the profile uses an FQDN, verify DNS resolution:
dig <source_interface> <dns_server_address> <tacacs_server_fqdn>
Use the DNS resolver configured for the source interface as <dns_server_address>.
Step 5: Verify that routing, NAT, and firewall policies permit TCP communication from the ION source address to each TACACS+ server on its configured port. Confirm that each server is operational, listening on the configured port, and receiving connection attempts from the ION.
Step 6: After correcting the profile, DNS, network, firewall, or server issue, repeat the connectivity test. Confirm that at least one configured server is reachable, remote authentication is operational, and the incident clears.
Step 7: If the servers remain unreachable, the incident repeatedly returns, or remote authentication remains unavailable after connectivity is restored, collect a support bundle and open a Palo Alto Networks Support case:
dump-support all file=<descriptive_filename>
For releases earlier than 6.4.1 that do not support the all option:
dump-support outputs file=<descriptive_filename>
Use a filename containing the ION name and collection time, such as tacacs_servers_down_branch-ion1_20260818T1430. |