Changes for page How to configure APN in the node
Last modified by Xiaoling on 2024/08/19 16:13
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -26,6 +26,10 @@ 26 26 The test command returns values supported as compound values. If the UE supports several PDP types, the parameter value ranges for each <PDP_type> are returned on a separate line. 27 27 ))) 28 28 29 +((( 30 + 31 +))) 32 + 29 29 [[image:https://wiki.dragino.com/images/thumb/a/ab/APN1.png/600px-APN1.png||height="566" width="600"]] 30 30 31 31 COMMAND ... ... @@ -36,19 +36,35 @@ 36 36 37 37 **Example:** 38 38 43 +((( 39 39 AT+CGDCONT=? 45 +))) 40 40 47 +((( 41 41 +CGDCONT:(0-10),("IP","NONIP","IPV6","IPV4V6")~,~,,(0),(0)~,~,~,~,,(0,1) 42 42 OK 50 +))) 43 43 52 +((( 44 44 AT+CGDCONT=1,"IP","HUAWEI.COM" 54 +))) 45 45 56 +((( 46 46 OK 58 +))) 47 47 60 +((( 48 48 AT+CGDCONT? 62 +))) 49 49 64 +((( 50 50 +CGDCONT:0,"IPV4V6"~,~,,0,0~,~,~,~,,0 66 +))) 51 51 68 +((( 52 52 +CGDCONT:1,"IP","HUAWEI.COM"~,~,0,0~,~,~,~,,0 70 +))) 53 53 72 +((( 54 54 OK 74 +)))