Step 1: Review the incident details and record the affected site, ION, incident time, software version, Standard VPN endpoint, and service link interfaces that are down.
Step 2: In SCM, review the Standard VPN service link configuration for the affected endpoint. Verify the endpoint address, Standard VPN protocol, parent interface, local address, peer address, and IPsec profile or GRE configuration, as applicable.
Step 3: Run the following read-only command:
dump servicelink summary all
Identify the service links associated with the affected endpoint. Review the SlDev, SlName, Status, ExtState, ParentDev, LocalIP, Peer, Type, and IPsecProfile fields.
Step 4: For each down service link, use the SlDev value from dump servicelink summary all and run:
dump servicelink status sldev=<SlDev>
For example:
dump servicelink status sldev=sl1
Review the detailed Standard VPN configuration, tunnel status, IKE and ESP information, authentication state, and reported failure reason.
Step 5: Use the ExtState reported by dump servicelink summary all to identify the likely cause:
For parent_no_ip or lowerlayerdown, check the parent interface using:
dump interface status interface <ParentDev>
Also review related DEVICEHW_INTERFACE_DOWN, NETWORK_DIRECTINTERNET_DOWN, or NETWORK_DIRECTPRIVATE_DOWN incidents.
For peer_address_unresolved or invalid_service_endpoint, verify the configured endpoint and peer address in SCM.
For retransmit_send, retransmit_send_timeout, or another no-response condition, verify routing and confirm that any upstream or northbound firewall permits communication with the Standard VPN endpoint. Confirm that the remote endpoint is operational and accepting connections.
For proposal_mismatch_ike, proposal_mismatch_child, or transform_selector_mismatch, compare the IKE, IPsec, and traffic-selector settings on both sides.
For an authentication or certificate error, verify the authentication parameters and certificate validity on both sides.
Step 6: Correct any ION-side service link, endpoint, parent-interface, routing, or IPsec configuration through SCM. Coordinate with the Standard VPN endpoint administrator for changes required on the remote endpoint.
Step 7: Run the following command again:
dump servicelink summary all
Confirm that at least one service link to the endpoint is operational and that the incident clears.
Step 8: If the endpoint remains down, 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 event, ION name, and collection time, such as standard_vpn_endpoint_down_branch-ion1_YYYYMMDDTHHMM. |