OspfRemotePeer
Fields
| name | type | nullable | description |
|---|---|---|---|
deviceName | String | false | The device name of the remote peer. |
interface | String | false | The interface of the remote peer to which a device connects. |
processId | String | true | The process on the remote device under which this peer is configured. Absent if the device does not support multiple OSPF processes. |
cost | Integer | false | The configured cost of traffic egressing the remote peer's interface. |
Used by
network → devices → networkInstances → protocols → ospf → areas → neighbors → remotePeer
See also
Data model path
- network:
Network- devices: List<
Device>- networkInstances: List<
NetworkInstance>- protocols: List<
NetworkInstanceProtocol>- ospf:
Ospf- areas: List<
OspfArea>- neighbors: List<
OspfNeighbor>- remotePeer:
OspfRemotePeer
- remotePeer:
- neighbors: List<
- areas: List<
- ospf:
- protocols: List<
- networkInstances: List<
- devices: List<