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 ... ... @@ -34,21 +34,39 @@ 34 34 35 35 Parameter 36 36 41 +((( 37 37 **Example:** 43 +))) 38 38 45 +((( 39 39 AT+CGDCONT=? 47 +))) 40 40 49 +((( 41 41 +CGDCONT:(0-10),("IP","NONIP","IPV6","IPV4V6")~,~,,(0),(0)~,~,~,~,,(0,1) 42 42 OK 52 +))) 43 43 54 +((( 44 44 AT+CGDCONT=1,"IP","HUAWEI.COM" 56 +))) 45 45 58 +((( 46 46 OK 60 +))) 47 47 62 +((( 48 48 AT+CGDCONT? 64 +))) 49 49 66 +((( 50 50 +CGDCONT:0,"IPV4V6"~,~,,0,0~,~,~,~,,0 68 +))) 51 51 70 +((( 52 52 +CGDCONT:1,"IP","HUAWEI.COM"~,~,0,0~,~,~,~,,0 72 +))) 53 53 74 +((( 54 54 OK 76 +)))