© 2009 Cypress Solutions
Complete Manual: CTM-15X Firmware 1.2.0
(Revision 1.0)
111
6BCommand Reference
telnettimeout n
Sets the timeout period for a telnet session with no activity. The telnet timeout will take effect on the
next telnet login.
n = 0 to 65535
timeout time, in seconds (default: 60 seconds)
The current telnet timeout setting can be queried by entering
telnettimeout
without parameters.
Example:
1. Disable telnet timeout
cmd telnettimeout 0
OK
A cmd save is required for this command to take effect.
See also: telnetpswd, telnetport
return to list of commands
7.1.17
“U” Commands
univwd <mode> <url>/<report>
Configure the Universal Watchdog.
mode = 0
disabled
mode = 1
detect increase in received packets.
mode = 2
ping specified url
mode = 3
send specified report
Examples:
1. Configure a report to send PMID message #3, to remote server on UDP port 7002.
Set universal watchdog into mode 3, which will use report 1 to generate ping activity.
cmd repremip 1 209.121.68.211
cmd repremport 1 7002
cmd reptype 1 0 3
cmd repaddmes 3
cmd univwd 3 1
cmd save