ospfEndPoint
The ospfEndPoint table represents an OSPF end point and includes relevant data. This endpoint is implemented by a physical interface, as modeled in the protocolEndPoint table.
The following table describes the ospfEndPoint table.
| Column name | Type | Constraints | Description |
|---|---|---|---|
| entityId | 32-bit integer | Foreign key Not null |
The identifier of an OSPF endpoint entity from the entityData table. |
| areaID | 15-character string | Not null | |
| ospfIfAdminState | 32-bit integer | ||
| ospfIfState | Enumerated value | Takes one of the following values: 1: down |
The state of the OSPF interface. |
| ospfIfType | Enumerated value | Takes one of the following values: 1: broadcast |
The OSPF interface type. |
| defaultCost | 32-bit integer |