SD-WAN configuration is the backbone of an SD-WAN deployment, ensuring that your network traffic is optimized, reliable, and performs according to your needs.
Goal:
Identify and define WAN interfaces that will be part of the SD-WAN network. These interfaces can be physical (like ethernet ports) or virtual (like VLANs).
A WAN (Wide Area Network) interface connects your local network (LAN) to external networks like the internet or other branch offices. In SD-WAN, these interfaces form the building blocks of your wide-area network.
Add Interfaces:
wan1 or wan2 that will serve as SD-WAN members.Set IP Addresses:
Define Roles:
Load Balancing Weights:
Defining interfaces properly ensures your SD-WAN can use multiple internet links efficiently.
Goal:
Ensure the quality of your network links by setting performance benchmarks such as latency (delay), jitter (variation in delay), and packet loss.
SLA ensures that your SD-WAN dynamically selects the best available link for traffic based on predefined performance criteria.
Define SLA Parameters:
Monitor Link Performance:
Set Actions for SLA Breaches:
SLA ensures critical applications (like video calls) always use high-quality links, avoiding disruptions.
Goal:
Distribute traffic intelligently across available WAN links to improve efficiency and reliability.
Volume-Based:
Session-Based:
Application-Based:
Primary Link:
Failover:
Load balancing prevents overloading one link and ensures redundancy in case of failure.
Goal:
Optimize network performance by recognizing and prioritizing different types of applications.
This feature identifies traffic by its application type (e.g., Zoom, YouTube) and applies specific policies for optimization.
Enable Application Identification:
Define Application-Specific Policies:
Application awareness prevents non-critical traffic from affecting critical business operations.
Goal:
Ensure that important traffic is always transmitted first, even during peak usage times.
Define Bandwidth Limits:
Apply Traffic Prioritization:
Bandwidth control guarantees smooth operation of critical applications even under heavy network load.
SD-WAN configuration is not just about setting up WAN interfaces and defining traffic rules. It also involves ensuring the health of the WAN links, implementing redundancy and failover mechanisms, and integrating VPN solutions for secure connectivity.
Ensure real-time monitoring of network quality to validate SD-WAN policy effectiveness and quickly detect performance degradation.
SD-WAN continuously monitors WAN link health using probes. These probes help FortiGate devices collect real-time network performance data such as:
To achieve this, SD-WAN uses different probing methods:
These probes run at regular intervals and collect performance data for SLA-based path selection.
SD-WAN provides several ways to visualize link health:
diagnose sys sdwan health-check – Displays detailed health status of WAN links.get router info routing-table all – Shows which WAN link is actively used for specific traffic.Ensure seamless traffic switching between WAN links when one link fails or degrades, preventing network disruptions.
Failover is triggered when a WAN link violates SLA thresholds, such as:
SD-WAN uses Link Health Monitor to track these parameters.
Example Configuration:
Configure an SLA target with:
config system sdwan
config health-check
edit "Internet-Check"
set server "8.8.8.8"
set interval 2
set latency-threshold 100
set packetloss-threshold 5
next
end
end
If the link exceeds the defined latency or packet loss limit, SD-WAN reroutes traffic to an alternative link.
Combine SD-WAN and VPN to create a secure, high-performance network that dynamically selects the best tunnel for traffic.
What must be enabled before interfaces can be added as SD-WAN members on a FortiGate?
SD-WAN must be enabled using set status enable under config system sdwan.
Before any interfaces can participate in SD-WAN, the SD-WAN feature must be enabled in the configuration. This is done within the config system sdwan section by setting the status to enable. Once enabled, administrators can add WAN interfaces as SD-WAN members. These members are grouped into an SD-WAN zone (commonly virtual-wan-link). This step is essential because the SD-WAN engine manages link monitoring, path selection, and load balancing. Without enabling SD-WAN first, the firewall treats interfaces as traditional independent WAN links instead of part of an intelligent path-selection system.
Demand Score: 74
Exam Relevance Score: 90
What happens if no SD-WAN zone is specified when adding members?
Members are automatically added to the default virtual-wan-link zone.
When interfaces are added as SD-WAN members without specifying a zone, FortiGate automatically places them into the default SD-WAN zone called virtual-wan-link. This zone acts as a logical interface representing all SD-WAN members collectively. Routing, firewall policies, and SD-WAN rules typically reference this zone instead of individual interfaces. This abstraction simplifies traffic engineering and allows the firewall to dynamically select the best path among all member interfaces based on rules and performance metrics.
Demand Score: 70
Exam Relevance Score: 88
Which SD-WAN load-balancing modes are supported on FortiGate?
Source-IP-based, source-destination-IP-based, weight-based, and measured-volume-based.
FortiGate supports several load-balancing algorithms that determine how traffic is distributed across SD-WAN member links. Source-IP-based distributes sessions based on the client IP address. Source-destination-IP-based considers both endpoints, providing more granular distribution. Weight-based distributes traffic proportionally according to assigned weights, useful when links have different bandwidth capacities. Measured-volume-based distributes traffic based on real-time bandwidth usage. Selecting the appropriate algorithm is important for ensuring optimal link utilization and avoiding congestion on high-traffic WAN environments.
Demand Score: 69
Exam Relevance Score: 87
What is the purpose of a Performance SLA in SD-WAN configuration?
It monitors link quality and determines which WAN links meet performance thresholds.
A Performance SLA measures link health using metrics such as latency, jitter, and packet loss. These values are collected through health-check probes sent to configured targets. SD-WAN rules reference these SLAs to determine whether a link should be used for traffic forwarding. If a link fails the SLA thresholds, it can be excluded from path selection or deprioritized depending on the rule strategy. This mechanism enables intelligent routing decisions and automatic failover between WAN circuits without manual intervention.
Demand Score: 73
Exam Relevance Score: 90