pham0329 wrote: » Maybe you read the text out of order? Every book I've read had the LSA section before the DR/BDR section. The network type that OSPF runs on top of decide how that process is handled. In a broadcast network, the router will only go to the full state with the DR/BDR, and will not exchange LSAs with the DROther. If you have each router exchanges router lsa between itself and the DR/BDR, but also exchange them with other routers, there would be no point in having a DR/BDR.
thedrama wrote: » The first paragraph you explained is the thing what i said in my first paragraph.
thedrama wrote: » The first paragraph you explained is the thing what i said in my first paragraph. As far as i have read, LSA type 1(router LSA) are exchanged between DROther routers. On the contrary to this, DR and/or BDR is elected on multi-access networks to reduce LSAs exchanged. Based on that, how could this be possible to reduce the traffic if DROther routers exchange router LSA between each other? In this way what is the meaning of DR and/or BDR election?I found something here : Networking 101: Understanding OSPF Routing (Part 2)Notice that we have both a router and a network LSA. The reason a router LSA exists is because in the absence of a DR, there is no network LSA sent. The router LSA would include a list of all links to the other routers on a network. So OSPF can work in the absence of a DR or BDR, albeit with increased complexity due to the fact that the DR is no longer providing nice summaries So, LSA type 1(router LSA) is sent "only" when there is no DR/BDR?
pham0329 wrote: » Because that's how it works. Router LSA are always exchanged, regardless of whether or not there's a DR/BDR. The DR/BDR only change how they're exchanged. If there's a DR present, DROther only exchange LSAs with the DR/BDR
instant000 wrote: » OSPF LSA Types, part 1 - YouTube Try this one out, about 25 minutes.
thedrama wrote: » As i can figure out from what you have said, if there is a DR/BDR, router LSA packets are exchanged DROther and/or BDR along with network LSAs if there is not DR/BDR, we can't mention any network LSAs and that time, router LSAs are exchanged between DROthers ?