index
int64
0
4.08k
text
stringlengths
34
4.9k
url
stringclasses
38 values
1,055
SD-WAN Verification To verify when the primary neighbor is passing traffic: 1. Verify the health check status: FortiGate-Branch # diagnose sys sdwan health-check Health Check(ping): Seq(1 port1): state(alive), packet-loss(0.000%) latency(0.569), jitter(0.061) sla_ map=0x1 Health Check(ping2): Seq(2 port2): state(alive)...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,056
SD-WAN 10.100.1.2 from 10.100.1.2 (192.168.122.98) Origin IGP metric 0, localpref 100, valid, external, best Community: 20:1 Last update: Thu Apr 30 13:41:40 2020 b. Secondary neighbor router: FGT-NBR2 # get router info bgp network 192.168.20.0 VRF 0 BGP routing table entry for 192.168.20.0/24 Paths: (1 available, best...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,057
SD-WAN Members: 1: Seq_num(2 port2), alive, selected Src address: 0.0.0.0-255.255.255.255 Dst address: 0.0.0.0-255.255.255.255 4. Verify neighbor routers: a. Primary neighbor router: FGT-NBR1 # get router info bgp network 192.168.20.0 BGP routing table entry for 192.168.20.0/24 Paths: (1 available, best #1, table Defau...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,058
SD-WAN To configure BGP route-maps and neighbors: 1. Configure an access list for routes to be matched: config router access-list edit "net192" config rule edit 1 set prefix 192.168.20.0 255.255.255.0 next end next end 2. Configure route-maps for neighbor ISP1: config router route-map edit "comm1" config rule edit 1 se...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,059
SD-WAN 4. Configure the BGP neighbors: config router bgp set as 64512 set keepalive-timer 1 set holdtime-timer 3 config neighbor edit "192.168.2.1" set soft-reconfiguration enable set remote-as 64511 set route-map-out "comm-fail1" set route-map-out-preferable "comm1" next edit "172.31.0.1" set soft-reconfiguration enab...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,060
SD-WAN next end next end end 3. Configure the SD-WAN neighbors and assign them a role and the health checks used to determine if the neighbor meets the SLA: When no role is defined, the default role, standalone, is used. config system sdwan config neighbor edit "192.168.2.1" set member 1 set health-check "pingserver" s...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,061
SD-WAN Verification To verify that when both SLAs are met, port1 is selected due to its lower cost: 1. Verify the health check status: FortiGate-Branch # diagnose sys sdwan health-check Health Check(pingserver): Seq(2 MPLS): state(alive), packet-loss(0.000%) latency(24.709), jitter(14.996) sla_ map=0x1 Seq(1 port1): st...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,062
SD-WAN 64512 172.31.0.2 from 172.31.0.2 (192.168.122.98) Origin IGP metric 0, localpref 100, valid, external, best Community: 64522:1 Last update: Fri May 1 00:11:28 2020 To verify that when neighbor ISP1 misses SLAs, MPLS is selected and BGP advertises a different community string for ISP1: 1. Verify the health check ...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,063
SD-WAN b. Secondary neighbor router: FGT-NBR2 # get router info bgp network 192.168.20.0 VRF 0 BGP routing table entry for 192.168.20.0/24 Paths: (1 available, best #1, table Default-IP-Routing-Table) Not advertised to any peer Original VRF 0 64512 172.31.0.2 from 172.31.0.2 (192.168.122.98) Origin IGP metric 0, localp...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,064
SD-WAN Example In the following example, the spoke FortiGate has four tunnels: two tunnels to Hub_1 and two tunnels to Hub_2. The spoke has two BGP neighbors: one to Hub_1 and one to Hub-2. BGP neighbors are established on loopback IPs. The SD-WAN neighbor plus route-map-out-preferableconfiguration is deployed on the s...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,065
SD-WAN 2. Configure route maps for neighbors in SLA (preferable) and out of SLA (default): config router route-map edit "in_sla" config rule edit 1 set match-ip-address "net10" set set-community "10:1" next end next edit "out_sla" config rule edit 1 set match-ip-address "net10" set set-community "10:2" next end next en...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,066
SD-WAN set source 172.31.0.65 next edit 6 set interface "H2_T11" set source 172.31.0.65 next edit 9 set interface "H2_T22" set source 172.31.0.65 next end end 2. Configure the health check that must be met: config system sdwan config health-check edit "HUB" set server "172.31.100.100" set members 0 config sla edit 1 se...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,067
SD-WAN Seq(6 H2_T11): state(alive), packet-loss(0.000%) latency(0.175), jitter(0.014), mos(4.404), bandwidth-up(999999), bandwidth-dw(999999), bandwidth-bi(1999998) sla_map=0x1 Seq(9 H2_T22): state(alive), packet-loss(0.000%) latency(0.176), jitter(0.019), mos(4.404), bandwidth-up(999999), bandwidth-dw(999998), bandwid...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,068
SD-WAN Original VRF 0 Local, (Received from a RR-client) 172.31.0.65 from 172.31.0.65 (172.31.0.65) Origin IGP metric 0, localpref 100, valid, internal, best Community: 10:1 Last update: Thu Dec 30 10:44:47 2021 Hub_2_FGT (root) # get router info bgp network 10.0.3.0/24 VRF 0 BGP routing table entry for 10.0.3.0/24 Pat...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,069
SD-WAN VPN overlay The following topics provide instructions on SD-WAN VPN overlays: l ADVPN 2.0 edge discovery and path management on page 1070 l ADVPN and shortcut paths on page 1090 l Active dynamic BGP neighbor triggered by ADVPN shortcut on page 1103 l SD-WAN monitor on ADVPN shortcuts on page 1113 l Hold down tim...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,070
SD-WAN hub to ensure shortcuts were established on the same overlay. In addition, user traffic was needed to trigger the process of establishing shortcuts. With the latest version of ADVPN and SD-WAN, shortcut path selection is achieved through edge discovery and path management functionality on the ADVPN spokes. 1. Ed...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,071
SD-WAN end end set advpn-select {enable | disable} Enable or disable SDWAN/ADVPN-2.0 (default=disabled). set advpn-health-check <health-check name> Specify the health check for the spoke whose info will be sent to the peer spoke. set transport-group <integer> Specify different group ID between (1 -255) to differentiate...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,072
SD-WAN l Network Topology on page 1073 l SD-WAN configuration and health check status on page 1074 l Scenario 1: Traffic matching SD-WAN rule 1 on page 1077 l Scenario 2: Traffic matching SD-WAN rule 2 on page 1078 l Scenario 3: Traffic matching SD-WAN rule 3 on page 1080 l Scenario 4: Spoke 2 H1_T22 overlay link out-o...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,073
SD-WAN SD-WAN Rule/Service 1 SD-WAN Rule/Service 2 SD-WAN Rule/Service 3 H1_T11 H1_T22 H1_T33 H1_T22 H1_T11 H1_T11 H1_T33 H1_T33 H1_T22 Strategy for choosing outgoing interfaces Lowest cost (SLA) Lowest cost (SLA) Best quality, link cost factor: packet loss Throughout this example, transport group 1 is used for VPN ove...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,074
SD-WAN set members 1 2 3 config sla edit 1 set link-cost-factor latency set latency-threshold 100 next end next end config service edit 1 set name "1" set mode sla set shortcut-priority enable set dst "spoke-2_LAN-1" "Tunnel_IPs" set src "spoke-1_LAN-1" "Tunnel_IPs" config sla edit "HUB" set id 1 next end set priority-...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,075
SD-WAN SD-WAN configuration and health check status on Spoke 2: config system sdwan set status enable config zone edit "virtual-wan-link" next edit "overlay" set advpn-select enable set advpn-health-check "HUB" next end config members edit 1 set interface "H1_T11" set zone "overlay" set cost 100 set transport-group 1 n...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,076
SD-WAN Scenario 1: Traffic matching SD-WAN rule 1 In this scenario, PC1 connected to Spoke 1 initiates an ICMP ping destined for PC1 connected to Spoke 2. Therefore, this user traffic matches SD-WAN rule 1 and triggers shortcut path selection and establishment. The Path Manager of Spoke 1 calculates the best shortcut p...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,077
SD-WAN Remote information: 1: latency: 0.176267 jitter: 0.005733 pktloss: 0.000000 mos: 4.404302 sla: 0x1 cost: 0 transport_group: 1 bandwidth up: 999994 down: 999997 bidirection: 1999991 ipv4: 172.31.3.105(172.31.81.2) ipv6 2000:172:31:3::105(::) 2: latency: 0.119133 jitter: 0.004800 pktloss: 0.000000 mos: 4.404331 sl...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,078
SD-WAN Member sub interface(5): 3: seq_num(2), interface(H1_T22): 1: H1_T22_0(72) 4: seq_num(1), interface(H1_T11): 1: H1_T11_0(71) Members(5): 1: Seq_num(2 H1_T22_0 overlay), alive, sla(0x1), gid(0), cfg_order(0), local cost(0), selected 2: Seq_num(1 H1_T11_0 overlay), alive, sla(0x1), gid(0), cfg_order(1), local cost...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,079
SD-WAN ipv4: 172.31.3.101(172.31.80.2) ipv6 2000:172:31:3::101(c010:4b02::788a:93ee:7f00:0) … From the diagnostic command on Spoke 2, we observe the selected shortcut in bold: Branch2_FGT# diagnose sys sdwan health-check Health Check(HUB): Seq(3 H1_T33): state(alive), packet-loss(0.000%) latency(0.118), jitter(0.005), ...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,080
SD-WAN 2: Seq_num(1 H1_T11_0 overlay), alive, packet loss: 0.000%, selected, last_used=2023-12- 05 14:38:02 3: Seq_num(2 H1_T22_0 overlay), alive, packet loss: 0.000%, selected 4: Seq_num(3 H1_T33 overlay), alive, packet loss: 0.000%, selected 5: Seq_num(1 H1_T11 overlay), alive, packet loss: 0.000%, selected 6: Seq_nu...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,081
SD-WAN 1. Overlays with the same transport group 2. In-SLA overlays 3. Lowest link-cost overlays 4. Member configuration order as a final tiebreaker Based on this algorithm, the Path Manager on Spoke 1 still selects these Spoke 1 interfaces: l SD-WAN Rule 1: H1_T11 l SD-WAN Rule 2: H1_T22 These are the first in the pri...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,082
SD-WAN selected 8: Seq_num(3 H1_T33 overlay), alive, sla(0x1), gid(0), cfg_order(2), local cost(0), selected Src address(2): 172.31.0.0-172.31.255.255 10.0.3.0-10.0.3.255 Dst address(2): 172.31.0.0-172.31.255.255 10.0.4.0-10.0.4.255 Service(2): Address Mode(IPV4) flags=0x4200 use-shortcut-sla use-shortcut Tie break: cf...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,083
SD-WAN Remote information: 1: latency: 0.119500 jitter: 0.006067 pktloss: 0.000000 mos: 4.404329 sla: 0x1 cost: 0 transport_group: 2 bandwidth up: 999999 down: 999997 bidirection: 1999996 ipv4: 172.31.4.101(172.31.82.2) ipv6 180:adfb::d88a:93ee:7f00:0 (d88a:93ee:7f00:0:d88a:93ee:7f00:0) 2: latency: 250.170761 jitter: 0...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,084
SD-WAN Spoke 1: config system sdwan set status enable config zone edit "virtual-wan-link" next edit "overlay" set advpn-select enable set advpn-health-check "HUB" next end config members edit 1 set interface "H1_T11" set zone "overlay" set transport-group 1 next edit 2 set interface "H1_T22" set zone "overlay" set tran...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,085
SD-WAN end config vpn ipsec phase1-interface edit "H1_T11" ... set idle-timeout enable set shared-idle-timeout enable set idle-timeoutinterval 5 ... next end config vpn ipsec phase1-interface edit "H1_T22" ... set idle-timeout enable set shared-idle-timeout enable set idle-timeoutinterval 5 ... next end config vpn ipse...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,086
SD-WAN next edit 2 set interface "H1_T22" set zone "overlay" set transport-group 1 next edit 3 set interface "H1_T33" set zone "overlay" set transport-group 2 next end config health-check edit "HUB" set server "172.31.100.100" set members 3 1 2 config sla edit 1 set link-cost-factor latency set latency-threshold 100 ne...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,087
SD-WAN Seq(3 H1_T33): state(alive), packet-loss(0.000%) latency(0.148), jitter(0.021), mos(4.404), bandwidth-up(999999), bandwidth-dw(999998), bandwidth-bi(1999997) sla_map=0x1 Seq(1 H1_T11): state(alive), packet-loss(0.000%) latency(0.183), jitter(0.010), mos(4.404), bandwidth-up(999999), bandwidth-dw(999998), bandwid...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,088
SD-WAN Dst address(1): 10.0.0.0-10.255.255.255 From the diagnostic command on Spoke 2, observe the shortcuts in bold: Branch2_FGT# diagnose sys sdwan health-check Health Check(HUB): Seq(3 H1_T33): state(alive), packet-loss(0.000%) latency(0.120), jitter(0.007), mos(4.404), bandwidth-up(999999), bandwidth-dw(999997), ba...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,089
SD-WAN Tie break: cfg Shortcut priority: 3 Gen(16), TOS(0x0/0x0), Protocol(0): src(1->65535):dst(1->65535), Mode(sla hash￾mode=round-robin) Members(3): 1: Seq_num(1 H1_T11 overlay), alive, sla(0x1), gid(2), num of pass(1), selected 2: Seq_num(2 H1_T22 overlay), alive, sla(0x1), gid(2), num of pass(1), selected 3: Seq_n...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,090
SD-WAN Configuration example A typical ADVPN configuration with SD-WAN usually has two hubs, and each spoke connects to two ISPs and establishes VPN tunnels with both hubs. This example shows a hub-and-spoke configuration using two hubs and one spoke: l Hub1 and Hub2 both use wan1 to connect to the ISPs and port10 to c...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,091
SD-WAN Hub internal network 172.16.101.0/24 Spoke1 internal network 10.1.100.0/24 ADVPN 1 network 10.10.100.0/24 ADVPN 2 network 10.10.200.0/24 Hub1 wan1 IP 11.1.1.11 Hub2 wan1 IP 11.1.2.11 Hub1 VPN IP 10.10.100.254 Hub2 VPN IP 10.10.200.254 Spoke1 to hub1 VPN IP 10.10.100.2 Spoke1 to hub2 VPN IP 10.10.200.2 Ping serve...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,092
SD-WAN When net-device is disabled, a tunnel ID is generated for each dynamic tunnel. This ID, in the form of an IP address, is used as the gateway in the route entry to that tunnel. The tunnel-search option is removed in FortiOS 7.0.0 and later. To configure the VPN interface and BGP: config system interface edit "hub...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,093
SD-WAN set dstintf "hub-phase1" set srcaddr "spoke_subnets" set dstaddr "spoke_subnets" set action accept set schedule "always" set service "ALL" set comments "allow traffic from spokes to spokes" next edit 3 set name "internal2spoke" set srcintf "port10" set dstintf "hub-phase1" set srcaddr "hub_subnets" set dstaddr "...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,094
SD-WAN set ip 10.10.200.254 255.255.255.255 set remote-ip 10.10.200.253 255.255.255.0 next end config router bgp set as 65505 config neighbor-group edit "advpn" set link-down-failover enable set remote-as 65505 set route-reflector-client enable next end config neighbor-range edit 1 set prefix 10.10.200.0 255.255.255.0 ...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,095
SD-WAN set srcintf "port10" set dstintf "hub-phase1" set srcaddr "hub_subnets" set dstaddr "spoke_subnets" set action accept set schedule "always" set service "ALL" set comments "allow traffic from headquarter to spokes" next end Spoke1 sample configuration To configure the IPsec phase1 and phase2 interface: config vpn...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,096
SD-WAN To configure the VPN interface and BGP: config system interface edit "spoke1-phase1" set ip 10.10.100.2 255.255.255.255 set remote-ip 10.10.100.254 255.255.255.0 next edit "spoke1-2-phase1" set ip 10.10.200.2 255.255.255.255 set remote-ip 10.10.200.254 255.255.255.0 next end config router bgp set as 65505 config...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,097
SD-WAN next end config service edit 1 set mode sla set dst "financial-department" config sla edit "ping" set id 1 next end set priority-members 1 2 next edit 2 set priority-members 2 set dst "engineering-department" next end end If no SD-WAN zone is specified, members are added to the default virtual-wan-link zone. To ...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,098
SD-WAN Troubleshooting ADVPN and shortcut paths Before spoke vs spoke shortcut VPN is established Use the following CLI commands to check status before spoke vs spoke shortcut VPN is established. # get router info bgp summary BGP router identifier 2.2.2.2, local AS number 65505 BGP table version is 13 3 BGP AS-PATH ent...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,099
SD-WAN bound_if=90 lgwy=static/1 tun=intf/0 mode=auto/1 encap=none/536 options[0218]=npu create_dev frag-rfc accept_traffic=1 proxyid_num=1 child_num=0 refcnt=21 ilast=0 olast=0 ad=r/2 stat: rxp=1 txp=186 rxb=16498 txb=11163 dpd: mode=on-demand on=1 idle=20000ms retry=3 count=0 seqno=74 natt: mode=none draft=0 interval...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,100
SD-WAN B* 0.0.0.0/0 [200/0] via 10.10.200.254, spoke1-2-phase1, 00:01:33 [200/0] via 10.10.100.254, spoke1-phase1, 00:01:33 B 1.1.1.1/32 [200/0] via 11.1.1.1 (recursive via 12.1.1.1), 00:02:04 [200/0] via 11.1.1.1 (recursive via 12.1.1.1), 00:02:04 B 11.11.11.0/24 [200/0] via 10.10.200.254, spoke1-2-phase1, 00:02:04 [2...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,101
SD-WAN ------------------------------------------------------ name=spoke1-2-phase1 ver=1 serial=6 112.1.1.2:0->11.1.2.11:0 tun_id=11.1.2.11 dst_mtu=15324 bound_if=90 lgwy=static/1 tun=intf/0 mode=auto/1 encap=none/536 options[0218]=npu create_dev frag-rfc accept_traffic=1 proxyid_num=1 child_num=1 refcnt=19 ilast=0 ola...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,102
SD-WAN dst: 0:0.0.0.0/0.0.0.0:0 SA: ref=3 options=1a227 type=00 soft=0 mtu=15262 expire=42900/0B replaywin=2048 seqno=1 esn=0 replaywin_lastseq=00000000 itn=0 qat=0 life: type=01 bytes=0/0 timeout=42901/43200 dec: spi=03e01a45 esp=aes key=16 0beb519ed9f800e8b4c0aa4e1df7da35 ah=sha1 key=20 bc9f38db5296cce4208a69f1cc8a9f...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,103
SD-WAN l The hub FortiGate should be configured with neighbor-group and neighbor-range/neighbor-range6. l Each spoke FortiGate should be configured with neighbor-group and neighbor-range/neighbor-range6 like the hub. More importantly, each spoke should be configured with set passive disable to ensure spokes are able to...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,104
SD-WAN To configure the Hub FortiGate: 1. Configure the BGP settings (neighbor group and ranges): config router bgp set as 65100 set router-id 10.200.1.1 set ibgp-multipath enable config neighbor-group edit "EDGE" set activate6 disable set remote-as 65100 set update-source "lo1" set route-reflector-client disable next ...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,105
SD-WAN a. For IPv4: config router static edit 33 set dst 33.0.0.0 255.0.0.0 set blackhole enable set vrf 0 next edit 22 set dst 22.0.0.0 255.0.0.0 set blackhole enable set vrf 0 next end b. For IPv6: config router static6 edit 33 set dst 2001:33::/32 set blackhole enable set vrf 0 next edit 22 set dst 2001:22::/32 set ...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,106
SD-WAN To configure the Spoke 1 FortiGate: 1. Configure the SD-WAN settings: config system sdwan set status enable config zone edit "virtual-wan-link" next end config members edit 1 set interface "spoke1-1" set cost 10 next edit 2 set interface "spoke-2" set cost 20 next end config health-check edit "ping" set server "...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,107
SD-WAN config router bgp set as 65100 set router-id 10.200.1.100 set ibgp-multipath enable config neighbor edit "10.200.1.1" set activate6 disable set remote-as 65100 set connect-timer 10 set update-source "lo1" next edit "2001::10:200:1:1" set advertisement-interval 1 set activate disable set remote-as 65100 set updat...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,108
SD-WAN Verifying the configuration before a spoke-to-spoke shortcut VPN is established IPv4 use case To verify the status on Spoke 1: 1. Verify the BGP status: # get router info bgp summary VRF 0 BGP router identifier 10.200.1.100, local AS number 65100 BGP table version is 5 1 BGP AS-PATH entries 0 BGP community entri...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,109
SD-WAN tunnel ::111.1.1.11), 00:15:29, [1024/0] B 2001:22::/32 [200/0] via 2001::10:200:1:1 (recursive via spoke1-1 tunnel ::11.1.1.11), 00:15:29 (recursive via spoke1-2 tunnel ::111.1.1.11), 00:15:29, [1024/0] B 2001:33::/32 [200/0] via 2001::10:200:1:1 (recursive via spoke1-1 tunnel ::11.1.1.11), 00:15:29 (recursive ...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,110
SD-WAN IPv6 use case To trigger a single spoke-to-spoke shortcut VPN over IPv6, on host 2001:22::22/64, ping the host 2001:33::33/64 in the Financial Department. Because of the SD-WAN rule, use SD-WAN member 1 (via ISP1) and its dynamic shortcuts to reach hosts in the Financial Department. To verify the status on Spoke...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,111
SD-WAN To verify the status on Spoke 1: 1. Verify the BGP status: # get router info bgp summary VRF 0 BGP router identifier 10.200.1.100, local AS number 65100 BGP table version is 6 1 BGP AS-PATH entries 0 BGP community entries Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd 10.200.1.1 4 65100 263 2...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,112
SD-WAN 2001::10:200:1:1 4 65100 264 265 4 0 0 00:18:18 3 2001::10:200:1:101 4 65100 19 19 6 0 0 00:01:11 1 Total number of neighbors 2 Spoke 1 continues to have its BGP neighbors: l Hub FortiGate at 2001::10:200:1:1 l Spoke 2 FortiGate at 2001::10:200:1:101 2. Verify the BGP routing table: # get router info6 routing-ta...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,113
SD-WAN l When no shortcut is established: # diagnose sys sdwan health-check Health Check(ping): Seq(1 tunnel-1): state(alive), packet-loss(0.000%) latency(0.038), jitter(0.006) sla_ map=0x3 Seq(2 tunnel-2): state(alive), packet-loss(0.000%) latency(0.035), jitter(0.004) sla_ map=0x3 l When one shortcut is established: ...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,114
SD-WAN To configure the hold down time: config system sdwan config service edit 1 set hold-down-time 15 next end end To view which SD-WAN member is selected before and after the hold down time elapses: Before the hold down time has elapsed: # diagnose sys sdwan service4 Service(1): Address Mode(IPV4) flags=0x200 Gen(34...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,115
SD-WAN Member sub interface(4): 2: seq_num(2), interface(vd2-2): 1: vd2-2_0(88) 3: seq_num(1), interface(vd2-1): 1: vd2-1_0(86) Members(4): 1: Seq_num(2 vd2-2_0), alive, packet loss: 0.000%, selected 2: Seq_num(2 vd2-2), alive, packet loss: 0.000%, selected 3: Seq_num(1 vd2-1), alive, packet loss: 24.000%, selected 4: ...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,116
SD-WAN To configure the FortiGates: 1. On FortiGate A, enable FEC for egress traffic and NPU offloading on the IPsec tunnel vd1-p1: config vpn ipsec phase1-interface edit "vd1-p1" set npu-offload enable set fec-egress enable next end 2. On FortiGate B, enable FEC for ingress traffic and NPU offloading on the IPsec tunn...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,117
SD-WAN end end 4. On FortiGate A, create a policy to specify performing FEC on UDP traffic, and a policy for other traffic: config firewall policy edit 1 set srcintf "port5" set dstintf "virtual-wan-link" set action accept set srcaddr "172.16.205.0" set dstaddr "all" set schedule "always" set service "ALL_UDP" set fec ...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,118
SD-WAN next end The FEC base and redundant values are used when the link quality has not exceeded the limits specified in the FEC profile mapping. If fec-codec is set to xor the base and redundant packet values will not be updated. To verify the results: 1. Send TCP and UDP traffic from PC1 to PC2, then check the sessi...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,119
SD-WAN # diagnose sys sdwan health-check Health Check(1): Seq(2 vd1-p1): state(alive), packet-loss(0.000%) latency(0.168), jitter(0.021), bandwidth-up(999999), bandwidth-dw(999998), bandwidth-bi(1999997) sla_map=0x1 Because bandwidth-up is more than 950000kbps, base and redundant are set to 9 and 3: # diagnose vpn tunn...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,120
SD-WAN To create a new SD-WAN VPN interface using the tunnel wizard: 1. Go to Network > SD-WAN, select the SD-WAN Zones tab, and click Create New > SD-WAN Member. 2. In the Interface drop-down, click +VPN. The Create IPsec VPN for SD-WAN members pane opens. 3. Enter the required information, then click Next. 4. Review ...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,121
SD-WAN Parameter Description srcaddr Source address or address group names. dstaddr Destination address or address group names. srcaddr6 Source IPv6 address or IPv6 address group names. dstaddr6 Destination IPv6 address or IPv6 address group names. srcintf Incoming (ingress) interfaces or zones. dstintf Outgoing (egres...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,122
SD-WAN To configure packet duplication between Spoke 1 and Spoke 2: 1. Configure Spoke 1: config system sdwan set status enable config zone edit "virtual-wan-link" next edit "sdwanzone_v4" next end config members edit 1 set interface "t1" set zone "sdwanzone_v4" next edit 4 set interface "t21" set zone "sdwanzone_v4" n...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,123
SD-WAN set packetloss-threshold 40 next end next end config duplication edit 1 set srcaddr "all" set dstaddr "all" set srcintf "port1" set dstintf "sdwanzone_v4" set service "ALL" set packet-duplication force set packet-de-duplication enable next end end 2. Configure Spoke 2 with similar settings. Duplicate packets bas...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,124
SD-WAN In this example, SD-WAN is configured with three members: vpn1, vpn2, and vpn3. Service rule 1 controls all traffic from 10.100.20.0/24 to 172.16.100.0/24 using member 1. To send a duplicate of the traffic that matches service rule 1 using member 2, members 1 and 2 are added to the same SD-WAN zone, and a duplic...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,125
SD-WAN end config duplication edit 1 set service-id 1 set packet-duplication force next end end Interface based QoS on individual child tunnels based on speed test results In a hub and spoke SD-WAN topology that uses dial-up VPN overlays, QoS can be applied on individual tunnels based on the measured bandwidth between ...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,126
SD-WAN Example In this example, the hub is configured as a VPN dial-up server and both of the spokes are connected to the hub. It is assumed that the VPN configuration is already done, with a dynamic gateway type and kernel device creation (net￾device) disabled. Only one SD-WAN interface is used, so there is only one V...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,127
SD-WAN set class-id 2 set priority low set guaranteed-bandwidth-percentage 10 set maximum-bandwidth-percentage 10 next edit 2 set class-id 3 set priority medium set guaranteed-bandwidth-percentage 30 set maximum-bandwidth-percentage 40 next edit 3 set class-id 4 set priority high set guaranteed-bandwidth-percentage 20 ...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,128
SD-WAN priority=medium forwarded_bytes=0 dropped_packets=0 dropped_bytes=0 class-id=4 allocated-bandwidth=442325(kbps) guaranteed￾bandwidth=147441(kbps) max-bandwidth=442325(kbps) current-bandwidth=0(kbps) priority=high forwarded_bytes=0 dropped_packets=0 dropped_bytes=0 ------------------------------------------------...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,129
SD-WAN In this example, SD-WAN is configured on an ADVPN network with a BGP neighbor per overlay. Instead of reflecting BGP routes with the route-reflector on the hub, when the shortcuts are triggered, IKE routes on the shortcuts are directly injected based on the configured phase 2 selectors to allow routes to be exch...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,130
SD-WAN ... set src-name "LAN_Net" set dst-name "all" next edit "spoke12-p2" ... set src-name "LAN_Net" set dst-name "all" next end 3. Configure an address group: Spoke 1 uses LAN subnet 10.1-3.100.0/24. config firewall addrgrp edit "LAN_Net" set member "10.1.100.0" "10.2.100.0" "10.3.100.0" next end 4. Configure route ...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,131
SD-WAN config router bgp set as 65412 config neighbor edit "10.10.15.253" set remote-as 65412 set route-map-out "HUB_BAD" set route-map-out-preferable "HUB_CARRIER1" ... next edit "10.10.16.253" set remote-as 65412 set route-map-out "HUB_BAD" set route-map-out-preferable "HUB_CARRIER2" ... next end end config system sd...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,132
SD-WAN ... next edit "spoke22-p1" ... set ike-version 2 set net-device enable set add-route enable set mode-cfg enable set auto-discovery-receiver enable set mode-cfg-allow-client-selector enable set link-cost 201 next end 2. Configure phase 2: config vpn ipsec phase2-interface edit "spoke21-p2" ... set src-name "LAN_N...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,133
SD-WAN set set-community "65000:2" ... next end ... next edit "HUB_BAD" config rule edit 1 set set-community "65000:9999" ... next end ... next end 5. Configure BGP and SD-WAN members and neighbors: config router bgp set as 65412 config neighbor edit "10.10.15.253" set remote-as 65412 set route-map-out "HUB_BAD" set ro...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,134
SD-WAN set sla-id 1 next end end To configure the hub: 1. Configure the route maps: l Set the priority to 100 for routes with community 65000:1, indicating that they are in SLA for overlay 1. l Set the priority to 200 for routes with community 65000:2, indicating that they are in SLA for overlay 2. l Set the priority t...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,135
SD-WAN next end end To test the configuration: 1. Check the routing tables on the spokes: Spoke 1: spoke-1 (root) # get router info routing-table all B* 0.0.0.0/0 [200/0] via 10.10.15.253 (recursive is directly connected, spoke11- p1), 00:01:17, [1/0] // default route to hub [200/0] via 10.10.16.253 (recursive is direc...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,136
SD-WAN 1.446521 spoke11-p1_0 in 192.168.5.44 -> 10.1.100.22: icmp: echo reply 1.446536 port2 out 192.168.5.44 -> 10.1.100.22: icmp: echo reply Spoke 2: spoke-2 (root) # get router info routing-table static S 10.1.100.0/24 [15/0] via spoke21-p1_0 tunnel 10.10.15.1 vrf 0, [1/0] S 10.2.100.0/24 [15/0] via spoke21-p1_0 tun...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,137
SD-WAN Spoke 2: spoke-2 (root) # diagnose sys sdwan neighbor Neighbor(10.10.15.253): member(1)role(standalone) Health-check(1:1) sla-fail alive Neighbor(10.10.16.253): member(2)role(standalone) Health-check(11:1) sla-pass selected alive Hub: hub (root) # diagnose ip route list | grep proto=11 tab=254 vf=0 scope=0 type=...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,138
SD-WAN 192.168.5.0-192.168.5.255 Dst address(1): 0.0.0.0-255.255.255.255 8. Trigger shortcuts between Spoke 1 and Spoke 2: l Shortcuts spoke11-p1_1 and spoke11-p1_0 originate from spoke11-p1. l spoke11-p1_1 corresponds to spoke21-p1_0 on Spoke 2. l spoke11-p1_0 corresponds to spoke22-p1_0 on Spoke 2. Spoke 1: # diagnos...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,139
SD-WAN Src address(1): 192.168.5.0-192.168.5.255 Dst address(1): 0.0.0.0-255.255.255.255 The spoke11-p1_1 shortcut on Spoke 1 is preferred over spoke11-p1_0 due to the lower remote link cost of 101 when they have the same local SD-WAN member cost of 10. 9. Verify the policy route list on Spoke 1: # diagnose firewall pr...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,140
SD-WAN Use case 2: 1. The sessions will switch over to the backup shortcut due to the primary shortcut being out of SLA. 2. After some time, the primary shortcut becomes in SLA. 3. When sla-stickiness is enabled, even though primary shortcut is preferred, established ADVPN sessions will remain on the backup shortcut (s...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,141
SD-WAN set members 1 2 config sla edit 1 next end next end config service edit 1 set name "1" set mode sla set sla-stickiness enable set dst "all" set src "10.1.100.0" config sla edit "1" set id 1 next end set priority-members 1 2 next end end 2. Verify the SD-WAN configuration. a. Verify the health check status: # dia...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,142
SD-WAN a. Run a sniffer trace: # diagnose sniffer packet any 'host 192.168.5.44' 4 interfaces=[any] filters=[host 192.168.5.44] 14.878761 port2 in 10.1.100.22 -> 192.168.5.44: icmp: echo request 14.878905 spoke11-p1 out 10.1.100.22 -> 192.168.5.44: icmp: echo request 14.879842 spoke11-p1 in 192.168.5.44 -> 10.1.100.22:...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,143
SD-WAN When the primary shortcut tunnel goes out of SLA (spoke11-p1_0, alive, sla(0x0)), traffic reroutes to the backup parent tunnel (spoke12-p1) and then to the backup shortcut tunnel (spoke12-p1_0) once established. b. Verify the service status: # diagnose sys sdwan service4 Service(1): Address Mode(IPV4) flags=0x22...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,144
SD-WAN # diagnose sniffer packet any 'host 192.168.5.44' 4 interfaces=[any] filters=[host 192.168.5.44] 1.065143 port2 in 10.1.100.22 -> 192.168.5.44: icmp: echo request 1.065218 spoke12-p1_0 out 10.1.100.22 -> 192.168.5.44: icmp: echo request 1.065471 spoke12-p1_0 in 192.168.5.44 -> 10.1.100.22: icmp: echo reply 1.065...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,145
SD-WAN 3: seq_num(2), interface(spoke12-p1): 1: spoke12-p1_0(66) Members(4): 1: Seq_num(1 spoke11-p1), alive, sla(0x1), gid(0), cfg_order(0), local cost(0), selected 2: Seq_num(2 spoke12-p1_0), alive, sla(0x1), gid(0), cfg_order(1), local cost(0), selected 3: Seq_num(2 spoke12-p1), alive, sla(0x1), gid(0), cfg_order(1)...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,146
SD-WAN Based on the preceding diagram, incoming and outgoing traffic to the spoke is preferred over PoP1. If a single hub within PoP1 goes out of SLA, traffic will continue to flow through the PoP. If the minimum number of members to meet SLA in the PoP cannot be met, then traffic will fail over to PoP2. The following ...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,147
SD-WAN The state of the health check referenced in the SD-WAN service can be defined as follows: l If the number of in SLA members in a zone is less than the minimum-sla-meet-members, then the zone's state is out of SLA; otherwise, it is in SLA. l If a zone's state is out of SLA, then all members in the zone are out of...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,148
SD-WAN 1. Overlays to the primary and secondary PoP are assigned separately into an SD-WAN primary and secondary zone on the spoke. 2. One SD-WAN service rule is defined to include these zones as SD-WAN members. 3. When the primary zone is in SLA (minimum-sla-meet-members is met), the SD-WAN service rule steers traffic...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,149
SD-WAN Example This example configuration contains the following components: l Two PoPs: l The primary PoP has two hubs (Hub-1 and Hub-2). l The secondary PoP has one hub (Hub-3). l Spoke-1 has six overlays, with two overlay connections to each hub. l Spoke-1 has three BGP neighbors, with one BGP neighbor for each hub....
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,150
SD-WAN To configure Spoke-1: 1. Create the primary (PoP1) and secondary (PoP2) zones, and set the minimum-sla-meet-members to 2 on PoP1: config system sdwan set status enable config zone edit "virtual-wan-link" next edit "PoP1" set minimum-sla-meet-members 2 next edit "PoP2" next end end 2. Add the overlay members to e...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,151
SD-WAN edit 1 set link-cost-factor latency set latency-threshold 200 next end next end end 4. Configure the service rule with the following settings: use SLA mode, enable zone mode to steer traffic based on the zone statuses, enable sla-stickiness, and use a 30-second hold down so that upon a recovery, existing session...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,152
SD-WAN end next edit "out_sla" config rule edit 1 set match-ip-address "net10" set set-community "10:2" next end next end 6. Configure the default route map for out of SLA scenarios, preferable route map for in SLA scenarios, and the local network to be advertised: config router bgp config neighbor edit "172.31.0.1" .....
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,153
SD-WAN set service-id 1 next edit "172.31.0.129" set member 5 6 set service-id 1 next end end To configure the hubs: 1. Configure the SD-WAN zone, members, and health check for the external connections to peer routers. Performance SLA health checks are sent to external servers in order to measure the health of the exte...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf
1,154
SD-WAN b. Configure the route maps: config router route-map edit "in_sla" config rule edit 1 set match-ip-address "net_Lo" next end next edit "out_sla" config rule edit 1 set action deny routes set match-ip-address "net_Lo" next end next end 3. In the BGP settings, configure the external network prefix to advertise. Th...
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/3afdbab8-dcdc-11ef-8766-ca4255feedd9/FortiOS-7.6.2-Administration_Guide.pdf