17
Byte1=0x05: Secondary DNS
Byte1=0x06: MAC Address
(2) Byte2~9 are reserved, should be 0x00.
Return value: Byte1 - Byte2 -
Byte3…Byte9
The Byte1 at the return value should be the same as the value of
Byte1 at Input value. Byte2~Byte15 should be hex value format
(1) If Byte1=0x00(IP Setup Mode) at Input value, the return value
should be
Byte1=0x00
Byte2=0x00: Manual
0x01: DHCP
Byte3~9 are reserved, should be 0x00.
(2) If Byte1=0x01(IP Address) at Input value, the return value
should be
Ex: IP address=169.254.81.38
Byte1=0x01 (same as Byte1 at Input value)
Byte2=0xA9 (=169), Byte3=0xFE (=254),
Byte4=0x51(=81), Byte5=0x26 (=38)
Byte6~9 are reserved, should be 0x00.
(3) If Byte1=0x02~0x05 at Input value, refer to (2)
(4) If Byte1=0x06(MAC Address) at Input value, the return value
should be
Ex: MAC address=00:22:64:7E:2C:82
Byte1=0x06 (same as Byte1 at Input value)
Byte2=0x00, Byte3=0x22, Byte4=0x64, Byte5=0x7E,
Byte6=0x2C, Byte7=0x82
Byte8~9 are reserved, should be 0x00.
Monitor ID default : 01 (30 31)