When a FortiGate B's WAN interface detects that FortiGate A's LAN interface is immediately upstream (through the default gateway), and FortiGate A has Security Fabric enabled, FortiGate B will show a notification on the GUI asking to join the Security Fabric.
#config system interface-If the interface's role is WAN, under Administrative Access, set Receive LLDP to Enable and Transmit LLDP to Use VDOM Setting.
edit "port3"
set lldp-reception vdom
set lldp-transmission vdom
set role undefined
...
next
end
#config system interface-If the interface's role is LAN, under Administrative Access, set Receive LLDP to Use VDOM Setting and Transmit LLDP to Enable.
edit "wan1"
set lldp-reception enable
set lldp-transmission vdom
set role wan
...
next
end
A notification will be shown on FortiGate B.#config system interface
edit "port2"
set lldp-reception vdom
set lldp-transmission enable
set role lan
...
nextend
#config system csf
set status enable
set upstream-ip 10.2.200.1
end
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2024 Fortinet, Inc. All Rights Reserved.