Reproduction forbidden without Fibocom Wireless Inc. written authorization – All Rights Reserved.
FIBOCOM L860 AT Commands User Manual
Page 234 of 254
Command
Description
0 Both IP Address and subnet mask are stated explicitly, separated by a space.
Example: "2001:0DB8:0000:CD30:0000:0000:0000:0000 FFFF:FFFF:FFFF:FFF0:0000
:0000:0000:0000"
1 The printout format is applying / (forward slash) subnet-prefix Classless
Inter-Domain Routing (CIDR) notation.
Example: "2001:0DB8:0000:CD30:0000:0000:0000:0000/60"
<IPv6_LeadingZeros>
Integer type, decides whether leading zeros are omitted or not. Setting does not apply if
<IPv6_AddressFormat> = 0.
0 Leading zeros are omitted.
Example: "2001:DB8:0:CD30:0:0:0:0"
1 Leading zeros are included.
Example: "2001:0DB8:0000:CD30:0000:0000:0000:0000"
<IPv6_CompressZeros>
Integer type, decides whether 1-n instances of 16-bit zero-values are replaced by only
'::'. This applies only once. Setting does not apply if <IPv6_AddressFormat> = 0.
0 No zero compression.
Example: "2001:DB8:0:CD30:0:0:0:0"
1 Use zero compression.
Example: "2001:DB8:0:CD30::"
If the address is unspecified (all bytes are zeroes), "::" will be displayed.
Example
AT+CGPIAF=1,1,0,0
OK
AT+CGPADDR=1
+CGPADDR: 1,"10.24.128.144","FE80:0:0:0:4A30:981E:AC7A:DC1C"
OK
AT+CGPIAF=1,1,1,0
OK
AT+CGPADDR=1
+CGPADDR: 1,"10.24.128.144","FE80:0000:0000:0000:4A30:981E:AC7A:DC1C"
OK
AT+CGPIAF=0