To configure the serial ports of your Nodegrid Serial Console, follow the guideline steps below.
WebUI
- Log in as admin to the Nodegrid Serial Console Web interface.
- Go to Managed Devices page.
- Select the serial ports you want to configure, or check the top checkbox, to select all serial ports, then click on Edit.
Note: the configuration of the first serial port from the multiple selection will be displayed, and only changed field(s) will be saved. - Make the necessary changes according to your needs:
- set baud rate
- set mode to Enable
- Check/Uncheck:
- Enable Hostname Detection
- Multisession
- Read-Write Mutisession
- Skip authentication to access device
- Show text information
- Enable IP Alias
- Data Logging
- Allow SSH protocol
- Allow Telnet protocol
- Allow Binary socket
5. Save the changes
CLI
1. log in as admin via ssh or console port
2. type the following commands:
[admin@nodegrid /]# cd /settings/devices/
[admin@nodegrid devices]# edit -
and set parameters you want:
[admin@nodegrid {devices}]# set
address_location= flow_control=
allow_binary_socket= icon=
allow_ssh_protocol= mode=
allow_telnet_protocol= multisession=
baud_rate= parity=
coordinates= power_control_key=
data_logging= read-write_multisession=
enable_data_logging_alerts= show_text_information=
enable_hostname_detection= skip_authentication_to_access_device=
enable_ip_alias= ssh_port=
escape_sequence= telnet_port=
once all parameters are configured, type:
[admin@nodegrid {devices}]#commit
Related Articles
Nodegrid Serial Console: Pinouts, Cables and Connectors
The tables below show the serial port pinout information of the NSC TxxR (Cisco Pinout) and NSC Txx (Legacy Pinout). NSC TxxR - Cisco-like Pinout Pin Signal Name Input/Output 1 CTS IN 2 DCD IN 3 RxD IN 4 GND N/A 5 GND N/A 6 TxD OUT 7 DTR OUT 8 RTS ...
Power Control within Serial Session
Nodegrid Serial Console features the Power Control integration which gives authorized users the ability to power on, power off and reset/reboot the serial devices, within the serial session, by using an escape character (default escape character is ...
How to Telnet and SSH to the Nodegrid Serial Ports
Note: by default, Telnet access is turned off with your Nodegrid Serial Console. Authorized users can use Telnet or SSH to connect directly to the console of a managed device if all of the following are true: Telnet / SSH protocol is enabled under ...
How to build the set-up for Virtual Serial Ports communicating to an end device, via the Nodegrid OS
Abstract: In the industry, some legacy applications impose to use serial ports (COM) to interface with the industrial automates. In this article, we will study a set-up in which a desktop emulates a virtual serial COM, and conveys the connection via ...
How to Configure Network Bridge on the Nodegrid Serial Console
Nodegrid Serial Console cascades, or daisy chains, network ports by implementing a network bridge between ports ETH0 and ETH1. In this configuration several NSC units can be used in cascade mode, all sharing the same network switch port, saving a ...