NetworkInstanceProtocol
Fields
| name | type | nullable | description |
|---|---|---|---|
identifier | RoutingProtocolType | false | The protocol identifier for the instance. Only identifier currently possible is BGP. |
bgp | Bgp | true | Top-level configuration and state for the BGP router. Present if identifer is BGP. |
ospf | Ospf | true | Top-level state for the OSPF router. Present if identifer is OSPF. |
Used by
network → devices → networkInstances → protocols
See also
Data model path
- network:
Network- devices: List<
Device>- networkInstances: List<
NetworkInstance>- protocols: List<
NetworkInstanceProtocol>
- protocols: List<
- networkInstances: List<
- devices: List<