Disclaimer: 3
rd
party and/or custom firmware providing extra features are not covered in this manual.
#vertex2 set inseltx1 x
where x is [0-3] input port, or [4] for follow
Ex. #vertex2 set inseltx1 1
Set tx0 to input 1 and keep tx0 as is
#vertex2 set ipaddr xxx.xxx.xxx.xxx
Sets the static IP address. Active when dhcp is turned off.
Ex. #vertex2 set ipaddr 192.168.1.222
#vertex2 set ipmask xxx.xxx.xxx.xxx
Sets the static IP network mask. Active when dhcp is turned off.
Ex. #vertex2 set ipmask 255.255.255.0
#vertex2 set ipgw xxx.xxx.xxx.xxx
Sets the static IP gateway address. Active when dhcp is turned off.
Ex. #vertex2 set ipgw 192.168.1.1
#vertex2 set dhcp x
Set the dynamic or static IP address selection. Dynamic = dhcp on
where x is [on / off]
Ex. #vertex2 set dhcp off
#vertex2 set tcpport x
Set the TCP port to be listened to for commands. Default is 2200
Requires a reboot to be applied.
Ex. #vertex2 set port 2201
#vertex2 set autosw x
where x is [on / off]
Enables or disables the autoswitch feature
Ex. #vertex2 set autosw off
#vertex2 set autoswprio x
where x is [on / off]
Enables or disables the autoswitch priority feature
Ex. #vertex2 set autoswprio off
#vertex2 set edidmode x
where x is [automix / custom / fixed / copytx0 / copytx1]
Ex. #vertex2 set edidmode automix