Specifications
© 2010 Cypress Solutions Complete Manual: CTM-15X Firmware 1.3.0
Open CTM (Revision D)
101
Command Reference
cmd padip
cmd padip 192.168.1.1
OK
A cmd save is required for this command to take effect.
See also: pad, padecho, padesc, padesct, padfwdc, padfwdl, padfwdt , padmode, padport, padreset,
padsvct
return to list of commands
padmode x
Sets the PAD mode.
x = 0 start up UDP PAD mode. The modem will revert to server mode once the connection is closed.
(default)
x = 1 start up TCP PAD mode. The modem will revert to server mode once the connection is closed.
x = 2 start up UDP PAD client mode - one session. The modem will revert to command mode once the
connection is closed.
x = 3 start up TCP PAD client mode - one session. The modem will revert to command mode once the
connection is closed.
x = 4 start up persistent UDP PAD client mode
x = 5 start up persistent TCP PAD client mode
x = 6 start up Dialup Emulation over UDP mode
x = 7 start up Dialup Emulation over TCP mode
The current PAD mode can be queried by entering the padmode command without parameters. The
connection is closed if one of the following occurs:
padsvct idle timeout expires
padsvct maximum session timeout expires
cmd padreset is executed
The connection is closed by remote host (TCP PAD only)
If padip is set to 0.0.0.0, PAD will start in server mode. Otherwise it will start in client mode. Note that for
the client modes (2, 3, 4 and 5), padip must be different than 0.0.0.0. Note that for dialup emulation
modes (6 and 7), padclientport must be set.
Examples:
1. Set to TCP PAD mode
cmd padmode 1
OK