Reproduction forbidden without Fibocom Wireless Inc. written authorization – All Rights Reserved.
FIBOCOM L860 AT Commands User Manual
Page 233 of 254
Command
Description
Read
[Function]
Read command returns the current command parameter settings.
[Syntax]
AT+CGPIAF?
[Response/Action]
+CGPIAF: <IPv6_AddressFormat>,<IPv6_SubnetNotation>,<IPv6_LeadingZeros>,
<IPv6_CompressZeros>
Test
[Function]
Test command returns values supported as compound values.
[Syntax]
AT+CGPIAF=?
[Response/Action]
+CGPIAF: (list of supported <IPv6_AddressFormat>s),(list of supported
<IPv6_SubnetNotation>s),(list of supported <IPv6_LeadingZeros>s),(list of supported
<IPv6_CompressZeros>s)
Parameters
<IPv6_AddressFormat>
Integer type, decides the IPv6 address format. Relevant for all AT command
parameters that can hold an IPv6 address.
0 Use IPv4-like dot-notation. IP address, and subnetwork mask if appliccable, are
dot-separated.
Example: For <remote address and subnet mask>: "32.1.13.184.0.0.205.48.0.0.0.0.0.
0.0.0.255.255.255.255.255.255.255.240.0.0.0.0.0.0.0.0"
For other IP address parameters: "32.1.13.184.0.0.205.48.0.0.0.0.0.0.0.0"
1 Use IPv6-like colon-notation. IP address, and subnetwork mask if applicable and
when given explicitly, are separated by a space.
Example: For <remote address and subnet mask>: "2001:0DB8:0000:CD30:0000:0000
:0000:0000 FFFF:FFFF:FFFF:FFF0:0000:0000:0000:0000"
For other IP address parameters: "2001:0DB8:0000:CD30:0000:0000:0000:0000"
<IPv6_SubnetNotation>
Integer type, decides the subnet-notation for remote address and subnet mask. Setting
does not apply if <IPv6_AddressFormat> = 0.