FortiExtender
FortiExtender offers wireless connectivity for nearly any operational network.
vpatil
Staff
Staff
Article Id 195972

Description:


This article describes how to debug FortiExtender (FEX) interface shows disabled on FortiGate GUI as shown below:


User Impact: FortiGate may lose the Internet connection when FortiExtender (used as WAN uplink) interface shows disabled on the FortiGate GUI.

Debug (possible cause and fix):

1) Ensure FortiExtender is running on latest firmware in 4.2.x. or 7.x or 7.2.x


2) Verify if FortiExtender Interface gets disabled automatically or get disabled only after FortiGate reboot


3) If FortiExtender interface gets disabled after FortiGate reboot then on FortiGate verify if FortiExtender APN, SIM-PIN etc.

 

Settings are configured under Network -> FortiExtender -> Configure Settings as shown below:


 
 
 
4) Check if FortiExtender can ping its default gateway and Google DNS IP to confirm whether LTE connection is working fine as shown below.
# get system interface                                 <----- To check FortiExtender default gateway IP.
# get modem status                                     <----- To check FortiExtender modem status.
# execute shell
# ping <IP_Address>
5) After FortiExtender reboot and boot-up, does FortiExtender LTE connection work fine automatically or requires User intervention. If FortiExtender LTE does not work automatically then it requires FortiExtender LTE side troubleshooting (check references section).

6) Ensure FortiExtender Ethernet port is not flapping due to physical layer issue with Ethernet Cable, PoE Switch or any Powering unit.

7) On FortiOS 6.4-2 – there was an issue reported (Bug 0653289) which is fixed in FortiOS 6.4-3.
Page#35.
https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/0dc932e5-0e51-11eb-96b9-005056...

8) Bug 0653289 workaround:

After FortiGate reboot, enable FortiExtender interface manually on FortiGate CLI as shown below:
edit "fext"
        set vdom "root"
        set mode dhcp
        set status up                                  <----- Change the status to ‘up’ if it is down.
        set type fext-wan
        set device-identification enable
        set snmp-index 9
        set macaddr f2:3e:94:xx:xx:xx

9) Restart FortiExtender daemon on FortiGate and check if that resolves the issue:

 

# execute extender restart-fortiextender-daemon

 

10) If this issue is frequently occurring then try FEX in the VLAN mode:

https://community.fortinet.com/t5/FortiExtender/Technical-Tip-How-to-setup-FortiExtender-in-VLAN-mod...

 

Related Articles

Technical Tip: How to configure and debug 4G LTE connection issues on FortiExtender (FEX)

Technical Tip: How to configure SIM-PIN for SIM1 and SIM2

Contributors