Description | This article describes how to troubleshoot If the VXLAN interface is disappearing after each reboot. |
Scope | FortiGate v7.4.4. |
Solution |
This issue is reported in the v7.4 branch. If a VXLAN's interface's underlying interface has 'set mode dhcp', the interface disappears after each reboot.
Detailed information about VXLAN can be found in the link below.
General VXLAN configuration and topologies
Example configuration when the interface is created successfully:
config system vxlan set remote-ip "10.10.10.10"
diagnose ip address list IP=11.11.11.11->12.12.12.12/255.255.255.0 index=5 devname=port3 IP=169.254.40.1->169.254.40.1/255.255.255.252 index=22 devname=VXLAN
diagnose sys vxlan device list
config system interface edit port1 <----- Underlying interface. set mode dhcp <----- Triggering condition. next end
After rebooting the device for any reason (warm reboot, power cycle, etc.) the interface disappears.
Example output is shown below after reboot :
diagnose sys vxlan device list
diagnose ip address list IP=11.11.11.11->12.12.12.12/255.255.255.0 index=5 devname=port3
The VXLAN interface will not be listed.
Workaround :
Detailed information about VXLAN can be found in the link below.
This issue will be fixed in v7.6.3 and v7.4.8. |