Mike's PBX Cookbook

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. mrvrear.png

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 #:12345678910111213141516
Telnet:2100220023002400250026002700280029003000310032003300340035003600
SSH:2122222223222422252226222722282229223022312232223322342235223622
Port #:17181920212223242526272829303132
Telnet:3700380039004000410042004300440045004600470048004900500051005200
SSH:3722382239224022412242224322442245224622472248224922502251225222
Port #:33343536373839404142434445464748
Telnet:5300540055005600570058005900600061006200630064006500660067006800
SSH:5322542255225622572258225922602261226222632264226522662267226822
mrvputty.png

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.

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.