Specifications

© 2010 Cypress Solutions Complete Manual: CTM-15X Firmware 1.3.0
Open CTM (Revision D)
126
Command Reference
Example:
cmd restore
return to list of commands
rmtd iii.iii.iii.iii xxxx
Configures the modem to perform a reverse telnet connection to an IP address and port.
The modem tries to connect periodically until a connection is established.
By default this is disabled with IP 0.0.0.0 and port 0.
iii.iii.iii.iii = 0.0.0.0 to 255.255.255.255 remote IP address. 0.0.0.0 = disabled (default)
xxxxx = 0 to 65535 remote port number. 0 = disabled (default)
The current state of remote reverse telnet setting can be queried by using the rmtd command without
parameters
Examples:
cmd rmtd 204.123.1.10 5000 sets the IP to 204.123.1.10 and the port to 5000
cmd rmtd queries the modem’s rtmd setting
A cmd save is required for this command to take effect.
return to list of commands
rmtssh n
Enables or disables remote SSH access to the modem.
If enabled, it will be possible to access the modem with a SSH client, using the current IP address
allocated to the modem by the network.
n = 0 remote access = disabled (default)
n = 1 remote access = enabled
The current status of remote SSH access can be queried by using the rmtssh command without
parameters.
Examples:
cmd rmtssh 1 enables remote access to the modem using SSH
cmd rmtssh queries the current status of remote SSH access.