Get OSPF Config from NB (v2.0)
GET/v2.0/api/tenants/:tenant_id/sites/:site_id/elements/:element_id/ospfglobalconfigs/:ospf_config_id
List a specific OSPF config from NB.
Request
Path Parameters
The tenant ID.
The site ID.
The element ID.
The OSPF config ID.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
The Cost range, which is 1 - 65535.
The number of seconds that a neighbor router waits for a hello packet from the device before declaring the router down. range is 1-65535, Default is 40.
The interval in seconds at which the OSPF process sends hello packets to its directly connected neighbors (the range is 1 - 65535; the default is 10).
The OSPF config ID.
MD5 Key ID between 1 and 255 and an MD5 Secret of up to 16 characters. The MD5 password you specify will be applied to the messages exchanged with the peer.
The MD5 secret key of 16 characters. The MD5 password specified is applied to the messages exchanged with the peer.
The prefix advertisement type to LAN.
The length of time, in seconds, that OSPF waits to receive a link-state advertisement (LSA) from a neighbor before retransmitting it (the range is 1 - 65535; the default is 5).
The Router ID. IP address and ION device's OSPF ID.
The length of time an LSA is delayed seconds before being sent out of an interface (range is 1 - 65535; default is 1).
{
"cost": 0,
"dead_interval": 0,
"hello_interval": 0,
"id": "string",
"md5_key_id": 0,
"md5_secret": "string",
"prefix_adv_type_to_lan": "string",
"retransmit_interval": 0,
"router_id": "string",
"transmit_delay": 0
}