7. LW3 Programmers’ Reference
UMX-HDMI-140 series– User's Manual
106
Applied firmware package: v1.3.0b5 | LDC software: v2.5.6b2
7.11.3.
Change the Subnet Mask (Static)
Command and Response
#ipaddress
ç
SET·/MANAGEMENT/NETWORK.StaticNetworkMask=
<netmask>
æ
pw·/MANAGEMENT/NETWORK.StaticNetworkMask=
<netmask>
Example
ç
SET /MANAGEMENT/NETWORK.StaticNetworkMask=255.255.255.0
æ
pw /MANAGEMENT/NETWORK.StaticNetworkMask=255.255.255.0
ç
CALL /MANAGEMENT/NETWORK:applySettings(1)
æ
mO /MANAGEMENT/NETWORK:applySettings
INFO:
The
applySettings
method will save and apply the new value and results the device to reboot.
INFO:
The current setting can be queried by using the
7.11.4.
Change the Gateway Address (Static)
Command and Response
ç
SET·/MANAGEMENT/NETWORK.StaticGatewayAddress=
<gw_address>
æ
pw·/MANAGEMENT/NETWORK.StaticGatewayAddress=
<gw_address>
Example
ç
SET /MANAGEMENT/NETWORK.StaticGatewayAddress=192.168.0.5
æ
pw /MANAGEMENT/NETWORK.StaticGatewayAddress=192.168.0.5
ç
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.
INFO:
The current setting can be queried by using the
7.11.5.
Apply Network Settings
Command and Response
ç
CALL·/MANAGEMENT/NETWORK:ApplySettings(1)
æ
m0·/MANAGEMENT/NETWORK:ApplySettings
Example
ç
CALL /MANAGEMENT/NETWORK:ApplySettings(1)
æ
m0 /MANAGEMENT/NETWORK:ApplySettings
All network settings which are changed have been applied and network interface restarts.
7.12.
Ethernet Tool Kit
7.12.1. Device Filter Based on MAC Address
DIFFERENCE:
This command is available only in UMX-HDMI-140-Plus model from FW package v1.3.0b5.
You can create a list of network devices based on the MAC address which are allowed controlling the device,
or querying parameters to/from the Lightware device.
#macfilter
#new
ATTENTION!
If the device is installed in a network where it gets IP address from a DHCP server and you
plan to use the MAC filtering, make sure the MAC address of the DHCP server is added to the white list.
Otherwise, the device will not get IP address and will be unreachable.
Command and Response
ç
SET·/MANAGEMENT/MACFILTER.MACaddress
<loc>
=
<MAC_address>
;
<receive>
;
<send>
;
<name>
æ
pw·/MANAGEMENT/MACFILTER.MACaddress
<loc>
=
<MAC_address>
;
<receive>
;
<send>
;
<name>
The filter is disabled as default. Set the
FilterEnable
property to
true
as shown in the example.
Parameters
Parameter
Parameter description
Values
Value description
<loc>
Location of the address
1-8
The default values of
1, 2
and
3
ensure that
address resolution and device discovery
continue to work after enabling the MAC
filter
<MAC_address>
The MAC address of the
device
Unique value Hex format, divided by a colon
<receive>
Enable/disable the
parameter querying option
false
(or
0
)
The device is
not allowed
to query
parameters from the LW device
true
(or
1
)
The device is
allowed
to query parameters
from the LW device
<send>
Enable/disable the
parameter setting option
false
(or
0
)
The device is
not allowed
to change
parameters in the LW device
true
(or
1
)
The device is
allowed
to change parameters
in the LW device
<name>
Unique name for the better
identification (optional)
Any string
Up to 5 ASCII characters (longer names
are truncated)
Example
ç
SET /MANAGEMENT/MACFILTER/MACaddress4=(04:D4:C4:4D:01:43;1;1;Tech)
æ
pw /MANAGEMENT/MACFILTER/MACaddress4=(04:D4:C4:4D:01:43;1;1;Tech)
ç
SET /MANAGEMENT/MACFILTER.FilterEnable=true
æ
pw /MANAGEMENT/MACFILTER.FilterEnable=true
New MAC address is saved into the 4th property with name 'Tech', which may query/set parameters from/in
the Lightware device. The
FilterEnable
property is set to
true
, thus, the filter is enabled.