|
DRCL J-Sim API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectdrcl.inet.protocol.ospf.OSPF_Area
The area data structure contains all the information used to run the basic OSPF routing algorithm. Each area maintains its own link-state database. A network belongs to a single area, and a router interface connects to a single area. Each router adjacency also belongs to a single area.
The OSPF backbone is the special OSPF area responsible for disseminating inter-area routing information.
The area link-state database consists of the collection of router-LSAs, network-LSAs and summary-LSAs that have originated from the area's routers. This information is flooded throughout a single area only.
The list of AS-external-LSAs (see Section 5) is also considered to be part of each area's link-state database.
ref: sec. 6
OSPF,
OSPF_LS_Database,
OSPF_SPF_vertex,
OSPF_Interface,
OSPF_Neighbor| Method Summary | |
java.lang.Object |
clone()
|
java.lang.String |
info(java.lang.String prefix_)
|
void |
reset()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public java.lang.Object clone()
public java.lang.String toString()
public java.lang.String info(java.lang.String prefix_)
public void reset()
|
DRCL J-Sim API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||