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

About OSPF

Status
Not open for further replies.

tosto

Technical User
Jun 24, 2001
1
KR
Please tell me about these....

1. If a router know its interface link down,
To whom it notify problem first ? To whom second?
- DR or all router in broadcast area(I don't know)

2. why OSPF use area ?
I know RIP has not area


 
The main reason OSPF uses areas is so that not all routers in a network have to be involved in recomputation. If OSPF only maintained a single area or AS, then each router would have to have a topological database for the entire network. In large networks, this would overburden the router. By splitting it down into multiple areas, each internal router only holds a topological database for the area that it participates in.

If an interface is down, the OSPF router will first send a TCN (topology change notification) out of all its other interfaces to whatever routers are at the end of the links (DR, ASBR or whatever). Those routers then forward the TCN out of their interfaces etc etc

Hope this has helped!

Daniel,
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top