config protocols forward¶
Configures the SSH port forwarding settings.
SSH port forwarding enables access to network services running on the dedicated or management IP addresses of a managed device. Multiple users on multiple workstations can use SSH Port Forwarding concurrently.
To use SSH port forwarding, the managed device's management or dedicated IP address must be configured on the Local Manager. This can be configured using config init or config info.
For more information, please see: SSH port forwarding
Command availability¶
CLI resource: port
Lantronix system: All
LMS offerings: All
Syntax¶
Usage¶
Subcommands¶
- [no] management {port} [onconnect] [protocol] - Enables forwarding to the management IP address and the port specified. The no prefix will remove the forward.
Example: To enable traffic forwarding to port 80 on the managed device's management IP address:
- [no] dedicated {port} [onconnect] [protocol] - Enables forwarding to the dedicated IP address and the port specified. The no prefix will remove the forward.
Example: To enable traffic forwarding to port 80 on the managed device's dedicated IP address:
-
[no] events - Turns on event logging for traffic forwarding. The no prefix will turn off event logging.
-
show - Displays the current configuration.
-
exit - Exits the configuration editor.