Index.php
From Kokorodatabase
Line 1: | Line 1: | ||
- | + | Occasionally, during your CCNA and CCNP research, you are going to run into a phrase that just does not rather make sense to you. (Okay, far more than sometimes!) One particular such term is "reverse telnet". As a Cisco certification candidate, you know that telnet is simply a protocol that makes it possible for 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 house lab setup? | |
- | + | Where a telnet session is began by a remote user who desires to remotely control a router or switch, a reverse telnet session is began when the host device itself imitates the telnet session. | |
- | + | In a CCNA / CCNP home lab, reverse telnet is configured and utilized on the access server. The access server isn't a white box server like most of us are utilised to an access server is a Cisco router that permits you to connect to a number of routers and switches with one session with out obtaining 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 particular 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 wants an IP Host table in order to carry out reverse telnet. | |
- | + | An IP Host table is simple to place collectively (and you much better know how to write one to pass the CCNA!). The IP Host table is employed for local name resolution, taking the location of a DNS server. A typical access server 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 one hundred.1.1.1 | |
- | + | ip host SW1 2006 one hundred.1.1.1 | |
+ | |||
+ | interface Loopback0 | ||
+ | |||
+ | ip address one hundred.1.1.1 255.255.255.255 | ||
+ | |||
+ | no ip directed-broadcast | ||
+ | |||
+ | This configuration will allow you to use your access server to connect to 5 routers, a frame relay switch, and a switch with no ever moving a cable. When you sort "R1" at the console line, for example, you'll be connected to R1 by means of reverse telnet. If you have a smaller lab, an access server is nonetheless a real timesaver and an exceptional investment. And by finding a static IP address to put on your access server, you can even connect to your property lab from remote locations! Sometimes, during your CCNA and CCNP studies, you are going to run into a term that just does not fairly make sense to you. (Okay, much more than occasionally!) One such phrase is "reverse telnet". As a Cisco certification candidate, you know that telnet is merely a protocol that permits you to remotely connect to a networking device such as a router or switch. But what is "reverse telnet", and why is it so crucial to a Cisco CCNA / CCNP house lab setup? | ||
+ | |||
+ | Exactly where a telnet session is began by a remote user who wants to remotely control a router or switch, a reverse telnet session is started out when the host device itself imitates the telnet session. | ||
+ | |||
+ | In a CCNA / CCNP property lab, reverse telnet is configured and employed on the access server. The access server is not a white box server like most of us are utilized to an access server is a Cisco router that permits you to connect to several routers and switches with one particular session without having possessing 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 residence lab. The octal cable has 1 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 execute reverse telnet. | ||
+ | |||
+ | An IP Host table is effortless to place together (and you much better know how to compose one particular to pass the CCNA!). The IP Host table is utilized for neighborhood name resolution, taking the location of a DNS server. A standard access server IP Host table looks like this: | ||
+ | |||
+ | ip host FRS 2007 one hundred.1.1.1 | ||
+ | |||
+ | ip host R3 2003 100.1.1.1 | ||
+ | |||
+ | ip host R1 2001 one hundred.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 one hundred.1.1.1 | ||
+ | |||
+ | interface Loopback0 | ||
+ | |||
+ | ip address one hundred.1.1.1 255.255.255.255 | ||
+ | |||
+ | no ip directed-broadcast | ||
+ | |||
+ | This configuration will let you to use your access server to connect to five routers, a frame relay switch, and a switch with no ever moving a cable. When you kind "R1" at the console line, for instance, you are going to be connected to R1 by means of reverse telnet. If you have a smaller lab, an access server is nonetheless a true timesaver and an outstanding investment. And by acquiring a static IP address to put on your access server, you can even connect to your house lab from remote places! |
Revision as of 23:23, 11 December 2012
Occasionally, during your CCNA and CCNP research, you are going to run into a phrase that just does not rather make sense to you. (Okay, far more than sometimes!) One particular such term is "reverse telnet". As a Cisco certification candidate, you know that telnet is simply a protocol that makes it possible for 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 house lab setup?
Where a telnet session is began by a remote user who desires to remotely control a router or switch, a reverse telnet session is began when the host device itself imitates the telnet session.
In a CCNA / CCNP home lab, reverse telnet is configured and utilized on the access server. The access server isn't a white box server like most of us are utilised to an access server is a Cisco router that permits you to connect to a number of routers and switches with one session with out obtaining 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 particular 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 wants an IP Host table in order to carry out reverse telnet.
An IP Host table is simple to place collectively (and you much better know how to write one to pass the CCNA!). The IP Host table is employed for local name resolution, taking the location of a DNS server. A typical access server 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 one hundred.1.1.1
ip host SW1 2006 one hundred.1.1.1
interface Loopback0
ip address one hundred.1.1.1 255.255.255.255
no ip directed-broadcast
This configuration will allow you to use your access server to connect to 5 routers, a frame relay switch, and a switch with no ever moving a cable. When you sort "R1" at the console line, for example, you'll be connected to R1 by means of reverse telnet. If you have a smaller lab, an access server is nonetheless a real timesaver and an exceptional investment. And by finding a static IP address to put on your access server, you can even connect to your property lab from remote locations! Sometimes, during your CCNA and CCNP studies, you are going to run into a term that just does not fairly make sense to you. (Okay, much more than occasionally!) One such phrase is "reverse telnet". As a Cisco certification candidate, you know that telnet is merely a protocol that permits you to remotely connect to a networking device such as a router or switch. But what is "reverse telnet", and why is it so crucial to a Cisco CCNA / CCNP house lab setup?
Exactly where a telnet session is began by a remote user who wants to remotely control a router or switch, a reverse telnet session is started out when the host device itself imitates the telnet session.
In a CCNA / CCNP property lab, reverse telnet is configured and employed on the access server. The access server is not a white box server like most of us are utilized to an access server is a Cisco router that permits you to connect to several routers and switches with one particular session without having possessing 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 residence lab. The octal cable has 1 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 execute reverse telnet.
An IP Host table is effortless to place together (and you much better know how to compose one particular to pass the CCNA!). The IP Host table is utilized for neighborhood name resolution, taking the location of a DNS server. A standard access server IP Host table looks like this:
ip host FRS 2007 one hundred.1.1.1
ip host R3 2003 100.1.1.1
ip host R1 2001 one hundred.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 one hundred.1.1.1
interface Loopback0
ip address one hundred.1.1.1 255.255.255.255
no ip directed-broadcast
This configuration will let you to use your access server to connect to five routers, a frame relay switch, and a switch with no ever moving a cable. When you kind "R1" at the console line, for instance, you are going to be connected to R1 by means of reverse telnet. If you have a smaller lab, an access server is nonetheless a true timesaver and an outstanding investment. And by acquiring a static IP address to put on your access server, you can even connect to your house lab from remote places!