DRCL J-Sim API

drcl.inet.protocol.ospf
Class OSPF_Area

java.lang.Object
  extended bydrcl.inet.protocol.ospf.OSPF_Area

public class OSPF_Area
extends java.lang.Object

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

Author:
Wei-peng Chen
See Also:
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

clone

public java.lang.Object clone()

toString

public java.lang.String toString()

info

public java.lang.String info(java.lang.String prefix_)

reset

public void reset()

DRCL J-Sim API

Copyright © 1998-2003 Distributed Real-time Computing Lab (DRCL). All Rights Reserved.     ~ To J-Sim Home ~