Remote Terminal
remote_terminal.enabled
Abbreviation
re e
Access
get/set
Description
Enable/disable remote terminal at bootup.
Arguments
<0/off/false/1/on/true>
Default
0
Supported Platforms
- AMW007
- AMW037
Get example
> get re e
R000003
0
Set example
> set re e true
R000008
Set OK
remote_terminal.password
Abbreviation
re w
Access
get/set
Description
Client login password for the remote terminal. Note! The terminal emulator must be configured for passive password negotiation.
Arguments
<password>
Default
""
Supported Platforms
- AMW007
- AMW037
Get example
> get re w
R000000
Set example
> set re w mypassword
R000008
Set OK
remote_terminal.port
Abbreviation
re p
Access
get/set
Description
The remote terminal listens on this port.
Arguments
<port>
Default
2000
Supported Platforms
- AMW007
- AMW037
Get example
> get re p
R000006
2000
Set example
> set re p 55000
R000008
Set OK
remote_terminal.timeout
Abbreviation
re t
Access
get/set
Description
Remote terminal client idle timeout in seconds.
Arguments
<# seconds>
Default
60
Supported Platforms
- AMW007
- AMW037
Get example
> get re t
R000004
60
Set example
> set re t 120
R000008
Set OK