How to set LTE band with QMI tool for EC20 in linux

Where can I add the LTE band using the QMI tool?

I use this command for connection with ISPs.

"sudo qmicli -p -d /dev/cdc-wdm0 --device-open-net=‘net-raw-ip|net-no-qos-header’ --wds-start-network=“apn=‘YOUR_APN’,username=‘YOUR_USERNAME’,password=‘YOUR_PASSWORD’,ip-type=4” --client-no-release-cid "

Hi @Saurabh_Roy
You can use the busybox microcom /dev/ttyUSB2 command to enter AT mode, then use the AT+NWSCANMODE=3 command to specify the LTE network, and AT+NWSCANMODE=0 to automatically select the network. Normally, though, LTE networks are preferred. You can check whether the network is LTE using AT+QENG=“SERVINGCELL” before specifying it.