6.LW2Programmers'Reference
HDMI-TPS-RX110AY series – User's Manual
71
Appliedfirmwarepackage:v1.5.0b3 | LDCsoftware:v2.5.9b2
6.5.4. Subnet Mask Query
IP address can be queried as follows.
Command and Response
ȩ
{IP_NETMASK=?}
Ȩ
(IP_NETMASK=
<subnet_mask>
)CrLf
Parameters
Identifier
Parameter description
Value
Parameter value
<subnet_mask>
Current subnet mask of the
device
Subnet mask (four decimal octets
separated by dots).
Example
ȩ
{ip_netmask=?}
Ȩ
(IP_NETMASK=255.255.255.0)
6.5.5.
Subnet Mask Setting
IP address can be set as follows.
Command and Response
ȩ
{IP_NETMASK=
<subnet_mask>
}
Ȩ
(IP_NETMASK=
<subnet_mask>
)CrLf
Parameters
Identifier
Parameter description
Value
Parameter value
<subnet_mask>
Subnet mask of the device
Subnet mask (four decimal octets
separated by dots).
Example
ȩ
{ip_netmask=255.255.0.0}
Ȩ
(IP_NETMASK=255.255.0.0)
6.5.6. Gateway Address Query
Gateway address can be queried as follows.
Command and Response
ȩ
{IP_GATEWAY=?}
Ȩ
(IP_GATEWAY=
<gateway_address>
)CrLf
Parameters
Identifier
Parameter description
Value
Parameter value
<gateway_address>
Current gateway address of
the device
Gateway address (four decimal
octets separated by dots).
Example
ȩ
{ip_gateway=?}
Ȩ
(IP_GATEWAY=192.168.0.1)
6.5.7.
Gateway Address Setting
Gateway address can be set as follows.
Command and Response
ȩ
{IP_GATEWAY=
<gateway_address>
}
Ȩ
(IP_GATEWAY=
<gateway_address>
)CrLf
Parameters
Identifier
Parameter description
Value
Parameter value
<gateway_address>
Current gateway address of
the device
Gateway address (four decimal
octets separated by dots).
Example
ȩ
{ip_gateway=192.168.0.1}
Ȩ
(IP_GATEWAY=192.168.0.1)
6.5.8.
Apply Network Settings
Applying the network settings and restart the network interface.
ATTENTION!
Thecommandisalwaysrequiresasthelaststepforapplyingthemodifiednetworksettings.
Command and Response
ȩ
{IP_APPLY}
Ȩ
(IP_APPLY)CrLf
Example
ȩ
{ip_apply}
Ȩ
(IP_APPLY)