OspfNeighbor
Fields
| name | type | nullable | description |
|---|---|---|---|
localInterface | String | false | -- |
remoteInterfaceIp | IpSubnet | false | The IP of the neighbor's interface. |
remoteRouterId | IpAddress | false | The neighbor's router ID. |
cost | Integer | false | The configured cost of traffic egressing the local interface. |
role | OspfRole | true | The local device's role, or absent if it has none. |
remotePeer | OspfRemotePeer | true | The remote peer, if one was inferred. Otherwise, absent. |
Used by
network → devices → networkInstances → protocols → ospf → areas → neighbors
See also
Data model path
- network:
Network- devices: List<
Device>- networkInstances: List<
NetworkInstance>- protocols: List<
NetworkInstanceProtocol>- ospf:
Ospf- areas: List<
OspfArea>- neighbors: List<
OspfNeighbor>
- neighbors: List<
- areas: List<
- ospf:
- protocols: List<
- networkInstances: List<
- devices: List<