5. Programmers' Reference
5.4. Network Configuration
AAAENAIING!
When you change a network property the new value is stored but the applySettings method
must be called always to apply the new settings. When two or more serial parameters are changed the
applySettings method is enough to call once as a final step; it results the extender to reboot.
5.4.1. Querying the IP Address
Command and Response
ç GET•/MANAGEMENT/NETWORK.IpAddress
pr•/MANAGEMENT/NETWORK.IpAddress=<IP_Address>
æ
Example
ç GET /MANAGEMENT/NETWORK.IpAddress
æ pr /MANAGEMENT/NETWORK.IpAddress=192.168.0.100
5.4.2. Querying the DHCP State
Command and Response
ç GET•/MANAGEMENT/NETWORK.DhcpEnabled
pw•/MANAGEMENT/NETWORK.DhcpEnabled=<DHCP_state>
æ
Parameters
If the
<DHCP_state>
parameter is 0 (or false) the device is set to apply a static IP address. If the value is 1 (or
true) the device is set to get a dynamic IP address from the DHCP server in the network.
Example
ç GET /MANAGEMENT/NETWORK.DhcpEnabled
æ pw /MANAGEMENT/NETWORK.DhcpEnabled=true
Explanation
The IP address assignment is dynamic, the device gets the IP address from the DHCP server.
VINX-1x0-HDMI Extenders – User's Manual
5.4.3. Setting the DHCP State
Command and Response
SET•/MANAGEMENT/NETWORK.DhcpEnabled=<DHCP_state>
ç
pw•/MANAGEMENT/NETWORK.DhcpEnabled=<DHCP_state>
æ
Parameters
See the previous section.
Example
ç SET /MANAGEMENT/NETWORK.DhcpEnabled=0
æ pw /MANAGEMENT/NETWORK.DhcpEnabled=false
ç CALL /MANAGEMENT/NETWORK:applySettings(1)
æ mO /MANAGEMENT/NETWORK:applySettings
INFO:
The applySettings method will save and apply the new value and results the extender to reboot.
Explanation
The IP address assignment is set to static, thus, you have to set it manually.
5.4.4. Setting a Static IP Address
When the DhcpEnabled property is false you can set a static IP address (dot-decimal notation).
Command and Response
SET•/MANAGEMENT/NETWORK.StaticIpAddress=<IP_address>
ç
pw•/MANAGEMENT/NETWORK.StaticIpAddress=<IP_address>
æ
ç CALL /MANAGEMENT/NETWORK:applySettings(1)
æ mO /MANAGEMENT/NETWORK:applySettings
INFO:
The applySettings method will save and apply the new value and results the extender to reboot.
Example
ç SET /MANAGEMENT/NETWORK.StaticIpAddress=192.168.0.85
æ pw /MANAGEMENT/NETWORK.StaticIpAddress=192.168.0.85
5.4.5. Querying the Subnet Mask
Command and Response
ç GET•/MANAGEMENT/NETWORK.NetworkMask
pr•/MANAGEMENT/NETWORK.NetworkMask=<subnet_mask>
æ
Example
ç GET /MANAGEMENT/NETWORK.NetworkMask
æ pr /MANAGEMENT/NETWORK.NetworkMask=255.255.255.0
40
Need help?
Do you have a question about the VINX-110-HDMI-DEC and is the answer not in the manual?
Questions and answers