Last modified by Xiaoling on 2024/08/19 16:13

From version 12.1
edited by Xiaoling
on 2022/05/30 09:52
Change comment: Uploaded new attachment "image-20220530095214-2.png", version {1}
To version 17.1
edited by Xiaoling
on 2024/08/19 16:13
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,5 +1,13 @@
1 +**Table of Contents: **
2 +
1 1  (((
2 -AT+CGDCONT Define a PDP Context
4 +{{toc/}}
5 +
6 +
7 +
8 += 1.  AT+CGDCONT Define a PDP Context =
9 +
10 +
3 3  )))
4 4  
5 5  (((
... ... @@ -30,63 +30,69 @@
30 30  
31 31  )))
32 32  
33 -[[image:https://wiki.dragino.com/images/thumb/a/ab/APN1.png/600px-APN1.png||height="566" width="600"]]
41 +[[image:image-20220530095114-1.png]]
34 34  
35 -COMMAND
43 +**COMMAND**
36 36  
37 -[[image:https://wiki.dragino.com/images/thumb/0/0c/APN2.png/600px-APN2.png||height="488" width="600"]]
38 38  
39 -Parameter
46 +[[image:image-20220530095214-2.png]]
40 40  
48 +**Parameter**
49 +
50 +
41 41  (((
42 -**Example:**
52 +(% style="color:blue" %)**Example:**
43 43  )))
44 44  
45 45  (((
46 -AT+CGDCONT=?
56 +{{{AT+CGDCONT=?}}}
47 47  )))
48 48  
49 49  (((
50 -+CGDCONT:(0-10),("IP","NONIP","IPV6","IPV4V6")~,~,,(0),(0)~,~,~,~,,(0,1)
51 -OK
60 +{{{+CGDCONT: (0-10),("IP","NONIP","IPV6","IPV4V6"),,,(0),(0),,,,,(0,1)
61 +OK}}}
52 52  )))
53 53  
54 54  (((
55 -AT+CGDCONT=1,"IP","HUAWEI.COM"
65 +{{{AT+CGDCONT=1,"IP","HUAWEI.COM"}}}
56 56  )))
57 57  
58 58  (((
59 -OK
69 +{{{OK}}}
60 60  )))
61 61  
62 62  (((
63 -AT+CGDCONT?
73 +{{{AT+CGDCONT?}}}
64 64  )))
65 65  
66 66  (((
67 -+CGDCONT:0,"IPV4V6"~,~,,0,0~,~,~,~,,0
77 +{{{+CGDCONT:0,"IPV4V6",,,0,0,,,,,0}}}
68 68  )))
69 69  
70 70  (((
71 -+CGDCONT:1,"IP","HUAWEI.COM"~,~,0,0~,~,~,~,,0
81 +{{{+CGDCONT:1,"IP","HUAWEI.COM",,0,0,,,,,0}}}
72 72  )))
73 73  
74 74  (((
75 -OK
85 +{{{OK}}}
86 +
87 +**Users can directly use the AT command to set APN.**
76 76  )))
77 77  
90 +**AT+APN=<APN>**
78 78  
79 -== 3.3 Quit AT Command ==
80 80  
93 += 2.  Quit AT Command =
94 +
95 +
81 81  Feature: Quit AT Command mode, so user needs to input the password again before using AT Commands.
82 82  
83 -**AT Command: AT+DISAT**
98 +(% style="color:blue" %)**AT Command: AT+DISAT**
84 84  
85 -(% border="1" style="width:450px" %)
86 -|=**Command Example**|=**Function**|=**Response**
87 -|AT+DISAT|Quit AT Commands mode|OK
100 +(% border="1" style="background-color:#f2f2f2; width:471px" %)
101 +|=(% style="width: 168px;background-color:#4F81BD;color:white" %)**Command Example**|=(% style="width: 201px;background-color:#4F81BD;color:white" %)**Function**|=(% style="width: 99px;background-color:#4F81BD;color:white" %)**Response**
102 +|(% style="width:168px" %)AT+DISAT|(% style="width:201px" %)Quit AT Commands mode|(% style="width:99px" %)OK
88 88  
89 -**Downlink Command:**
104 +(% style="color:blue" %)**Downlink Command:**
90 90  
91 91  No downlink command for this feature.
92 -