Specifications

© 2010 Cypress Solutions Complete Manual: CTM-15X Firmware 1.3.0
Open CTM (Revision D)
49
Command Reference
Examples:
1. Set port forwarding #1 to forward data destined for port 8080 (same external & local port number), on
both using UDP and TCP protocol to IP 192.168.1.20 and enabled
cmd firewall 1 8080 8080 3 192.168.1.20 1
OK
2. Set port forwarding #2 to forward data destined for external port 42375 and redirect it to local port
5001, on UDP protocol to IP 192.168.1.20 and enabled.
cmd firewall 2 42375 5001 1 192.168.1.20 1
OK
3. Query the current firewall configuration
cmd firewall
cmd firewall 1 8080 8080 3 192.168.1.20 1
OK
A cmd apply followed by a cmd save are required for this command to take effect.
return to list of commands
freeconsole
Kill the serial console shell process. This command must be done at first if you use cmd pad or cmd
modbusgw from the SSH/Telnet console in mode 4 or 6.
Example:
1. Free the serial console port to use by pad or modbusgw mode.
// only from the SSH/Telnet session
cmd freeconsole
OK
cmd pad
or
cmd modbusgw
OK
The serial console is not available after this command. You may need to set cmd port to use serial console
again.
return to list of commands