Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can not telnet Cisco 1601

Status
Not open for further replies.

mocale

IS-IT--Management
Sep 20, 2000
10
IL
Can not telnet Cisco 1601 when E0 is connected, only after I disconnect E0 from hub and reset router I can login.

the conf is as follows:
!
line con 0
transport input none
line vty 0 4
password 7 020F065211075678
login
!

Any sudgestions, is it possible HUB is damaged.

TIA
Mario
 
try this
router>EN
router#(config) line con 0
exec-timeout 30 0
password ????
login
transport input none

The only thing that was added was the 30 min timeout .
When you try to telnet and it does not work what appears on your screen ?
Can you ping the interface when this happens ?
 
When I try to telnet and it does not work I get...

% Destination unreachable; gateway or host down

But still i can ping the S0 and E0, and there is flow of traffic on both legs

TIA
 
WOW , son of one has a good idea there on checking for an access list . However lets
look a little closer at the ip addresses on the LAN and make sure the gateways are
set up correctly . Heres an idea , remove the ethernet from the lan and hook it directly
to a lap-top, keep in mind your ip and gateway . Try to telnet in , if this does not work than it would appear to have some form of an access list set up . If possible can we see a sample of your config ? We have a 1601 here in the lab and it works just find !!!
Oh , also do a show arp to determine what the router is seeing on the LAN . Good Luck !!!
 
No access list on router, when i disconnect lan and reset i can telnet.
here is sample conf


Building configuration...

Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname ROUTER
!
no logging console
enable secret 5 $1$WO43$2fCDRyMZlwI0dW3OihZ96/
enable password 7 10460617025A19040203
!
!
!
!
!
ip subnet-zero
!
!
!
!
interface Ethernet0
ip address 1.76.254.254 255.255.255.0
no ip directed-broadcast
!
interface Serial0
description line to makach code:12-2807555 128k
ip address 1.179.254.1 255.255.255.0
no ip directed-broadcast
!
router eigrp 1
network 1.0.0.0
!
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0
ip route 1.0.0.0 255.0.0.0 Serial0
no ip http server
!
dialer-list 1 protocol ip permit
dialer-list 1 protocol ipx permit
snmp-server engineID local 0000000902000002B91D9FA6
snmp-server community public RO
banner motd ^CC
ROUTER ^C
!
line con 0
transport input none
line vty 0 4
password 7 020F065211075678
login
!
end

TIA
 
Have you done a" show proccess cpu" on this RTR. I have seen a MSFC RTR in a Cisco 6500 get an SNMP engine ID on it's own after I turned on Informs. This caused my router to approach 99% usage because the SNMP process was using availabe bandwidth and walking all tables. It would not even let me Telnet in. I know you did not put that 100 number SNMP engine ID. Try doing a "no snmp-server engineID local XXXXXXXXXXXXXXX"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top