Troubleshooting SD-WAN in Infinity Portal

Symptom:
-
In the WAN Link Mapping window, the yellow triangle icon appears near an SD-WAN Security Gateway.
-
When you hover the mouse cursor over this icon, the information popup appears:
This Gateway has no SD-WAN interfaces defined. Please complete the missing configuration using GAIA Portal.
Example:
Solution:
-
In Infinity Portal:
-
In the Quantum SD-WAN application, go to the Network view > Agents page.
-
At the top, click the List View button.
-
The top section must show the SD-WAN Security Gateway object.
-
Click the SD-WAN Security Gateway object.
-
The bottom section must show:
-
Status: Connected
-
Policy version: <Integer Value>
-
-
-
In SmartConsole:
-
From the left navigation panel, click Gateways & Servers.
-
Open the Security Gateway object.
-
In the left pane, click Network Management.
-
Examine the configuration of interfaces:
-
The names of interface (you can click Get Interfaces > Get Interface with Topology (do not click Accept) to see the actual interface names.
-
The topology of the SD-WAN interfaces must be External (otherwise, they do not appear in the WAN Link Mapping window).
-
-
-
On the Security Gateway, examine the interface configuration in one of these ways:
-
On the Security Gateway:
-
In Gaia Portal:
Network Interfaces page > SD-WAN Interfaces section
-
In Gaia Clish:
show interface <Name of Interface> sdwan
or
show configuration sdwan
-
In the Expert mode:
sdwan_conf show
-
-
On the Quantum Spark Appliance:
Make sure you configured Internet connections in one of these ways:
-
In WebUI:
Device view > Network section > Internet
-
In Gaia Clish:
show internet-connections
-
In the Expert mode:
sdwan_conf show
-
-
-
On the Security Gateway, examine the Nano-Agent status:
-
Log in to the Expert mode.
-
Run:
cpnano -s
All statuses must be Succeeded or Running.
-
-
On the Security Gateway, make sure the Access Control Policy is installed:
cpstat -f policy fw

Symptom:
In Infinity Portal > Quantum SD-WAN application > the Network view > SD-WAN Policy page > WAN Link Mapping window still shows an SD-WAN Security Gateway object, although an administrator deleted its object in SmartConsole.
Solution:
-
In Infinity Portal > Quantum SD-WAN application, delete the SD-WAN Security Gateway object from all profiles of type "SD-WAN Profile":
-
Go to the Network view > Profiles page.
-
Click a profile of type "SD-WAN Profile".
-
Click the General tab.
-
In the SD-WAN Gateways section, click the SD-WAN Security Gateway object.
-
From the top toolbar, click Delete (the "x" icon).
-
-
In Infinity Portal > Quantum SD-WAN application, delete the SD-WAN Security Gateway object from the Agents page:
-
Go to the Network view > Agents page.
-
Delete the SD-WAN Security Gateway object:
-
In the Grid View:
In the SD-WAN Security Gateway object, in the top right corner, click the 3-dots and click Delete.
-
In the List View:
Click the SD-WAN Security Gateway object > from the top toolbar, click Delete (the "garbage can" icon).
-
-
-
At the top, click Publish.

Symptom:
Some network objects are missing in Infinity Portal > Quantum SD-WAN application > Network view > SD-WAN Policy page > in the picker of the Source and / or Destination fields or rules.
Solution:
Make sure the required object appears in Quantum SD-WAN application > Network view > Assets page.
-
The object appears on the Assets page:
Contact Check Point Support.
-
The object does not appear on the Assets page:
-
In SmartConsole, make sure this object exists.
-
In SmartConsole, make sure you published the session that created this object.
-
In SmartConsole, make sure the Management Server is connected correctly to Infinity Portal:
-
From the left navigation panel, click Infinity Services.
-
At the top of this page, the Infinity Portal Account must appear with the status Active.
-
At the bottom of this page, Configuration Sharing must show:
-
It is enabled (to verify, click the Edit button).
-
Its status is Active (green).
-
The last sync time is after the last publish.
-
-
If Configuration Sharing shows the status "Error", or if the last sync is not up to date, then follow sk181504.
-
If sk181504 did not resolve the issue, or if your Management Server is Smart-1 Cloud, then contact Check Point Support.
-
If Configuration Sharing shows the status "Active", and the last sync time is after the last publish, but the issue persists, then contact Check Point Support.
-
-
-

Symptom:
-
Although you configured a rule to steer specific traffic, the Security Gateway does not match this traffic to the configured rule.
-
After you added or removed network objects in a Network Group object that you use in a SD-WAN rule, the Security Gateway does not match the traffic as expected.
Solution:
-
In SmartConsole, on the Infinity Services view, make sure the Configuration Sharing is enabled, it status is Active, and the last sync time is after the last session publish.
See the scenario "Missing network objects in Infinity Portal SD-WAN".
-
After the last sync time in SmartConsole > Infinity Services view, in Infinity Portal > Quantum SD-WAN, from the top toolbar, click Enforce to get the updated objects.
-
Make sure the Security Gateway / each Cluster Member received the latest SD-WAN policy.
Run on the Security Gateway / each Cluster Member:
cpsdwan stat
Compare the policy version in the output to the policy version in Infinity Portal > Quantum SD-WAN.
-
Create the problematic connection again.
In SmartConsole > Logs & Events view > Logs tab, examine the corresponding log record - refer to the SD-WAN section.
Alternatively, run this kernel debug on the Security Gateway / each Cluster Member (schedule a maintenance window):
-
Start the kernel debug (see Troubleshooting SD-WAN with Kernel Debug):
fw ctl zdebug -m SDWANRB all | grep PROB
-
Create the problematic connection again.
-
Stop the kernel debug by pressing the CTRL+C keys.
-
Reset the kernel debug options:
fw ctl debug 0
-
-
If the traffic still does not match the expected SD-WAN rule:
Important:
-
Schedule a full maintenance window.
The required kernel debug creates a high CPU load.
-
Before you runs the commands below, read the section Troubleshooting SD-WAN with Kernel Debug.
Instructions:
-
Start the kernel debug on the Security Gateway / each Cluster Member:
fw ctl debug 0
fwaccel dbg resetall
fw ctl debug -buf 8200
fw ctl debug -m SDWAN all
fw ctl debug -m SDWANRB all
fw ctl debug -m APPI all
fw ctl debug -m UP all
fw ctl debug -m fw + drop conn
fwaccel dbg -m default all
fwaccel dbg -m sdwan all
fwaccel dbg -m api all
fw ctl kdebug -T -f > /var/log/kernel_debug.txt
-
Create the problematic connection again.
Write down the connections details - Start time, Source IP address, Source port, Destination IP address, Destination port, Protocol.
-
Press the CTRL+C keys to stop the kernel debug on the Security Gateway / each Cluster Member.
-
Reset the kernel debug options on the Security Gateway / each Cluster Member:
fw ctl debug 0
fwaccel dbg resetall
-
Contact Check Point Support and include these files and details from the Security Gateway / each Cluster Member:
-
/var/log/kernel_debug.txt
-
The connections details - Start time, Source IP address, Source port, Destination IP address, Destination port, Protocol.
-
CPinfo file (sk92739)
-
$FWDIR/log/sdwan_steering.elg
-
$FWDIR/log/cpsdwan.elg
-
$FWDIR/state/local/SDWAN/sdwan_steering_policy.json
-
/var/log/nano_agent/cp-nano-sdwan.dbg
-
/var/log/nano_agent/cp-nano-orchestration.dbg
-
Output of the "
cpsdwan stat
" command. -
From SmartConsole, copy all details from the corresponding log (double-click the log record and click the Copy button).
-
From SmartConsole, provide the details of the involved Network Group object - the name of the object, the IP addresses of each child object.
-
From Infinity Portal > Quantum SD-WAN application > Network view > SD-WAN Policy page, copy all details from the corresponding SD-WAN rules.
-
-