RE: Help with access server [7:31801]

2002-01-13 Thread s vermill

Stephane,

I would start by adding 'modem inout' on lines 1 - 8.  As for the octal
cable, that may be a problem too.  You might need a rollover in the mix? 
Not sure off hand.

Regards,

Scott


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=31805&t=31801
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Help with access server [7:31801]

2002-01-13 Thread Router Man

When you say that "it doesn't work", what exactly are the symptoms?

""Stephane Wantou Siantou""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi everybody,
> I am trying to configure a Cisco 2509 access server to access my 3 routers
> RouterA, RouterB,and RouterC so that I don't have to use the console cable
> to access each
> router.  But it doesn't
> w work.  I am using an octal cable.  3 cables from the octal cable are
> connected to RouterA, RouterB, and RouterC and the terminal server is
> accessed with a console cable.  What am I doing wrong can anyone help?  Do
> I need to configure anything on RouterA, RouterB, and RouterC to be
> accessed from the access server? This is the configuration of the
> access server.
> Thanks,
> Stephane
>
> Current configuration:
> !
> version 12.0
> service timestamps debug uptime
> service timestamps log uptime
> no service password-encryption
> !
> hostname terminal_server
> !
> !
> ip subnet-zero
> ip host RouterA 2001 172.16.1.1
> ip host RouterB 2002 172.16.1.1
> ip host RouterC 2003 172.16.1.1
> !
> !
> !
> interface Loopback0
>  ip address 172.16.1.1 255.255.255.255
>  no ip directed-broadcast
> !
> ip classless
> !
> line con 0
>  transport input none
> line 1 8
>  no exec
>  transport input all
> line aux 0
> line vty 0 4
>  login
> !
> end




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=31810&t=31801
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Help with access server [7:31801]

2002-01-13 Thread Daniel Cotts

Config look ok.
Your octal cable has RJ-45 ends? Is each end numbered?
Is end #1 going to the console port of RouterA, end#2 going to RouterB, etc?
Do a "show sessions". If you are not connected to any router you should get:
2509#sh sess
% No connections open
If you do have open sessions then disconnect them one at a time:
2509#disc 1
Closing connection to RouterA [confirm]
2509#disc 2
Closing connection to RouterB [confirm]
Another way to check for busy lines is to do a "show line"
If you see asterisks in front of the lines - then do a disconnect line #. 
When you type in "RouterA" what sort of response do you get?
2509#RouterA
Trying RouterA (172.16.1.1, 2001)... Open
If you get the above then hit "enter" once or twice.
That should get you to the prompt of the console port of RouterA.
Let us know if this doesn't work.

> -Original Message-
> From: Stephane Wantou Siantou [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, January 13, 2002 7:13 PM
> To: [EMAIL PROTECTED]
> Subject: Help with access server [7:31801]
> 
> 
> Hi everybody,
> I am trying to configure a Cisco 2509 access server to access 
> my 3 routers
> RouterA, RouterB,and RouterC so that I don't have to use the 
> console cable
> to access each
> router.  But it doesn't
> w work.  I am using an octal cable.  3 cables from the octal cable are
> connected to RouterA, RouterB, and RouterC and the terminal server is
> accessed with a console cable.  What am I doing wrong can 
> anyone help?  Do
> I need to configure anything on RouterA, RouterB, and RouterC to be
> accessed from the access server? This is the configuration of the 
> access server.
> Thanks,
> Stephane
> 
> Current configuration:
> !
> version 12.0
> service timestamps debug uptime
> service timestamps log uptime
> no service password-encryption
> !
> hostname terminal_server
> !
> !
> ip subnet-zero
> ip host RouterA 2001 172.16.1.1
> ip host RouterB 2002 172.16.1.1
> ip host RouterC 2003 172.16.1.1
> !
> !
> !
> interface Loopback0
>  ip address 172.16.1.1 255.255.255.255
>  no ip directed-broadcast
> !
> ip classless
> !
> line con 0
>  transport input none
> line 1 8
>  no exec
>  transport input all
> line aux 0
> line vty 0 4
>  login
> !
> end




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=31812&t=31801
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Help with access server [7:31801]

2002-01-13 Thread Stephane Wantou Siantou

Yes, my octal cable has RJG-45 ens, with each end numbered.  I
connected end #1 to RouterA, end #2 to RouterB and so forth.  When I do "sh
sessions" on the access server, I get "No connections open".  When I try
to connect to any of the routers through the access server, it says,  
"Trying RouterXA (172.16.1.1, 2001)... Open" and it hangs there
indefinitely, even when I press "enter".  It never connects to RouterX.

2509# RouterA
Trying RouterA (172.16.1.1, 2001)... Open

Do you have any idea what the problem could be?
Thanks,
Stephane

On Sun, 13 Jan 2002, Daniel Cotts wrote:

> Config look ok.
> Your octal cable has RJ-45 ends? Is each end numbered?
> Is end #1 going to the console port of RouterA, end#2 going to RouterB,
etc?
> Do a "show sessions". If you are not connected to any router you should
get:
> 2509#sh sess
> % No connections open
> If you do have open sessions then disconnect them one at a time:
> 2509#disc 1
> Closing connection to RouterA [confirm]
> 2509#disc 2
> Closing connection to RouterB [confirm]
> Another way to check for busy lines is to do a "show line"
> If you see asterisks in front of the lines - then do a disconnect line #. 
> When you type in "RouterA" what sort of response do you get?
> 2509#RouterA
> Trying RouterA (172.16.1.1, 2001)... Open
> If you get the above then hit "enter" once or twice.
> That should get you to the prompt of the console port of RouterA.
> Let us know if this doesn't work.
> 
> > -Original Message-
> > From: Stephane Wantou Siantou [mailto:[EMAIL PROTECTED]]
> > Sent: Sunday, January 13, 2002 7:13 PM
> > To: [EMAIL PROTECTED]
> > Subject: Help with access server [7:31801]
> > 
> > 
> > Hi everybody,
> > I am trying to configure a Cisco 2509 access server to access 
> > my 3 routers
> > RouterA, RouterB,and RouterC so that I don't have to use the 
> > console cable
> > to access each
> > router.  But it doesn't
> > w work.  I am using an octal cable.  3 cables from the octal cable are
> > connected to RouterA, RouterB, and RouterC and the terminal server is
> > accessed with a console cable.  What am I doing wrong can 
> > anyone help?  Do
> > I need to configure anything on RouterA, RouterB, and RouterC to be
> > accessed from the access server? This is the configuration of the 
> > access server.
> > Thanks,
> > Stephane
> > 
> > Current configuration:
> > !
> > version 12.0
> > service timestamps debug uptime
> > service timestamps log uptime
> > no service password-encryption
> > !
> > hostname terminal_server
> > !
> > !
> > ip subnet-zero
> > ip host RouterA 2001 172.16.1.1
> > ip host RouterB 2002 172.16.1.1
> > ip host RouterC 2003 172.16.1.1
> > !
> > !
> > !
> > interface Loopback0
> >  ip address 172.16.1.1 255.255.255.255
> >  no ip directed-broadcast
> > !
> > ip classless
> > !
> > line con 0
> >  transport input none
> > line 1 8
> >  no exec
> >  transport input all
> > line aux 0
> > line vty 0 4
> >  login
> > !
> > end




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=31819&t=31801
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]