Cisco CCNA / CCNP Home Lab Setup: How To Configure Reverse Telnet

Occasionally, during your CCNA and studies, you’ll run into a term that just doesn’t quite make sense to you.  (Okay, more than occasionally!)  One such term is “reverse telnet”.  As a certification candidate, you know that telnet is simply a protocol that allows you to remotely connect to a networking device such as a or .  But what is “reverse telnet”, and why is it so important to a / setup?

Where a telnet session is started by a remote user who wants to remotely control a or , a reverse telnet session is started when the host device itself imitates the telnet session.

In a / , reverse telnet is configured and used on the .  The isn’t a white box like most of us are used to; an is a that allows you to connect to multiple routers and switches with one session without having to move a rollover cable from device to device.

Your will use an octal cable to connect to the other routers and switches in your .  The octal cable has one large serial connector that will connect to the , and eight rj-45 connectors that will connect to your other devices.  Your then needs an IP Host table in order to perform reverse telnet.

An IP Host table is easy to put together (and you better know how to write one to the !).  The IP Host table is used for local name resolution, taking the place of a DNS . A typical IP Host table looks like this:

ip host FRS 2007 100.1.1.1

ip host R3 2003 100.1.1.1

ip host R1 2001 100.1.1.1

ip host R2 2002 100.1.1.1

ip host R4 2004 100.1.1.1

ip host R5 2005 100.1.1.1

ip host SW1 2006 100.1.1.1

interface Loopback0

ip address 100.1.1.1 255.255.255.255

no ip directed-broadcast

This configuration will allow you to use your to connect to five routers, a frame relay , and a without ever moving a cable.  When you type “R1″ at the console line, for example, you’ll be connected to R1 via reverse telnet.  If you have a smaller , an is still a real timesaver and an excellent investment.  And by getting a static IP address to put on your , you can even connect to your from remote locations!

Related posts

Tags: , , , , , , , , , , , , , , , , , , , , , , , ,

Leave a Reply