| ccnaguru.com | CCNA Articles | CCNA - CCNP Articles | CCNP Articles | Network+ | CCNA Training - CCNP Training Exams | |
| "Reverse Telnet" And Its Importance In A Cisco Lab | |
Occasionally, during your CCNA and CCNP
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 Cisco certification candidate,
you know that telnet is simply a protocol that allows you to remotely
connect to a networking device such as a router or switch.
But what is "reverse telnet", and why is it
so important to a Cisco CCNA / CCNP
home lab setup? |
|
Where a telnet session is started by a remote user who wants to remotely control a router or switch, a reverse telnet session is started when the host device itself initates the telnet session. In a CCNA / CCNP home lab, reverse telnet is configured and used on the access server. The access server isn't a white box server like most of us are used to an access server is a Cisco router 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 access server will use an octal cable to connect to the other routers
and switches in your home lab. The octal cable has one
large serial connector that will connect to the access server, and eight
rj-45 connectors that will connect to your other home lab devices. Your
access server 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 pass the CCNA !). The IP Host table is used for local name resolution, taking the place of a DNS server. A typical access server IP Host table looks like this: ip host FRS 2007 100.1.1.1 interface Loopback0
Chris Bryant, CCIE #12933 |
|
| Copyright © 2007 WWW.CCNAGURU.COM All rights reserved | |