MTU Edit on Router

The Direct Connect is done in Quecmanager so not advised to do it via AT Command

To set MTU via SSH
ssh root@192.168.100.1

Beast/NextEpisode/Encore
uci set network.lte0.mtu=1420
uci commit network
sync
/etc/init.d/network restart

M16/Trident
uci set network.wan2.mtu=1420
uci commit network
sync
/etc/init.d/network restart

TESTING*** To set MTU via AT COMMAND

This applies to the Beast, Main Event and Next Episode… tested on X75 only

have not tested on X62 nor X65

SET MTU 1420

4  digit codes (Choose one)
MTU to 1420

AT+QNVFW="/nv/item_files/data/3gpp/ds_3gpp_mtu",08C5

MTU to 1440
AT+QNVFW="/nv/item_files/data/3gpp/ds_3gpp_mtu",0900

MTU to 1450
AT+QNVFW="/nv/item_files/data/3gpp/ds_3gpp_mtu",0912

NOTE: this is a hexadecimal

 

IF YOU WANT TO REMOVE IT FOR WHATEVER REASON THE DELETE COMMAND AS FOLLOWS

AT+QNVFD="/nv/item_files/data/3gpp/ds_3gpp_mtu"

Back to blog