











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
|
|  |
Pages (2): [1] 2 »
Warfare
Cyber Warrior M

Registered: Oct 2001 Location: London Country: United Kingdom State: Certifications: Network+, college degree Working on: CCNA, BSc Computer Networks & Communications
Total Posts: 514
|
|
Ospf Dr-bdr
I am studying OSP now and I thought I understood the DR/BDR election until I got confronted with this question that really confused me
What will be the result of the DR and BDR elections for this single area OSPF network?
(choose 3)
1- HQ will be DR for 10.4.0.0/16.
2- Router A will be DR for 10.4.0.0/16.
3- HQ will be BDR for 10.4.0.0/16.
4- Router A will be DR for 10.5.0.0/16.
5- Remote will be DR for 10.5.0.0/16.
6- Remote will be BDR for 10.5.0.0/16.
can someone explain it to me better?
__________________
Warfare Systems
Better Die Standing Than To Live Upon Your Knees
Report this post to a moderator
|
|
09-19-04 03:50 AM
|
|
smrkdown
Senior Member M

Registered: Dec 2003 Location: Country: United States State: Certifications: A+, Network+, Linux+, CCNA Working on: (3 of 4) CCNP, CCIE
Total Posts: 845
|
|
In my opinion, based on the information given, if the routers have formed adjacencies, Router A would be the BDR for each subnet, and the attached router for the corresponding subnet would be the DR. I think the question is flawed.
In reality, which ever router were to be turned on first, or which ever router the OSPF process was enabled on first for the area, would be elected the DR and BDR since OSPF doesn't allow for preemption of DR/BDR status.
__________________
.:|:.:|:.
Report this post to a moderator
|
|
09-19-04 04:32 AM
|
|
dmaftei
Senior Member M
Registered: Nov 2000 Location: Country: USA State: Certifications: none Working on: none
Total Posts: 2156
|
|
As I recall, DRs and BDRs are elected per multicast segment, not per area. Therefore you will have two DR/BDR pairs: one on 10.4.0.0/16, another on 10.5.0.0/16.
You probably know that the criterion to elect the DR is the router's priority (highest wins); at equal priorities, highest router id wins. I think it's fair to assume that all routers have the same priority (otherwise they would've told you the priorities). It's also fair to assume that the router id on a router is its highest IP address (otherwise they would've told you the configured router ids). Thus the router ids are 10.4.0.2 for HQ, 10.5.0.1 for A and 10.5.0.2 for Remote.
With the information you have, you can see that:
- on 10.4.0.0/16, DR is HQ, BDR is A.
- on 10.5.0.0/16, DR is Remote, BDR is A.
smrkdown makes a good point about preemption, and he is right. [wrong argument removed.]
(There is also the case when router A is configured with priority 0, in which case it is not eligible, so you would have DR without BDR, but that's beyond the scope of your question.)
Last edited by dmaftei on 09-20-04 at 12:23 PM
Report this post to a moderator
|
|
09-19-04 12:54 PM
|
|
smrkdown
Senior Member M

Registered: Dec 2003 Location: Country: United States State: Certifications: A+, Network+, Linux+, CCNA Working on: (3 of 4) CCNP, CCIE
Total Posts: 845
|
|
So dmaftei and I agree as to which routers will fulfill which roles. I do disagree that a router must have first formed a neighbor relationship before it will perform the DR/BDR election process. I verified this in my lab. I turned on only one router, and it did elect itself as the DR for its broadcast interface (eth0). It did not however elect itself as the BDR. No other routers were active on the internetwork.
__________________
.:|:.:|:.
Report this post to a moderator
|
|
09-19-04 11:28 PM
|
|
Just Visiting
Senior Member M

Registered: Jul 2004 Location: Downtown Country: United States State: Certifications: Working on:
Total Posts: 101
|
|
You don't have an "election" per se when only one router is present. In OSPF as in many things, when a a router first comes up it assumes it is the boss. There hasn't been an election, it is simply waiting to hear from others.
-JV
Report this post to a moderator
|
|
09-20-04 01:53 AM
|
|
smrkdown
Senior Member M

Registered: Dec 2003 Location: Country: United States State: Certifications: A+, Network+, Linux+, CCNA Working on: (3 of 4) CCNP, CCIE
Total Posts: 845
|
|
And..... Since it is initially the boss, it will remain the boss since there are no preemption capabilities.
And yes it will go through the election process regardless if it is the only router present or not.
This is why it is important to use priorities or loopback addresses if you actually care which routers will be the DR and BDR.
But don't take my word for it. Take the Carl Timm and Wade Edwards word for it:
"to further the example, if initially there is only one OSPF router interface active on the segment, it becomes the DR. The next router would become the BDR. Subsequent routers would all accept the existing DR and BDR and form adjacencies with them"
And Andrew Colton:
"When an interface first becomes functional, it checks whether the network has a designated router. If there is one, the router accepts that designated router regardless of its own OSPF priority"
Or just try it on your own lab and see what happens.
__________________
.:|:.:|:.
Last edited by smrkdown on 09-20-04 at 02:19 AM
Report this post to a moderator
|
|
09-20-04 02:03 AM
|
|
dmaftei
Senior Member M
Registered: Nov 2000 Location: Country: USA State: Certifications: none Working on: none
Total Posts: 2156
|
|
quote: Originally posted by smrkdown
Or just try it on your own lab and see what happens.
I don't have a lab, but I'll take your work for it. You were right and I was wrong.
Report this post to a moderator
|
|
09-20-04 12:22 PM
|
|
smrkdown
Senior Member M

Registered: Dec 2003 Location: Country: United States State: Certifications: A+, Network+, Linux+, CCNA Working on: (3 of 4) CCNP, CCIE
Total Posts: 845
|
|
|
09-20-04 03:03 PM
|
|
dmaftei
Senior Member M
Registered: Nov 2000 Location: Country: USA State: Certifications: none Working on: none
Total Posts: 2156
|
|
|
09-20-04 04:20 PM
|
|
ZacDogg
Senior Member M
Registered: Mar 2002 Location: Minneapolis Country: United States State: Certifications: A+, Net+, CCNA, CCNP, CCIE, CSS-1 Working on: another CCIE
Total Posts: 227
|
|
Router A will actually be the DR on the 10.4.0.0/16 subnet. Router A's router-id will be 10.5.0.1 and the HQ routers will be 10.4.0.2. Routers running OSPF take their highest loopback address, if available, as their router-id. If there aren't any loopback then it takes the highest address of the other interfaces.
Zac
Report this post to a moderator
|
|
09-20-04 04:37 PM
|
|
|
Click here for list of CCNA study
guides
Cisco exam notes
CCNA(tm) exam details
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
|