Troubleshooting Tip: How to troubleshoot VXLAN interface is disappearing after reboot problem
| 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 this document: 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 this document: Using MP-BGP EVPN with VXLAN
This issue has been fixed in v7.6.3 and v7.4.8.
With this fix, the following additional CLI restrictions have been introduced:
|
