Specifications

© 2010 Cypress Solutions Complete Manual: CTM-15X Firmware 1.3.0
Open CTM (Revision D)
141
Command Reference
cmd telnetport 33
OK
A cmd apply followed by a cmd save are required for this command to take effect.
See also: telnetpswd, telnettimeout
return to list of commands
telnetpswd n
Sets password for telnet access (both local and remote) and ssh access (both local and remote). ssh
access is available in firmware version R1.3.0 only.
n a maximum of 40-character alpha-numeric password
Example:
1. Set telnet password to ‘cypress’
cmd telnetpswd cypress
OK
Firmware version R1.2.1 and below: A cmd save is required for this command to take effect.
Firmware version R1.3.0 only: This command takes effect immediately.
See also: telnetport, telnettimeout
return to list of commands
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