User's Manual
CONFIDENTIAL
61
6 Network Connection Examples
6.1 Auto connection (Three bands)
Step command Description
1 DM> nv bcfgw 49 0 41 25 26 Write band number into scan list
2 DM> nv bcfgsv 1 Write NVRAM back to flash
3 DM>shell Enter shell mode
4 #ucfg set config wan lte vendor 1 Connection manager, lteautocm
5 #ucfg set config wan lte autocm manual 0 Lteautocm chooses Auto mode
6 #ucfg set config wan lte atcm use_autocm_req 1 Request to lteautocm
7 #ucfg set config wan lte apntable apn3 ENABLE 1 Enable APN3
8 #ucfg set config wan lte apntable apn3 apn_name <new_APN> Update correct APN, default is
internet
9 #reboot
6.2 Auto connection (One band, B41 for example)
Step command Description
1 DM> nv bcfgw 49 0 41 Write band number 41
2 DM> nv bcfgsv 1 Write NVRAM back to flash
3 DM>shell Enter shell mode
4 #ucfg set config wan lte vendor 1 Connection manager, lteautocm
5 #ucfg set config wan lte autocm manual 0 Lteautocm chooses Auto mode
6 #ucfg set config wan lte atcm use_autocm_req 1 Request to lteautocm
7 #ucfg set config wan lte apntable apn3 ENABLE 1 Enable APN3
8 #ucfg set config wan lte apntable apn3 apn_name <new_APN> Update correct APN, default is
internet
9 #reboot
6.3 Manual Connection (Three bands)
Step 1 is to configure required information
Step command Description
1 DM> nv bcfgw 49 0 41 25 26 Write band number into scan list
2 DM> nv bcfgsv 1 Write NVRAM back to flash
3 DM>shell Enter shell mode
4 #ucfg set config wan lte vendor 0 Connection manager, None
5 #ucfg set config wan lte atcm use_autocm_req 0 By itself
6 #ucfg set config wan lte plmn_search_type 2 Search with extension mode
7 #ucfg set plmn search_list 3/3/41/25/26 Assign scan band to scan list
8 #reboot