Home > Archive > alt.certification.cisco > March 2003 > 2509 Terminal Access Server





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author 2509 Terminal Access Server
Xman at News

2003-03-28, 9:24 pm

I am setting up a cisco terminal access server. However, I have problem
when trying to telnet to the other router (2501-1). Can you tell me what I
did wrong? Thank you.

!
version 12.2
no service single-slot-reload-enable
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Monster
!
logging rate-limit console 10 except errors
enable secret <deleted>
enable password <deleted>
!
ip subnet-zero
no ip routing
no ip finger
ip host 2501-1 2003 172.16.72.13
ip host 2501 2003
!
no ip dhcp-client network-discovery
!
interface Ethernet0
ip address 172.16.72.1 255.255.255.0
no ip route
no ip mroute-cache
no mop enabled
!
interface Serial0
ip address 172.16.73.1 255.255.255.0
no ip route-cache
no ip mroute-cache
shutdown
no fair-queue
!
interface Serial1
no ip address
no ip route-cache
no ip mroute-cache
shutdown
!
interface Async1
ip address 172.16.72.11 255.255.255.0
!
interface Async2
ip address 172.16.72.12 255.255.255.0
!
interface Async3
ip address 172.16.72.13 255.255.255.0
!
interface Async4
ip address 172.16.72.14 255.255.255.0
!
interface Async5
ip address 172.16.72.15 255.255.2
!
interface Async6
ip address 172.16.72.16 255.255.255.0
!
interface Async7
ip address 172.16.72.17 255.255.255.0
!
interface Async8
ip address 172.16.72.18 255.255.255.0
!
ip kerberos source-interface any
ip classless
ip http server


Ylouis2

2003-03-28, 11:24 pm

>I am setting up a cisco terminal access server. However, I have problem
>when trying to telnet to the other router (2501-1). Can you tell me what I
>did wrong? Thank you.
>
>!
>version 12.2
>no service single-slot-reload-enable
>service timestamps debug uptime
>service timestamps log uptime
>no service password-encryption
>!
>hostname Monster
>!
>logging rate-limit console 10 except errors
>enable secret <deleted>
>enable password <deleted>
>!
>ip subnet-zero
>no ip routing
>no ip finger
>ip host 2501-1 2003 172.16.72.13
>ip host 2501 2003
>!
>no ip dhcp-client network-discovery
>!
>interface Ethernet0
> ip address 172.16.72.1 255.255.255.0
> no ip route
> no ip mroute-cache
> no mop enabled
>!
>interface Serial0
> ip address 172.16.73.1 255.255.255.0
> no ip route-cache
> no ip mroute-cache
> shutdown
> no fair-queue
>!
>interface Serial1
> no ip address
> no ip route-cache
> no ip mroute-cache
> shutdown
>!
>interface Async1
> ip address 172.16.72.11 255.255.255.0
>!
>interface Async2
> ip address 172.16.72.12 255.255.255.0
>!
>interface Async3
> ip address 172.16.72.13 255.255.255.0
>!
>interface Async4
> ip address 172.16.72.14 255.255.255.0
>!
>interface Async5
> ip address 172.16.72.15 255.255.2
>!
>interface Async6
> ip address 172.16.72.16 255.255.255.0
>!
>interface Async7
> ip address 172.16.72.17 255.255.255.0
>!
>interface Async8
> ip address 172.16.72.18 255.255.255.0
>!
>ip kerberos source-interface any
>ip classless
>ip http server
>
>
>
>


Here are the steps to configure a terminal server
for multiple devices (Reverse-Telnet):


1. Configure a loopback IP address (ex. 135.5.1.1):

interface Loopback0
ip address 135.5.1.1 255.255.255.0



2. Configure ip hosts
(ip host <device name> <port number> <loopback ip address> )

Make sure the right 2509 octal cables are connected to the right devices....ex.
port 1 to fr frame relay switch, port 2 to router 2.. r2, port 3 to router 3
...r3........

ip host fr 2001 135.5.1.1
ip host r2 2002 135.5.1.1
ip host r3 2003 135.5.1.1
ip host r4 2004 135.5.1.1
ip host r5 2005 135.5.1.1
ip host r6 2006 135.5.1.1
ip host sw 2007 135.5.1.1

3. Configure lines with "transport input all":

line 1 8
no exec
transport input all



Loizos Y.
Sr. Network Engineer
CCIE # 10702 R & S, OCP

I passed my CCIE Lab exam using http://www.ipexpert.net workbook .
I also used boards at http://www.certificationtalk.com ,
http://www.groupstudy.com and http://www.routerie.com
Jim

2003-03-28, 11:24 pm

Thank you.

"Ylouis2" <ylouis2@aol.com> wrote in message
news:20030328233146.12108.00000057@mb-fx.aol.com...
> >I am setting up a cisco terminal access server. However, I have problem
> >when trying to telnet to the other router (2501-1). Can you tell me what

I
> >did wrong? Thank you.
> >
> >!
> >version 12.2
> >no service single-slot-reload-enable
> >service timestamps debug uptime
> >service timestamps log uptime
> >no service password-encryption
> >!
> >hostname Monster
> >!
> >logging rate-limit console 10 except errors
> >enable secret <deleted>
> >enable password <deleted>
> >!
> >ip subnet-zero
> >no ip routing
> >no ip finger
> >ip host 2501-1 2003 172.16.72.13
> >ip host 2501 2003
> >!
> >no ip dhcp-client network-discovery
> >!
> >interface Ethernet0
> > ip address 172.16.72.1 255.255.255.0
> > no ip route
> > no ip mroute-cache
> > no mop enabled
> >!
> >interface Serial0
> > ip address 172.16.73.1 255.255.255.0
> > no ip route-cache
> > no ip mroute-cache
> > shutdown
> > no fair-queue
> >!
> >interface Serial1
> > no ip address
> > no ip route-cache
> > no ip mroute-cache
> > shutdown
> >!
> >interface Async1
> > ip address 172.16.72.11 255.255.255.0
> >!
> >interface Async2
> > ip address 172.16.72.12 255.255.255.0
> >!
> >interface Async3
> > ip address 172.16.72.13 255.255.255.0
> >!
> >interface Async4
> > ip address 172.16.72.14 255.255.255.0
> >!
> >interface Async5
> > ip address 172.16.72.15 255.255.2
> >!
> >interface Async6
> > ip address 172.16.72.16 255.255.255.0
> >!
> >interface Async7
> > ip address 172.16.72.17 255.255.255.0
> >!
> >interface Async8
> > ip address 172.16.72.18 255.255.255.0
> >!
> >ip kerberos source-interface any
> >ip classless
> >ip http server
> >
> >
> >
> >

>
> Here are the steps to configure a terminal server
> for multiple devices (Reverse-Telnet):
>
>
> 1. Configure a loopback IP address (ex. 135.5.1.1):
>
> interface Loopback0
> ip address 135.5.1.1 255.255.255.0
>
>
>
> 2. Configure ip hosts
> (ip host <device name> <port number> <loopback ip address> )
>
> Make sure the right 2509 octal cables are connected to the right

devices....ex.
> port 1 to fr frame relay switch, port 2 to router 2.. r2, port 3 to router

3
> ..r3........
>
> ip host fr 2001 135.5.1.1
> ip host r2 2002 135.5.1.1
> ip host r3 2003 135.5.1.1
> ip host r4 2004 135.5.1.1
> ip host r5 2005 135.5.1.1
> ip host r6 2006 135.5.1.1
> ip host sw 2007 135.5.1.1
>
> 3. Configure lines with "transport input all":
>
> line 1 8
> no exec
> transport input all
>
>
>
> Loizos Y.
> Sr. Network Engineer
> CCIE # 10702 R & S, OCP
>
> I passed my CCIE Lab exam using http://www.ipexpert.net workbook .
> I also used boards at http://www.certificationtalk.com ,
> http://www.groupstudy.com and http://www.routerie.com



Hansang Bae

2003-03-29, 5:23 pm

In article <20030328233146.12108.00000057@mb-fx.aol.com>, ylouis2
@aol.com says...
> Here are the steps to configure a terminal server
> for multiple devices (Reverse-Telnet):

[snip]
> 2. Configure ip hosts
> (ip host <device name> <port number> <loopback ip address> )


Note that step 2 is optional.

--

hsb

"Somehow I imagined this experience would be more rewarding" Calvin
*************** USE ROT13 TO SEE MY EMAIL ADDRESS ****************
******************************
******************************
********
Due to the volume of email that I receive, I may not not be able to
reply to emails sent to my account. Please post a followup instead.
******************************
******************************
********
Sponsored Links





Free Braindumps | MCSE braindumps software forum

Copyright 2003 - 2008 examnotes.net