Cisco 2511 Part 1
I got the lab network working, and I got recommended another book to review before the test from the coworker that I bought the hardware from. Cisco CCNA in 60 Days by Paul Browning. It’s been a great structured review so far with the review text, exercises, practice labs, and practice exams. I’m currently through Day 5.
Another cool piece of tech that my coworker gave me was an old Cisco 2511 Access Server / Router. There is this cable referred as an “Octal to RJ45.” It is cabled in such a way that allows you to plug into the ASYNC port on the Cisco 2511 then connect up to 8 devices via their console port. This will be great because when I practice remotely, I can make mistakes without being locked out of my equipment at home. I can also regularly clear out the config. I’ve had it for a couple weeks but didn’t have time to play with it. (The 2511 is at the bottom of the stack in the picture below)
Today I finally went to go use it, and the config that was saved on it when he gave to me was lost. So, lesson learned to save the config even in a lab environment. Especially on something you don’t know how to operate yet. I was able to google search a bit to find the answer and I got it working!
Cisco 2511 Working Config File
I didn’t have any experience before doing ‘reverse telnet’. I got stuck inside my session for a bit trying to figure out why the key combination CTRL + SHIFT + 6 + X wasn’t working. Turns out I was just doing it wrong. A more accurate representation would be hold down (CTRL + SHIFT + 6) Let go of those 3 keys and immediately press x. Once you get back into your previous router, you’ll need to disconnect the session, so it doesn’t stay open.
The next problem I encountered was that I couldn’t login through a telnet connection. (This equipment is pre SSH era) It was stating no password set. There isn’t any config for a password on Ethernet0, so since it is a telnet/ssh connection it has to be a VTY line configuration issue.
I have ‘login local’ set on ‘vty 0 4’ so it should use my lab login that I configured.
I can see that I have a username and password set. I then thought, well maybe there isn’t high enough permissions on the account. Because everything else seems correct, so let’s give that a try.
Cool it’s working now!
The fun never ends though. I’m at work now and I can’t login to Router 3, Switch 1, or Switch 2. I can only login to Router 1 & 2. I was getting this error.
Meanwhile a successful connection should look like this.
After I got home. It turned out to be some bad cables from the old equipment. Lucky for me I had 5/8 good cables. Just barely enough to hook it all 5 pieces of equipment.
Cable 1 goes to R1
Cable 2 goes to R2
Cable 7 goes to R3
Cable 6 goes to SW1
Cable 8 goes to SW2
I removed the old test config
Put the new config
Learning Sources:
https://www.cisco.com/c/en/us/support/docs/dial-access/asynchronous-connections/5466-comm-server.pdf
https://community.cisco.com/t5/switching/kill-vty-session-on-catalyst-2950/td-p/2204810
https://community.cisco.com/t5/other-network-architecture/ctrl-shift-6-x-combination-for-telnet/td-p/284885