Establishing a console connection to a Cisco device requires a rollover cable, a USB-to-serial adapter, and a terminal emulator configured to the correct COM port and baud rate. This process covers hardware identification, driver verification through Device Manager, PuTTY installation, and completing a live serial session to access the device CLI.
Console Cable Connection Setup
Now we're going to see how we can connect into these devices and start programming them.
I've got a couple of different cables here. Both of them have an RJ45 on the end here, but they're a flat cable, and the difference with this cable that you connect into Cisco equipment is that it is a rollover cable. All of the pins on a rollover cable roll over in the cable as it connects to the other device. This particular one actually just has an RS-232 on the end of it. The RS-232 is a common type of connector that was on a lot of computers; we don't see that as much anymore.
So what I'm actually going to do is use the USB connector. When you actually go to configure your terminal program, it can be a little more complicated when you're using USB, but we just don't see serial on computers as much as we used to, so it's becoming more and more rare.
It's pretty easy to connect into this. I just take my connector and I find the console, and then plug it right there into the console, and then I'm going to plug the other end into my computer.
Now I've plugged the console cable into the device that I want to configure, and I plug the USB into the laptop that I'm going to be using. Here's the laptop. I'm on the laptop, and now what I'm going to do is get into the Device Manager. To do that, click the Start menu and type in Device Manager. That's going to pop up there, and we'll click on Device Manager.
We are going to find that cable that we plugged in under the ports, the COM and LPT ports. We open that up and we see USB Serial, and it is on COM3. So there, we now see that it's on COM3, and that's what we're going to use to configure this device.
Next we're going to need some software that's going to interface with this equipment, so it's going to be some terminal emulator program that we're going to use. There are several different ones out there. There are a lot of free versions out there and there are a lot of paid-for versions out there. The one that I'm going to be demoing on throughout here is PuTTY, which is one of the free ones out there.
So I'm going to pull up a web page here and look for PuTTY. We're going to type in "putty download." Once again, if there are any advertisements that come up towards the top, I always bypass those. There are none here at this point in time, and I go for the top one that's displayed, and that's usually the legitimate link. So this one's "download putty," so I'm going to click on that one, and it says to download PuTTY I've got to click here, so I'll click here.
This is actually going to bring us to a different site, but this one is the safe site to download this on. So I take a look, and I am on a 64-bit and x86, so this is the one that I'm going to need. If you're on a Windows machine, there's a good chance you're on the 64 x86. So I'm going to download this software right here, and then I'm going to click it to install. I'm going to go through these steps to install this. I'm going to accept all of it, and I'm not going to view the readme file.
Next we're going to get into PuTTY and connect to our equipment. I'm going to close out of this window right here and type PuTTY in there. For this case, I'm actually going to right-click this and pin this to the Start menu for easier access later. Actually, what I'll probably do is pin it to the taskbar as well, so now it's down here on the taskbar.
I can open it up, and now I have all these different connection types. I've got the different connection types that I can connect to all of these different pieces of equipment in different fashions, and we're going to be going over a couple of these. But for now we're just going to make a serial connection to this device.
To make a serial connection to this device, I'm going to click the serial that I'm going to connect to, and it's going to ask which serial line I'm going to connect to. I looked it up and it was serial line COM3, so I'm going to type in COM3 into there. Then I'm going to select the speed of 9600. So there, we're going to connect at a speed of 9600 to COM3. I'll click on Open, and then that's going to bring up the device.
Now we can see that we're connected to this device, and one of the first things that comes up is a question: would you like to enter the initial configuration dialog? This is a wizard that will step you through the process of doing some initial configurations of this device. For now, we're going to jump straight into this device and just take a look around, so we're going to bypass this. I'm going to click no and hit enter.
Now I am on this switch and I can start programming it. I can start doing some show commands, I can get into the enable mode, I can do all of the commands to get this device programmed. So we are connected to this device, and that is how you do that.
TechKnowSurge builds IT and cybersecurity professionals through hands-on, concept-first training built around real understanding — not memorization. Free interactive tools, structured programs, and 25+ years of real-world experience, all in one place.
Explore free tools and programs →