AT Commands 8 (88)
3.2.3 AT*ANDHCPTAB DHCP Table
Get the DHCP Table. If the DHCP server is enabled, this command will read out an array of
assigned IP-addresses, the associated Client-ID and the associated lease times (time until the
lease expires, in seconds) for the IP-address, where the first element is the first assigned
address. If the DHCP server is disabled, this command will return ERROR.
AT*ANDHCPTAB?
Read the DHCP Table
Syntax:
AT*ANDHCPTAB?
Example:
Output format: *ANDHCPTAB: <ip>,<client_id>,<lease><br><br>Input:
AT*ANDHCPTAB?<br>Output:<br>*ANDHCPTAB:
192.168.0.201,03001D002B01,600<br>*ANDHCPTAB:
192.168.0.202,030146002D00,600<br>...
3.2.4 AT*ANIP IP Settings
Set/get IP settings for the device
AT*ANIP=
Write IP address and related information. The information set by this command will not be valid
until after the module is restarted.
Syntax:
AT*ANIP=<ip_addr>,<netmask>,<gateway>,<store>
Input Parameters:
Name
Type Description
ip_addr NetworkAddress IP address for the device
netmask NetworkAddress Netmask for the device
gateway NetworkAddress The IP address of the gateway
store Boolean If store is 1 the new value is stored permanently.