Skip to main content

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

    tenant_id stringrequired

    The tenant ID.

    site_id stringrequired

    The site ID.

    element_id stringrequired

    The element ID.

    ospf_config_id stringrequired

    The OSPF config ID.

Responses

Successful Operation

Schema
    cost integer

    The Cost range, which is 1 - 65535.

    dead_interval int32

    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.

    hello_interval int32

    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).

    id string

    The OSPF config ID.

    md5_key_id integer

    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.

    md5_secret string

    The MD5 secret key of 16 characters. The MD5 password specified is applied to the messages exchanged with the peer.

    prefix_adv_type_to_lan string

    The prefix advertisement type to LAN.

    retransmit_interval int32

    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).

    router_id string

    The Router ID. IP address and ION device's OSPF ID.

    transmit_delay int32

    The length of time an LSA is delayed seconds before being sent out of an interface (range is 1 - 65535; default is 1).

Loading...