User guide

ES9600 User Guide Chapter 8: Remote control Protocols
78 Version 1.13
GetMacAddr <interface> … <interface>
This command returns the Ethernet MAC address of the specified interface.
Parameters:
<interface> The Ethernet interface to set.
values := “eth1” | “eth2”
Player Response:
MacAddr <interface> <mac_address>
Example:
GetMacAddr eth1
MacAddr eth1 00:a1:bd:09:c2:ff
MacAddr
SetDhcp <interface>
This command sets the specified Ethernet interface into DHCP mode.
Parameters:
<interface> The Ethernet interface to set.
values := “eth1” | “eth2”
Player Response:
OK or ERROR
SetGateway <interface> <gateway>
This command sets the gateway for the specified interface.
Parameters:
<interface> The Ethernet interface to set.
values := “eth1” | “eth2”
<gateway> The IP address of the gateway machine in dotted decimal.
format ::= nnn.nnn.nnn.nnn
Player Response:
OK or ERROR
SetIpConfig <interface> <addr> <netmask>
This command sets the specified Ethernet interface into static IP address mode.
Parameters:
<interface>
The Ethernet interface to set.
values := “eth1” | “eth2”
<addr>
IP Address
<netmask>
Network mask.