ExamNotes.net  -  IT certification portal

ForumsCertResearchTop sitesNewslettersFree email
HomeRegister
Exams Notes
Practice exams
Exam games
Questions by email
Online training
Training videos
College degrees
Boot camps
Book store
Links directory
Tell a friend
For webmasters

CompTIA Exam Vouchers
Save money on CompTIA exams
Question of the day
Sign up to receive
interactive practice questions
for MCSE, CompTIA
Cisco and other exams
TestKing
Get MCSE, MCSD, CCNA, CCNP,A+, N+ and many more

* ExamSheets *
Guide for Success!
Actual Questions & Answers
MCSE, MCSD, A+ ,CCNA, CCNP
Oracle 8i, Oracle 9i

Online practice tests

Certification sites

Online university

Online college

Online education

Distance learning

Software forum

Server administration forum

Programming resources






This is interesting: Free IT Magazines | Databases help forum



Cisco > CCNA > Cant ping from router to router

Show a Printable Version
Email This Page to Someone!
Receive updates to this thread




Featured site:  Online CCNA practice exams from Cert21.com



Author Cant ping from router to router
katanajf
Junior Member




Registered: Mar 2005
Location:
Country: us
State:
Certifications:
Working on:

Total Posts: 2
Cant ping from router to router

I am currently taking a networking course and we are using some of the cisco curriculum. I obtained my ccna about 4 years go and and relearning some new things. I am part of a 4 person lab assistant team that is in charge of maintaing the routers. We have run into a problem, we can't seem to ping between routers. We have erased the config files and started from scratch and it still will not ping. Is there anything that will inhibit the routers from relaying the ping packets? Its not that big of an issue but the other students will need to be able to ping to test connectivity. Any help will be appreciated.

here is a copy of one of the cofig files.


!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Lab-B
!
enable secret 5 $1$egQD$x.gPBxTglkrBDqVnPfBgP/
enable password cisco
!
ip subnet-zero
no ip domain-lookup
ip host Lab-A 192.5.5.1 205.7.5.1 201.100.11.1
ip host Lab-B 219.17.100.1 199.6.13.1 201.100.11.2
ip host Lab-C 223.8.151.1 204.204.7.1 199.6.13.2
ip host Lab-D 210.93.105.1 204.204.7.2
!
!
!
interface Ethernet0
ip address 219.17.100.1 255.255.255.0
no ip directed-broadcast
!
interface Serial0
bandwidth 56
ip address 199.6.13.1 255.255.255.0
no ip directed-broadcast
no ip mroute-cache
no shutdown
clockrate 56000
!
interface Serial1
ip address 201.100.11.2 255.255.255.0
no ip directed-broadcast
no shutdown
!
router rip
network 199.6.13.0
network 201.100.11.0
network 219.17.100.0
!
ip http server
ip classless
!
!
line con 0
login
password cisco
transport input none
line aux 0
line vty 0 4
login
password cisco

!
end


Thanks
Joe

Report this post to a moderator

Old Post 03-16-05 05:15 PM
katanajf is offline Click Here to See the Profile for katanajf Click here to Send katanajf a Private Message Add katanajf to your buddy list Find more posts by katanajf Reply w/Quote Edit/Delete Message IP: Logged
katanajf
Junior Member




Registered: Mar 2005
Location:
Country: us
State:
Certifications:
Working on:

Total Posts: 2

I forgot to mention that we are able to telnet to each of the routers on the stack. So there is connection between them.

Report this post to a moderator

Old Post 03-16-05 05:18 PM
katanajf is offline Click Here to See the Profile for katanajf Click here to Send katanajf a Private Message Add katanajf to your buddy list Find more posts by katanajf Reply w/Quote Edit/Delete Message IP: Logged
nero64
Senior Member




Registered: Sep 2002
Location:
Country: Australia
State:
Certifications: CCNA, MCSE, CNA, MCSA, Linux+, N+, A+
Working on: Self Improvement

Total Posts: 377

Maybe you can tell us your network setup, what cables you're using to join the routers, and if any of the other config files are different from the one displayed below. I notice you have the clock rate set on serial 0, so are you using back to back serial cable. Telnet but no icmp, does one of the joining routers have an access-list on it?

Report this post to a moderator

Old Post 03-17-05 06:14 AM
nero64 is offline Click Here to See the Profile for nero64 Click here to Send nero64 a Private Message Add nero64 to your buddy list Find more posts by nero64 Reply w/Quote Edit/Delete Message IP: Logged
gmanigault
Junior Member




Registered: Mar 2005
Location:
Country:
State:
Certifications:
Working on:

Total Posts: 5
Cool Questions

Do you have a nameserver defined on your routers?
=====[snippet]

ip name-server #.#.#.#

=====[snippet]


Once done and written to mem then do the following. Do this from the router that you applied the ip name-server #.#.#.# to.

1. Ping the routers address.
2. Ping the other routers address.
3. Ping a computer on the network somewhere.

Let me know what you get.

Report this post to a moderator

Old Post 03-17-05 03:46 PM
gmanigault is offline Click Here to See the Profile for gmanigault Click here to Send gmanigault a Private Message Add gmanigault to your buddy list Find more posts by gmanigault Reply w/Quote Edit/Delete Message IP: Logged
darthfeces
Senior Member




Registered: Mar 2001
Location: somewhere, NJ
Country: United States
State:
Certifications: A+, N+, I-net+, CCNP, CCDP, CCSP, CISSP
Working on: CCIE R&S Lab CCIE-S, PMP, CISM

Total Posts: 1786

you still left some info out

where's the other config ?

where are you pining from and to ?

you have ip host configured
are you using names or ip addresses ?

do an ip extended ping from a source and dest ip address

debug ip icmp first

is the destination ip the same one oyu're pinging ?

__________________
http://www.cisco.com/univercd/

Report this post to a moderator

Old Post 03-18-05 06:04 PM
darthfeces is offline Click Here to See the Profile for darthfeces Click here to Send darthfeces a Private Message Add darthfeces to your buddy list Find more posts by darthfeces Reply w/Quote Edit/Delete Message IP: Logged
namoom
Junior Member




Registered: Apr 2005
Location:
Country:
State:
Certifications:
Working on:

Total Posts: 2

Will it telnet from a computer to the router, or from router to router? Also, i dont have the config in front of me right now, but have u set the line passwords? line vty 0 5
pass cisco
login

gl

Report this post to a moderator

Old Post 04-19-05 09:22 PM
namoom is offline Click Here to See the Profile for namoom Click here to Send namoom a Private Message Add namoom to your buddy list Find more posts by namoom Reply w/Quote Edit/Delete Message IP: Logged
All times are GMT.
Post new thread   Post reply

Click here for list of CCNA study guides

Cisco exam notes

CCNA(tm) exam details



Forum Jump:
Rate This Thread:
Forum Rules:
Who Can Read The Forum? Any registered user or guest.
Who Can Post New Topics? Any registered user.
Who Can Post Replies? Any registered user.
Changes: Messages can be edited by their author.
Posts: HTML code is OFF. Smilies are ON. vB code is ON. [IMG] code is ON.
 

ExamNotes forum archive


Powered by: vBulletin 2.2.8
Copyright ©2000, Jelsoft Enterprises Limited.

  Free Braindumps | mcse braindumps