RE: What cables need to be used for an AS2511-rj [7:73987]

2003-08-19 Thread Chibwe, Oliver J, NEO
Use Octal cable I can't remenber the P/N but if you go to E-bay and
seach you get for $19-16 and if you can't find please let me
knowwill help some more.

Thank you

Ollie
ATT Common Backbone
866-397-7309 Opt 1


-Original Message-
From: Natchaya Radhikulkaralak [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 14, 2003 6:29 PM
To: [EMAIL PROTECTED]
Subject: What cables need to be used for an AS2511-rj [7:73987]


Hello everyone:

I am having difficulty finding this out.  Does anyone have a definite
answer
on what type of cable do I use to connect from (lets say)Port 1, on the
AS2511-rj, to a 3600/2600/2500 router console port?  I am basically
trying
to set the as2511-rj as a terminal server.

Is it a straight through cable?
Is it a roll over cable?
Is it a special cable?

Please help a gurl out...
**Please support GroupStudy by purchasing from the GroupStudy Store:
http://shop.groupstudy.com
FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=74200t=73987
--
**Please support GroupStudy by purchasing from the GroupStudy Store:
http://shop.groupstudy.com
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html


RE: What cables need to be used for an AS2511-rj [7:73987]

2003-08-16 Thread Aspiring Cisco Gurl
Brian,

All I can say is wow.  That helps me out so much.  I appreciate your time
that you have given me and I hope someday I can help you out.  Thanx


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=74037t=73987
--
**Please support GroupStudy by purchasing from the GroupStudy Store:
http://shop.groupstudy.com
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html


RE: What cables need to be used for an AS2511-rj [7:73987]

2003-08-15 Thread ORiordan Brian
Hi Natachaya,

Answer to your question: Roll-Over.

If you want to connect from a Cisco 2511 Terminal Server to another Cisco
device on the console port then you need a Roll-Over cable, 9 times out of
ten.

A Roll-Over cable is what is sais, it rolls the cable completely over so
that if the blue wire started on pin 1 on one side it is now on pin 8 on the
other side.

If you have any problems with the configuration then give me a shout.

Have fun,

Brian.


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=74003t=73987
--
**Please support GroupStudy by purchasing from the GroupStudy Store:
http://shop.groupstudy.com
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html


RE: What cables need to be used for an AS2511-rj [7:73987]

2003-08-15 Thread Aspiring Cisco Gurl
Thank you again for all the responses.  Does anyone have a sample reverse
telnet configuration I can attempt to apply on my router?

Daniel, I realize that you man of mis-read what I typed but I was asking
about an AS2511-RJ.  The rj specifically means non octal cable but rj45
ports.  And apparently the answer that I couldnt find is using a roll-over
cable.  Once again... thanx guys!


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=74006t=73987
--
**Please support GroupStudy by purchasing from the GroupStudy Store:
http://shop.groupstudy.com
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html


RE: What cables need to be used for an AS2511-rj [7:73987]

2003-08-15 Thread Iwan Hoogendoorn
here 
you 
go:



Terminal_Serveren
Password:
Terminal_Server#sh run
Building configuration...

Current configuration:
!
version 11.0
service timestamps log uptime
no service udp-small-servers
no service tcp-small-servers
!
hostname Terminal_Server
!
enable password cisco
!
no ip domain-lookup
!
interface Loopback0
 ip address 1.1.1.1 255.255.255.255
!
interface Ethernet0
 ip address 10.0.0.99 255.0.0.0
!
interface Serial0
 no ip address
 shutdown
!
interface Serial1
 no ip address
 shutdown
!
ip host R8 2008 1.1.1.1
ip host SW1 2009 1.1.1.1
ip host R9 2011 1.1.1.1
ip host R10 2011 1.1.1.1
ip host R1 2001 1.1.1.1
ip host R2 2002 1.1.1.1
ip host R3 2003 1.1.1.1
ip host R4 2004 1.1.1.1
ip host R5 2005 1.1.1.1
ip host R6 2006 1.1.1.1
ip host R7 2007 1.1.1.1
ip host SW2 2010 1.1.1.1
ip route 0.0.0.0 0.0.0.0 10.0.0.2
banner exec ^C
##
# 1. R1  (2501)  #
# 2. R2  (2501)  #
# 3. R3  (2502)  #
# 4. R4  (2502)  #
# 5. R5  (2503)  #
# 6. R6  (2503)  #
# 7. R7  (2509)  #
# 8. R8  (4500)  #
# 9. SW1 (3524)  #
#10. SW2 (2924)  #
#11. R9  (3630)  #
#12. -   #
#13. -   #
#14. -   #
#15. -   #
#16. -   #
##


^C
banner motd ^C
#
#   #
#Welcome to the #
#   #
#   CCIE-LAB#
#   #
#   Terminal  Server#
#   #
#You can access this TS lab from#
#   #
#   #
#   #
# Please use your loginname and password for login  #
#   #
#
#   #
#   #
#   #
#


*
* This is a private computer facility. Access to the facility   *
* must be specifically authorized. If you are not authorized,   *
* your continued access and further inquiry will expose you to  *
* criminal and/or civil proceedings.*
*   *
* Thank You,*
*


^C
alias exec sr show run
alias exec ss show startup
alias exec ct config terminal
alias exec sir show ip route
alias exec siib show ip interface brief
alias exec crs copy run start
!
line con 0
line 1 16
 no exec
 transport input all
line aux 0
 transport input all
line vty 0 4
 password cisco
 login
!
end

Terminal_Server#


Quoting Aspiring Cisco Gurl :

 Thank you again for all the responses.  Does anyone have a sample reverse
 telnet configuration I can attempt to apply on my router?
 
 Daniel, I realize that you man of mis-read what I typed but I was asking
 about an AS2511-RJ.  The rj specifically means non octal cable but rj45
 ports.  And apparently the answer that I couldnt find is using a roll-over
 cable.  Once again... thanx guys!
 **Please support GroupStudy by purchasing from the GroupStudy Store:
 http://shop.groupstudy.com
 FAQ, list archives, and subscription info:
 http://www.groupstudy.com/list/cisco.html
 
 


Iwan Hoogendoorn




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=74011t=73987
--
**Please support GroupStudy by purchasing from the GroupStudy Store:
http://shop.groupstudy.com
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html


RE: What cables need to be used for an AS2511-rj [7:73987]

2003-08-15 Thread ORiordan Brian
Hi Natchaya,

Here is an example configuration that should help you out.

!
conf t
!
!
int e 0
 ip address 192.168.0.1 255.255.255.0
 no shut
 no keepalive
exit
!
!
menu console_menu title /



 Welcome to the Foo Out Of Band Terminal Server

To disconnect a session, please press ,
enter X and then enter 18 to disconnect.

Type a number to select an option;
Type 17 to exit the menu.


1.  Device A Console
2.  Device B Console
3.  Device C Console
4.  Device D Console
5.  Device E Console
6.  Device F Console
7.  Device G Console
8.  Device H Console
9.  Device I Console
10. Device J Console
11. Device K Console
12. Device L Console
13. Device M Console
14. Device N Console
15. Device O Console
16. Device P Console
17. Exit
18. Disconnect your present Serial connection

/
!
!
!
menu console_menu command 1 connect 192.168.0.1 2001
menu console_menu command 2 connect 192.168.0.1 2002
menu console_menu command 3 connect 192.168.0.1 2003
menu console_menu command 4 connect 192.168.0.1 2004
menu console_menu command 5 connect 192.168.0.1 2005
menu console_menu command 6 connect 192.168.0.1 2006
menu console_menu command 7 connect 192.168.0.1 2007
menu console_menu command 8 connect 192.168.0.1 2008
menu console_menu command 9 connect 192.168.0.1 2009
menu console_menu command 10 connect 192.168.0.1 2010
menu console_menu command 11 connect 192.168.0.1 2011
menu console_menu command 12 connect 192.168.0.1 2012
menu console_menu command 13 connect 192.168.0.1 2013
menu console_menu command 14 connect 192.168.0.1 2014
menu console_menu command 15 connect 192.168.0.1 2015
menu console_menu command 16 connect 192.168.0.1 2016
menu console_menu command 17 menu-exit
menu console_menu command 18 disconnect
menu console_menu clear-screen
menu console_menu status-line
menu console_menu line-mode
menu console_menu single-space
!
!
line 1 16
 session-timeout 120 
 no exec
 exec-timeout 120 0
 password cisco
 login
 transport input all
 stopbits 1
exit
!
line con 0
 login
 password cisco
 autocommand menu console_menu 
exit
!
!



It has a bit more than you normally need, but it is also nice and friendly.
If I break the configuration down you will see that I have put the IP
Address 192.168.0.1 255.255.255.0 on Ethernet 0.
In addition I have put in the no keepalive command, which allows you to
reverse telnet to the device even though you do not have an actual LINK on
Ethernet 0.
If you do not use the no keepalive command then you actually have to have
a LINK on E0.

Then you will see that I have put in a MENU called console_menu.

When you connect to the console of the Terminal Server, this menu appears
automatically due to the autocommand menu console_menu command.

Next you will notice all of the menu console_menu command commands towards
the end of the config, which will be executed when you type the
corresponding number when the menu has appeared.

That means that if you type a 3 when the menu appears then it will execute a
connect 192.168.0.1 2003 which means that it does a reverse telnet to port
2003.

This connnects you to CONSOLE Port 3 on your Terminal Server.

If you have any problems with this configuration, give me a shout.

Have fun,

Brian.


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=74009t=73987
--
**Please support GroupStudy by purchasing from the GroupStudy Store:
http://shop.groupstudy.com
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html


What cables need to be used for an AS2511-rj [7:73987]

2003-08-14 Thread Natchaya Radhikulkaralak
Hello everyone:

I am having difficulty finding this out.  Does anyone have a definite answer
on what type of cable do I use to connect from (lets say)Port 1, on the
AS2511-rj, to a 3600/2600/2500 router console port?  I am basically trying
to set the as2511-rj as a terminal server.

Is it a straight through cable?
Is it a roll over cable?
Is it a special cable?

Please help a gurl out...


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=73987t=73987
--
**Please support GroupStudy by purchasing from the GroupStudy Store:
http://shop.groupstudy.com
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html


RE: What cables need to be used for an AS2511-rj [7:73987]

2003-08-14 Thread Daniel Cotts
Rollover cable - the same as the console cable that comes with a router.
Older ones were black. Newer are blue. You can make your own if you have the
tools and connectors.

 -Original Message-
 From: Natchaya Radhikulkaralak [mailto:[EMAIL PROTECTED]
 Sent: Thursday, August 14, 2003 6:29 PM
 To: [EMAIL PROTECTED]
 Subject: What cables need to be used for an AS2511-rj [7:73987]
 
 
 Hello everyone:
 
 I am having difficulty finding this out.  Does anyone have a 
 definite answer
 on what type of cable do I use to connect from (lets say)Port 
 1, on the
 AS2511-rj, to a 3600/2600/2500 router console port?  I am 
 basically trying
 to set the as2511-rj as a terminal server.
 
 Is it a straight through cable?
 Is it a roll over cable?
 Is it a special cable?
 
 Please help a gurl out...
 **Please support GroupStudy by purchasing from the GroupStudy Store:
 http://shop.groupstudy.com
 FAQ, list archives, and subscription info: 
 http://www.groupstudy.com/list/cisco.html




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=73993t=73987
--
**Please support GroupStudy by purchasing from the GroupStudy Store:
http://shop.groupstudy.com
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html


Re: What cables need to be used for an AS2511-rj [7:73987]

2003-08-14 Thread Thomas Larus
Rollover cables.

Tom Larus


Natchaya Radhikulkaralak  wrote in message
news:[EMAIL PROTECTED]
 Hello everyone:

 I am having difficulty finding this out.  Does anyone have a definite
answer
 on what type of cable do I use to connect from (lets say)Port 1, on the
 AS2511-rj, to a 3600/2600/2500 router console port?  I am basically trying
 to set the as2511-rj as a terminal server.

 Is it a straight through cable?
 Is it a roll over cable?
 Is it a special cable?

 Please help a gurl out...
 **Please support GroupStudy by purchasing from the GroupStudy Store:
 http://shop.groupstudy.com
 FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=73990t=73987
--
**Please support GroupStudy by purchasing from the GroupStudy Store:
http://shop.groupstudy.com
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html


RE: What cables need to be used for an AS2511-rj [7:73987]

2003-08-14 Thread Larry Letterman
From the 2511, you'll need a rolled(blue, green or black)
To attach to the cisco router or the cat switches..(except for the
C5000)


Larry Letterman
Cisco Systems




-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Thursday, August 14, 2003 4:29 PM
To: [EMAIL PROTECTED]
Subject: What cables need to be used for an AS2511-rj [7:73987]


Hello everyone:

I am having difficulty finding this out.  Does anyone have a definite
answer on what type of cable do I use to connect from (lets say)Port 1,
on the AS2511-rj, to a 3600/2600/2500 router console port?  I am
basically trying to set the as2511-rj as a terminal server.

Is it a straight through cable?
Is it a roll over cable?
Is it a special cable?

Please help a gurl out...
**Please support GroupStudy by purchasing from the GroupStudy Store:
http://shop.groupstudy.com FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=73994t=73987
--
**Please support GroupStudy by purchasing from the GroupStudy Store:
http://shop.groupstudy.com
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html


RE: What cables need to be used for an AS2511-rj [7:73987]

2003-08-14 Thread Aspiring Cisco Gurl
Just making sure... I have a whole bunch of light (baby) blue cables... are
those the ones I need?  I appreciate all of your responses...

-ThaiKitty


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=73997t=73987
--
**Please support GroupStudy by purchasing from the GroupStudy Store:
http://shop.groupstudy.com
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html


Re: What cables need to be used for an AS2511-rj [7:73987]

2003-08-14 Thread Dain Deutschman
are you referring to an async octal cable to plug into the async connectors
on a 2511? The asyncs look like scsi interfaces.
you connect the async cables to console ports on other serial devices.


Natchaya Radhikulkaralak  wrote in message
news:[EMAIL PROTECTED]
 Hello everyone:

 I am having difficulty finding this out.  Does anyone have a definite
answer
 on what type of cable do I use to connect from (lets say)Port 1, on the
 AS2511-rj, to a 3600/2600/2500 router console port?  I am basically trying
 to set the as2511-rj as a terminal server.

 Is it a straight through cable?
 Is it a roll over cable?
 Is it a special cable?

 Please help a gurl out...
 **Please support GroupStudy by purchasing from the GroupStudy Store:
 http://shop.groupstudy.com
 FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=73999t=73987
--
**Please support GroupStudy by purchasing from the GroupStudy Store:
http://shop.groupstudy.com
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html