Curious if anyone knows of a directive which can be used to force an FEX-511F FortiExtender into an LTE-only mode instead of allowing 5G? I have one of these that I'm trying to make use of with T-Mobile. I'm in an area where there's plenty of strong LTE coverage, but unfortunately I'm on the very edge of 5G with just enough to generate an RSSI that tends to move around from -98 to -103 dBi, which is unusable, but just enough signal to make the extender want to stay connected to 5G instead of trying LTE. I'd like to force it to not use 5G until they put a closer tower in but can't find a way to do that.
Nominating a forum post submits a request to create a new Knowledge Article based on the forum post topic. Please ensure your nomination includes a solution within the reply.
Hello ,
Thank you for using the Community Forum. I will seek to get you an answer or help. We will reply to this thread with an update as soon as possible.
Thanks,
Hello,
We are still looking for someone to help you.
We will come back to you ASAP.
Regards,
I had a brief look and can't see anything. Is there any way your carrier can disable 5G on your account?
you need to send modem AT commands, but every company has its own commands. There is little or no documentation at all on how to solve connection and speed issues. This is just an example from the internet regarding another brand ...
Format:
AT+QCFG="nwscanmode"[,<scanmode>[,<effect>]]
Parameters:
<scanmode> Number format, network search mode 0 AUTO 1 GSM only 2 UMTS only 3 LTE only <effect> Number format, when to take effect 0 Take effect after UE reboots 1 Take effect immediately
Examples:
Set modem to LTE only:
echo -e "AT+QCFG=\"nwscanmode\",3,1" > /dev/ttyUSB2
Set it back to “auto”:
echo -e "AT+QCFG=\"nwscanmode\",0,1" > /dev/ttyUSB2
Select Forum Responses to become Knowledge Articles!
Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.
User | Count |
---|---|
1733 | |
1106 | |
752 | |
447 | |
240 |
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.