cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
403
Views
5
Helpful
1
Replies

basic cabling question

bedevere.curry
Level 1
Level 1

I have a as2511 and I want to use it to access the console port on my other devices. I believe I would use a roll-over cable but I don't have one currently that's rj45 to rj45. If possible, could you give me a sample config I would need to setup the line.

thx Cisco

IOS (tm) 2500 Software (C2500-JK8OS-L), Version 12.2(1d), RELEASE SOFTWARE (fc1)

Copyright (c) 1986-2002 by cisco Systems, Inc.

Compiled Sun 03-Feb-02 22:01 by srani

Image text-base: 0x0307EEE0, data-base: 0x00001000

ROM: System Bootstrap, Version 11.0(10c)XB1, PLATFORM SPECIFIC RELEASE SOFTWARE

(fc1)

BOOTFLASH: 3000 Bootstrap Software (IGS-BOOT-R), Version 11.0(10c)XB1, PLATFORM

SPECIFIC RELEASE SOFTWARE (fc1)

1 Reply 1

med_ddevlin
Level 1
Level 1

Just an example...

interface Ethernet0

ip address 172.16.1.1 255.255.255.0

ip host Router1 2001 172.16.1.1

ip host Switch1 2002 172.16.1.1

ip host Firewall1 2003 172.16.1.1

etc...

line 1

session-timeout 20

location Router1

exec-timeout 0 0

exec prompt timestamp

no exec

transport input telnet

line 2

session-timeout 20

location Switch1

exec-timeout 0 0

exec prompt timestamp

no exec

transport input telnet

line 3

session-timeout 20

location Firewall1

exec-timeout 0 0

exec prompt timestamp

no exec

transport input telnet

For the cable, you just need to make a network cable that has the following pinout:

End1 - End2

white/orange - Brown

Orange - White/Brown

White/Green - Green

Blue - White/Blue

White/Blue - Blue

Green - White/Green

White/Brown - Orange

Brown - White/Orange

Let me know if you need a better example

Please rate if this helps