Class OSPFASExternalLSAContents

File: Network/OSPFv2/OSPFPacket.msg

C++ definition: click here

Represents the contents of an OSPF AS External LSA

Inheritance diagram:

The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

Fields:

Name Type Description
networkMask IPAddress
E_ExternalMetricType bool
routeCost unsigned long
forwardingAddress IPAddress
externalRouteTag long
externalTOSInfo ExternalTOSInfo[]

Source code:

class OSPFASExternalLSAContents
{
    fields:
        IPAddress       networkMask;
        bool            E_ExternalMetricType = false;
        unsigned long   routeCost = 1;
        IPAddress       forwardingAddress;
        long            externalRouteTag = 0;
        ExternalTOSInfo externalTOSInfo[];
}