cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
464
Views
0
Helpful
2
Replies

3845 Config Question

jpeletz
Level 1
Level 1

I just don't get it.. I have the following:

Cisco 3845 (revision 1.0) with 486400K/37888K bytes of memory.

Processor board ID FTX1114A4GW

2 Gigabit Ethernet interfaces

128 terminal lines

1 Virtual Private Network (VPN) Module

DRAM configuration is 64 bits wide with parity enabled.

479K bytes of NVRAM.

250880K bytes of ATA System CompactFlash (Read/Write)

I want to configure up the terminal lines to use this as a terminal server. I Just don't get it on how to point to the specific interface card and specific port/cable that the end device will connect to. I believe the IP HOST command is used but this is where I am stuck... Any help would be greatly appreciated...

2 Replies 2

Edison Ortiz
Hall of Fame
Hall of Fame

Calin C.
Level 5
Level 5

If the link provided above didn't made you understand look at this small example from my 2811.I omitted the unimportant things.

router-2811#sh line

Tty Line Typ Tx/Rx A Modem Roty AccO AccI Uses Noise Overruns Int

0 0 CTY - - - - - 0 1 0/0 -

1 1 AUX 9600/9600 - - - - - 0 0 0/0 -

1/0 66 TTY 9600/9600 - inout - - - 21 0 0/9 -

1/1 67 TTY 9600/9600 - inout - - - 36 0 0/0 -

1/2 68 TTY 9600/9600 - inout - - - 5 0 0/0 -

1/3 69 TTY 9600/9600 - inout - - - 37 0 0/0 -

As you see for me the first tty 1/0 line 66 corespond to the first cable of my controller terminal lines.I have only one controller with 8 terminal lines.The counting start from right to left in my case.

Then from the running configuration:

router-2811#sh run | i ip host

ip host r1 2066 192.168.0.1

ip host r2 2067 192.168.0.1

ip host r3 2068 192.168.0.1

ip host r4 2069 192.168.0.1

where r1 is my first device on terminal line, 2066 is port to reverse telnet (2000 + line number) and 192.168.0.1 is an ip address on loobpack interface.

Hope you understand, but for accurate details read the document provided above :)

Good luck!

Br,

Calin

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card