© Microhard Systems Inc. 106
5.0 AT Command Line Interface
AT+MNIPMAC
Command Syntax (Effect: AT&W)
Show/Add/Delete/Release/ReleaseAll the MAC-IP Address binding.
AT+MNIPMAC=<Operation>[,<Name>[,<IP Address>,<MAC Address>]]
Operation: SHOW - Show the details of the MAC-IP address binding
ADD - Add a new MAC-IP address binding
DEL - Delete an existing MAC-IP address binding
RELEASE - Release the active DHCP lease
RELEASEALL - Release all active DHCP leases
Name: Name of the MAC-IP binding
IP Address : Valid IP address
MAC Address: The physical MAC address of the device or interface
Usage:
AT+MNIPMAC
AT+MNIPMAC=SHOW,<Name>
AT+MNIPMAC=ADD,<Name>,<IP Address>,<MAC Address>
AT+MNIPMAC=DEL,<NAME>
AT+MNIPMAC=RELEASE,<NAME>
AT+MNIPMAC=RELEASEALL
Description
Example
Input:
AT+MNIPMAC=add,PC,192.168.168.150,0A0B0C0D0E0F<enter>
Response:
OK
Input:
AT+MNIPMAC?
Response:
1: PC, 192.168.168.150, 0A0B0C0D0E0F, Not active
OK
Input:
AT+MNIPMAC=RELEASEALL<enter>
Response:
Network DHCP server is restarted.
OK