replocip n host
Sets the domain name or IP address of the local server connected to the CTM LAN that the report will be sent to.
n = 1 to 999 | report number
|
host = domain name or IP address | domain name or IP address in dotted decimal notation (default 0.0.0.0)
|
Notes:
- firmware 3396 and later can broadcast local UDP messages over a /24 subnet ONLY.
- 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 replocip 1 192.168.1.21
- Report #2 will be broadcasted on the local 192.168.1.0/24 subnet (firmware 3396 and later) :
cmd replocip 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 replocip 5 192.168.69.127
cmd lanip 0 192.168.69.1 255.255.255.128
See Also: General Reports
Firmware revision 1.3.0.1967 (Note: domain name support available as of firmware revision 2.0.5.3776)