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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Please help, Router can't ping neither in nor out

Status
Not open for further replies.

marvick

Technical User
May 21, 2003
3
US
I am new to the Cicso router thing, and I am having a problem to connect my testing Cisco router 2501 to the network. My router is connected with a BL50R Tranceiver. The tranceiver is using the default switches setting. My running configuration is as follow:

! NVRAM config last updated at 12:12:22 UTC Thu May 22 2003
Version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname Earth01
!
enable secret 5 $l$lEPU$OGTUoBsAM60Fx0IVkdExi0
enable password xxxxxxx
!
!
interface Ethernet0
ip address 161.128.191.240 255.255.255.0
no mop enabled
!
interface Serial0
no ip address
shutdown
!
interface Serial1
no ip address
shutdown
!
no ip classless
!
!
line con 0
line aux 0
line vty 0 4
password xxxxxxx
login
!
end

I am not able to ping any host from the router even they are on the same network nor ping the router.

(If I turn on the debug all command, it shows me a lot of traffic running over the network)

Please help.....Thank you very much
 
Can you paste the output of a "show interface eth0/0"? Also, I assume you aren't having an IP address conflict? Use "show ip arp" to see if it's at least doing an arp on the ip address.
 
This is what I got from using the sh int e0 command:

Ehternet0 is up, line protocol is up
Hardware is Lance, address is 0010.7b7e.e925 (bia 0010.7b7e.e925)
Internet address is 161.128.191.240/24
MTU 1500 bytes. BW 10000 Kbit, DLY 1000 usec, reply 255/255, load 1/255
Encryption ARPA, loopback not set, keepalive set (10sec)
ARP type: ARPA, ARP Timeout 04:00:00
Last input 00:00:00, output 00:00:01, output hang never
Last clearing of "show interface" counters never Queueing strategy: fifo
Output queue 0/40, 0 drops; input queue 0/75, 0 drops
5 minutes input rate 1000 bits/sec, 2 packets/sec
5 minutes output rate 0 bits/sec, 0 packets/sec
16210 packet input, 1427594 bytes, 0 no buffer
Received 16190 broadcasts, 0 runts, 0 giants, 0 ignored
0 throttles, 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort 0 input packets with dribble condition detected 671 packets output, 63356 bytes, 0 underruns 0 output errors, 54 collisions, 1 interface resets 0 babbles, 0 late collision, 55 deferred 0 lost carrier, 0 no carrier 0 output buffer failures, 0 output buffers swapped out

When I do the sh ip arp, i saw results on arp over ip address on the local network.

Thanks for your help...
 
Hmm, a few errors (but that's probably ok), and it appears to be doing bidirectional traffic so layer1 and 2 seem to be OK.. Is the subnet mask correct for your network? (i.e. the same mask that's configured on all the workstations?).
 
Yes, the router and the workstations are using the same subnet mask.
 
There's no routing protocol configured, looking at the config (eg RIP, EIGRP).

Or don't you need it if everything is on the same subnet?
 
Are your work stations able to ping each other? The router?

Debuging your interface might turn something intersting out, but I doubt it considering it's up&up. Try debuging ICMP(and then a few pings) & pasting that up here.
 
this router has obviously worked before. please do the following so that we may troubleshoot this problem further.

clear counters
ping (ip address of hosts on your /24 network)

then

show interface ether 0/0

then paste that output

this will make it easier to determine whether the counters are referencing current problems or some that have just occurred. ie cable problems. thanks

Mike Louis
CCNA,CCDA
 
can you also post the

show ip interface ether 0/0

output so that we can see if accesslist or policies are the problem. thanks

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top