Skip to main content
bmuhammad
Staff
Staff
May 17, 2026

Troubleshooting Tip: How to force a 4G LTE connection on Sierra modem FortiExtenders like the 201E and 211E models

  • May 17, 2026
  • 0 replies
  • 17 views

Description

This article describes steps for forcing a Sierra modem to connect to a LTE network by creating a profile and applying it.

Scope

FortiExtender 201E and 211E.

Solution

Sometimes, if there is LTE available and the SIM is provisioned correctly, is active, there are no issues with the APN but the modem will still fail to connect to an available LTE band. In circumstances like these, use the solution below to force the modem to work with LTE only.

Before proceeding with the solution steps outlined on this article, confirm whether the FortiExtender modem is connected to the Packet Service and if it is registered on the network.

This can be confirmed by running the following:

get modem status
execute modemfw AtTest modem1 at!gstatus#


The outputs below demonstrate that the modem is being detected, but it is not attached to a packet service and not registered on the network.

67461aa0.png


680b6738.png


If the SIM is present, has been provisioned correctly, and is active: proceed with the following steps.

Step 1: Confirm if the modem is configured to automatically choose between among supported radio technologies.

This can be performed by running the following command:

execute modemfw AtTest modem1 at!selrat#


If it is configured to automatically choose LTE, the output would look as follows.

7d723b4f.png


Step 2: Confirm whether the modem is configured to allow all supported LTE bands.

This can be performed by running the following command:


execute modemfw AtTest modem1 at!band#


If it is configured to allow all supported LTE bands, the output will look like the following:

223b4352.png


Step 3: Run the following command to open a direct serial console to the modem. This will provide access to the AT command port to run modem commands.


execute minicom /dev/ttyUSB2


49fb56ee.png


Step 4: Check if the modem console is working correctly by issuing an 'AT' command as depicted below.

f010df09.png


Step 5:  Access the engineering/admin command mode to create a new profile. 

Run the following command:

AT!ENTERCND="A710" .


This will unlock the privileged AT! commands.

781f136d.png

A710 is the modem’s engineering unlock password (sometimes called the “service code” or “command mode password”).

It enables access to protected Sierra Wireless proprietary AT! commands.


Step 6: Create a new band profile named 'LTE-ONLY' and restrict it to LTE bands (i.e all LTE bands are allowed and no 2G/3G) using the command below.

AT!BAND=10,"LTE-ONLY",0000000000000000,00000100330818DF,0000000000000000

581f5d68.png


Step 7: Switch the modem to use the newly created LTE only band profile 10 using the following command.

AT!BAND=10


9d91269b.png


Step 8: Reboot or Reset the modem with the AT!RESET command.

f5cf1efb.png


Step 9: Break out of the modem console to the FortiExtender CLI console by issuing a 'Ctrl + C' command


Step 10: After the modem has been rebooted, issue the 'get modem status' command to confirm whether the modem is now attached to LTE-only mode and whether the FortiExtender modem is connected to the Packet Service, and if it is registered on the network.

dd966031.png


Now, as depicted in the output. the modem is attached to LTE-only mode and the modem is connected to the Packet Service and it is registered on the network.