Cpe 5 H155-381: Thdyth Albrnamj Ly Huawei 5g
# piece for HUAWEI H155-381 - Band locking & cell info import requests import json CPE_IP = "192.168.8.1" PASSWORD = "your_password"
| Command | Function | |---------|----------| | AT^SYSCFGEX="00",3FFFFFFF,1,2,7FFFFFFFFFFFFFFF, | Auto mode | | AT^SYSCFGEX="03",3FFFFFFF,1,2,7FFFFFFFFFFFFFFF, | Force 5G only | | AT^SYSCFGEX="02",3FFFFFFF,1,2,7FFFFFFFFFFFFFFF, | Force 4G only | | AT^BANDLOCK=? | Show band lock status | | AT^RESET | Reboot modem | thdyth albrnamj ly HUAWEI 5G CPE 5 H155-381
From web → http://192.168.8.1/html/content.html#debug # piece for HUAWEI H155-381 - Band locking
To give you exactly what you need, I’ll provide a complete guide and practical "pieces" (scripts/commands) for the most common tasks on this device. Piece to Enable/Disable 5G or Set Preferred Mode
AT^SYSCFGEX="03",3FFFFFFF,1,2,7FFFFFFFFFFFFFFF, Save as reboot_h155.sh :
if == " main ": login() print(get_band_info()) # set_lte_band(0x2001008) # example mask 3. Piece to Enable/Disable 5G or Set Preferred Mode (AT Commands via Telnet/SSH) The H155-381 often has a hidden telnet interface.
Here are three developed pieces depending on your goal: Purpose: Find your current firmware version and update it officially.