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 > CCNP > OSPF with two routers-help? can it be done?

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




Featured site: Online CCNP practice exams from Cert21.com



Pages (2): [1] 2 »

Author OSPF with two routers-help? can it be done?
Sea Dragon
Member




Registered: Jul 2000
Location: Houston Tx USA
Country: U.S
State:
Certifications: Net+, CCNA, BCMSN,-in progress BSCN
Working on: CCNP

Total Posts: 237
Post OSPF with two routers-help? can it be done?

Is it possible to set up OSPF with just two routers other than frame relay point to point?
If so how?

I have done what the book says, but they have three router C is serial connection to B this is a point to point

Router A to B is ethernet

Router A
Int e0
Ip address 10.64.0.1 255.255.255.0
Router ospf 1
Network 10.0.0.0 255.255.255.0 area 0

Router B
Int e0
ip address 10.64.0.2 255.255.255.0

int s0
ip address 10.2.1.2 255.255.255.0

rotuer ospf 50
network 10.2.1.2 0.0.0.0 area 0
network 10.64.0.2 0.0.0.0 area 0

sh run config
backbone not set (disabled)

I am not getting a return for OSPF with
Sh ip route

If a network has only one area, it does not have to be configured as area 0

do I need to get a third router?


Thanks
Chuck

Report this post to a moderator

Old Post 01-24-02 08:06 PM
Sea Dragon is offline Click Here to See the Profile for Sea Dragon Click here to Send Sea Dragon a Private Message Add Sea Dragon to your buddy list Find more posts by Sea Dragon Reply w/Quote Edit/Delete Message IP: Logged
dmaftei
Senior Member
M




Registered: Nov 2000
Location:
Country: USA
State:
Certifications: none
Working on: none

Total Posts: 2156
Re: OSPF with two routers-help? can it be done?

quote:
Originally posted by Sea Dragon
Is it possible to set up OSPF with just two routers other than frame relay point to point?
If so how?

Yes, it is. Your setup with an ethernet between the routers is ok. Give them some static routes (and configure OSPF to redistribute the statics), so that they can learn something from each other.
quote:
If a network has only one area, it does not have to be configured as area 0

First, it's not that "a network has an area"; it's the other way around. Second, in OSPF there is one area that MUST exist, and that is area 0 (the backbone).

Report this post to a moderator

Old Post 01-24-02 09:08 PM
dmaftei is offline Click Here to See the Profile for dmaftei Click here to Send dmaftei a Private Message Add dmaftei to your buddy list Find more posts by dmaftei Reply w/Quote Edit/Delete Message IP: Logged
Sea Dragon
Member




Registered: Jul 2000
Location: Houston Tx USA
Country: U.S
State:
Certifications: Net+, CCNA, BCMSN,-in progress BSCN
Working on: CCNP

Total Posts: 237
thanks dmaftei

could you give an example of redistributing some static address?
The commands would be helpful would be helpful

I just passed the switching test- I am crawling away from set based switching cats around.ug
thx

Report this post to a moderator

Old Post 01-24-02 09:39 PM
Sea Dragon is offline Click Here to See the Profile for Sea Dragon Click here to Send Sea Dragon a Private Message Add Sea Dragon to your buddy list Find more posts by Sea Dragon Reply w/Quote Edit/Delete Message IP: Logged
dmaftei
Senior Member
M




Registered: Nov 2000
Location:
Country: USA
State:
Certifications: none
Working on: none

Total Posts: 2156

...
router ospf xxx
redistribute static
...
ip route a.b.c.d e.f.g.h i.j.l.m
...

Make sure your static routes show in your routing table.

Report this post to a moderator

Old Post 01-24-02 10:06 PM
dmaftei is offline Click Here to See the Profile for dmaftei Click here to Send dmaftei a Private Message Add dmaftei to your buddy list Find more posts by dmaftei Reply w/Quote Edit/Delete Message IP: Logged
Sea Dragon
Member




Registered: Jul 2000
Location: Houston Tx USA
Country: U.S
State:
Certifications: Net+, CCNA, BCMSN,-in progress BSCN
Working on: CCNP

Total Posts: 237
Post okay

I tried this, pg 319 cisco press

default-information originate always

eastwing(config)#ip route 0.0.0.0 0.0.0.0 s0
eastwing(config)#router ospf 1
eastwing(config-router)#network 10.0.0.0 0.255.255.255 area 0
eastwing(config-router)#default-information originate always


Looking for this now
redistribute static

thanks

Report this post to a moderator

Old Post 01-24-02 10:24 PM
Sea Dragon is offline Click Here to See the Profile for Sea Dragon Click here to Send Sea Dragon a Private Message Add Sea Dragon to your buddy list Find more posts by Sea Dragon Reply w/Quote Edit/Delete Message IP: Logged
Sea Dragon
Member




Registered: Jul 2000
Location: Houston Tx USA
Country: U.S
State:
Certifications: Net+, CCNA, BCMSN,-in progress BSCN
Working on: CCNP

Total Posts: 237
thanx

dmaftei

thanks
OSPF hello's are working

have you thought about cisco helpdesk ?
and
has this Q&A on this site helped you with your quest for cisco knowledge

good luck to you
ciao
chuck

Report this post to a moderator

Old Post 01-24-02 11:39 PM
Sea Dragon is offline Click Here to See the Profile for Sea Dragon Click here to Send Sea Dragon a Private Message Add Sea Dragon to your buddy list Find more posts by Sea Dragon Reply w/Quote Edit/Delete Message IP: Logged
dmaftei
Senior Member
M




Registered: Nov 2000
Location:
Country: USA
State:
Certifications: none
Working on: none

Total Posts: 2156
Re: thanx

quote:
Originally posted by Sea Dragon
have you thought about cisco helpdesk ?

You mean like doing support for Cisco!? No way!!
quote:
has this Q&A on this site helped you with your quest for cisco knowledge

Yes.

Report this post to a moderator

Old Post 01-25-02 12:12 AM
dmaftei is offline Click Here to See the Profile for dmaftei Click here to Send dmaftei a Private Message Add dmaftei to your buddy list Find more posts by dmaftei Reply w/Quote Edit/Delete Message IP: Logged
Sea Dragon
Member




Registered: Jul 2000
Location: Houston Tx USA
Country: U.S
State:
Certifications: Net+, CCNA, BCMSN,-in progress BSCN
Working on: CCNP

Total Posts: 237
Talking dmaftei

you do a fine job here
thanks again
where do you work or you do work with cisco equipment, right?

Report this post to a moderator

Old Post 01-25-02 12:29 AM
Sea Dragon is offline Click Here to See the Profile for Sea Dragon Click here to Send Sea Dragon a Private Message Add Sea Dragon to your buddy list Find more posts by Sea Dragon Reply w/Quote Edit/Delete Message IP: Logged
dmaftei
Senior Member
M




Registered: Nov 2000
Location:
Country: USA
State:
Certifications: none
Working on: none

Total Posts: 2156

Yes, I do work with Cisco equipment, but I'm not in IT. I do software engineering.

Report this post to a moderator

Old Post 01-25-02 02:55 AM
dmaftei is offline Click Here to See the Profile for dmaftei Click here to Send dmaftei a Private Message Add dmaftei to your buddy list Find more posts by dmaftei Reply w/Quote Edit/Delete Message IP: Logged
wbafrank
Moderator
M




Registered: Nov 2001
Location:
Country: Great Britain (UK)
State:
Certifications: MCP, MCSA, MCSE, MCSD, MCDBA, A+, CCNA, i-Net+, M CIW SD, CIW P, CIW Associate
Working on: CCNP (2/4)

Total Posts: 3787
Thumbs up Very Interesting

dmaftei and Sea Dragon have read this post with interest and have learnt something new. Thanks for the interesting post.

dmaftei jondi1 was asking about you under the 70-210 forum under the post "Testing on Tuesday .... note to wbafrank."

Again thanks for the interesting post.

__________________
One Exam leads to another! Where will it ever end?

Report this post to a moderator

Old Post 01-25-02 03:16 AM
wbafrank is offline Click Here to See the Profile for wbafrank Click here to Send wbafrank a Private Message Add wbafrank to your buddy list Find more posts by wbafrank Reply w/Quote Edit/Delete Message IP: Logged
All times are GMT.
Pages (2): [1] 2 » Post new thread   Post reply

Click here for CCNP study guides

Cisco exam notes



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