MRV Ports and Ports
An MRV is a terminal server that provides network access to serial console TTY ports.
It has two types of port: Asynchronous (serial) ports, and Ethernet (network) ports.
Asynchronous Ports:
There may be 8 (LX-4008), 16 (LX-4016), 32 (LX-4032), or 48 (LX-4048) Serial Ports, depending on model.
The DIAG port is for device configuration. The network port must be connected, and the IP address known.
Ethernet Ports:
There may be 8 (LX-4008), 16 (LX-4016), 32 (LX-4032), or 48 (LX-4048) Serial Ports, depending on model.
Serial Ports are assigned Telnet port numbers 2100-6800, and SSH port numbers 2122-6822, the DIAG Port is port #0.
Port #: | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Telnet: | 2100 | 2200 | 2300 | 2400 | 2500 | 2600 | 2700 | 2800 | 2900 | 3000 | 3100 | 3200 | 3300 | 3400 | 3500 | 3600 |
SSH: | 2122 | 2222 | 2322 | 2422 | 2522 | 2622 | 2722 | 2822 | 2922 | 3022 | 3122 | 3222 | 3322 | 3422 | 3522 | 3622 |
Port #: | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Telnet: | 3700 | 3800 | 3900 | 4000 | 4100 | 4200 | 4300 | 4400 | 4500 | 4600 | 4700 | 4800 | 4900 | 5000 | 5100 | 5200 |
SSH: | 3722 | 3822 | 3922 | 4022 | 4122 | 4222 | 4322 | 4422 | 4522 | 4622 | 4722 | 4822 | 4922 | 5022 | 5122 | 5222 |
Port #: | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Telnet: | 5300 | 5400 | 5500 | 5600 | 5700 | 5800 | 5900 | 6000 | 6100 | 6200 | 6300 | 6400 | 6500 | 6600 | 6700 | 6800 |
SSH: | 5322 | 5422 | 5522 | 5622 | 5722 | 5822 | 5922 | 6022 | 6122 | 6222 | 6322 | 6422 | 6522 | 6622 | 6722 | 6822 |
Connecting:
Open a Telnet (or SSH) session to the MRV <IP address> and specify the ethernet port # associated with the serial port # you want to connect to.
- From the PC, use Start, then Run, and enter cmd
- At the DOS prompt, type: telnet <ip-address> port#
For Example:
> telnet 10.10.10.17 2100
- connect to MRV serial port #1
The IP-address is the fixed address of the MRV, followed by the serial ports 'socket port' number from the table above.
Port 2000 is the devices virtual management port.
Using Putty, click the telnet button, enter the MRV <IP address> for Host Name, and for the Port, enter 2100 to access MRV port 1, or 2200 to access MRV port 2, or 2300 to access MRV port 3, etc.