-1

I have always use a serial to serial port or serial to usb to connect to switches. Normaly they came with RJ45 to usb cable in cases when I had a RJ45 cable to serial. But now I have 3Com switch that apparently only came with Serial to RJ45 cable I have no idea how to use it. I use the command screen /dev/ttysS0 or /dev/ttyUSB to connect to the switch, how am I supposed to called to the ethernet port, should I give it an IP address. Or I need an Rj45 to USB cable.

Juan Diego
  • 179
  • 1
  • 1
  • 11

2 Answers2

5

Usually, a professional switch has either a 9-pin serial port or an 8P8C port for dedicated console access.

The 9-pin port can be directly converted to the 8P8C port, for example by using this converter: image of a converter

Once you have the 9-pin connection, you can use a standard USB-to-Serial cable to connect to it.

The important part to remember is that a 8P8C console port is completely different from a RJ45 network port.

5

There is a lot of commonality between switches, but you will almost always get the best information about how to connect, by looking up the guide/manual for the specific model/make of the equipment you are using. Sometimes vendors change things. Or they have non-standard equipment since company got merged/purchased with another. 3Com was acquired by HP, but that doesn't automatically make 3Com gear follow the HP standards.

The Getting Started Guide for your switch has all the details you should need to connect.

From the guide:

Connecting the Workstation to the Switch

  • Connect the workstation to the console port using a standard null modem cable
  • Open your terminal emulation software and configure the COM port settings to which you have connected the cable. The settings should be set to match the default settings for the Switch, which are:

    • 19,200 baud
    • 8 data bits
    • no parity
    • 1 stop bit
    • no hardware flow control
Zoredache
  • 128,755
  • 40
  • 271
  • 413