i have a new 2801 router with a HWIC-1T async hwic.
I'm trying to configure the router as a terminal server and can't seem to get lines 2 to 15 to work.
part config is below
interface FastEthernet0/0
ip address 192.168.1.1 255.255.255.0
interface Async0/3/0
no ip address
encapsulation slip
interface Async0/3/1
no ip address
encapsulation slip
interface Async0/3/2
no ip address
encapsulation slip
interface Async0/3/3
no ip address
encapsulation slip
interface Async0/3/14
no ip address
encapsulation slip
!
interface Async0/3/15
no ip address
encapsulation slip
!
ip route 0.0.0.0 0.0.0.0 10.x.x.x
!
no ip http server
control-plane
line con 0
transport output all
line aux 0
line 0/3/0 0/3/15
exec-timeout 0 0
no exec
transport input telnet
transport output none
stopbits 1
line vty 0 4
password telnet
login
transport input all
transport output all
!
scheduler allocate 20000 1000
end
i've assigned an address to f0/0 and am trying telnet with
telnet 192.168.1.1 2052
but get the error
Trying 192.168.1.1, 2052 ...
% Connection refused by remote host
sh line output is below
CONRO01#sh line
Tty Line Typ Tx/Rx A Modem Roty AccO AccI Uses Noise Overruns Int
0 0 CTY - - - - - 0 0 0/0 -
1 1 AUX 9600/9600 - - - - - 0 0 0/0 -
0/3/0 50 TTY 9600/9600 - - - - - 4 0 0/0 -
0/3/1 51 TTY 9600/9600 - - - - - 0 1 1839200/0 -
* 0/3/2 52 TTY 9600/9600 - - - - - 0 0 253743/0 -
* 0/3/3 53 TTY 9600/9600 - - - - - 0 0 2657484/0 -
* 0/3/4 54 TTY 9600/9600 - - - - - 0 0 241829/0 -
* 0/3/5 55 TTY 9600/9600 - - - - - 0 0 232434/0 -
0/3/6 56 TTY 9600/9600 - - - - - 1 1 0/0 -
0/3/7 57 TTY 9600/9600 - - - - - 1 0 0/0 -
0/3/8 58 TTY 9600/9600 - - - - - 1 0 0/0 -
0/3/9 59 TTY 9600/9600 - - - - - 1 0 0/0 -
0/3/10 60 TTY 9600/9600 - - - - - 1 0 0/0 -
0/3/11 61 TTY 9600/9600 - - - - - 1 0 0/0 -
0/3/12 62 TTY 9600/9600 - - - - - 1 0 0/0 -
0/3/13 63 TTY 9600/9600 - - - - - 1 0 0/0 -
0/3/14 64 TTY 9600/9600 - - - - - 1 0 0/0 -
0/3/15 65 TTY 9600/9600 - - - - - 1 0 0/0 -
194 194 VTY - - - - - 2 0 0/0 -
* 195 195 VTY - - - - - 15 0 0/0 -
196 196 VTY - - - - - 0 0 0/0 -
197 197 VTY - - - - - 0 0 0/0 -
198 198 VTY - - - - - 0 0 0/0 -
Line(s) not in async mode -or- with no hardware support:
2-49, 66-193
i am able to connect to the first port but not the others.
there are no sessions active either.
That star beside the line means their is a HWIC-2T connection open. You need to do a
clear line 52
clear line 53
clear line 54
clear line 55
and then try and reconnect.