User guide

ES9600 User Guide Chapter 8: Remote control Protocols
77 Version 1.13
Ethernet Configuration Commands
GetDhcp <interface>
This command returns the DHCP setting of the specified interface.
Parameters:
<interface> The Ethernet interface to set.
values := “eth1” | “eth2”
Player Response:
Dhcp <interface> <on_or_off>
Dhcp
Example:
GetDhcp eth1
Dhcp eth1 Off
Dhcp
GetGateway <interface>
This command returns the gateway for the specified interface.
Parameters:
<interface> The Ethernet interface to set.
values := “eth1” | “eth2”
Player Response:
Gateway <interface> <ip address>
Gateway
Example:
GetGateway eth1
Gateway eth1 192.168.4.1
Gateway
GetIpConfig <interface>
This command returns the IP address and netmask of the specified interface.
Parameters:
<interface> The Ethernet interface to set.
values := “eth1” | “eth2”
Player Response:
IpConfig <interface> <ip address> <netmask>
Example:
GetIpConfig eth1
IpConfig eth1 192.168.4.232 255.255.255.0