iolocip n host
Sets the domain name or IP address of the local server that the IO report will be sent to.
Up to 8 IO reports can be configured.
n = 1 to 8 | IO report number
|
host = domain name or IP address | domain name or IP address in dotted decimal notation (default: 192.168.1.20)
|
Notes:
- firmware 3396 and later can broadcast local UDP messages.
- firmware 4067 and later can broadcast local UDP messages over ANY subnet.
Examples:
- Report #1 will be sent to local IP address 192.168.1.21 :
cmd iolocip 1 192.168.1.21
- Report #2 will be broadcasted on the local 192.168.1.0/24 subnet (firmware 3396 and later) :
cmd iolocip 2 192.168.1.255
cmd lanip 0 192.168.1.1 255.255.255.0
- Report #5 will be broadcasted on the local 192.168.69.0/25 subnet (firmware 4067 and later) :
cmd iolocip 5 192.168.69.127
cmd lanip 0 192.168.69.1 255.255.255.128
See also: IO Reports
Firmware revision R1.3.0.1967 (Note: domain names supported as of firmware revision 2.0.5.3776)