Skip to main content

Get Multicast Protocol Parameters (v2.0)

GET 

/sdwan/v2.0/api/sites/:site_id/elements/:element_id/multicastprotocolparameters

List all the multicast protocol parameters.

Request

Path Parameters

    site_id stringrequired

    ID of the site.

    element_id stringrequired

    ID of the element.

Responses

Successful Operation

Schema
    dr_priority int64

    The priority associated with the interface on the device for DR election.

    id string

    The ID of the multicast config.

    igmp_last_member_query_count int64

    The number of times the ION device sent IGMP queries to the last known active host on the subnet. Default value is 3 secs.

    igmp_last_member_query_response_interval int64

    The time interval for the ION device to respond to the IGMP query from the last known active host on the subnet. Default value is 1 secs.

    igmp_querier_timeout int64

    The timeout interval to wait before becoming a Querier. Default value is 380 secs.

    igmp_query_interval int64

    The time interval between successive IGMP queries. Default value is 125 secs.

    igmp_query_response_interval int64

    The maximum response time advertised in the IGMP query. Default value is 10 secs.

    pim_hello_hold_time int64

    The time interval which a neighbor waits for a Hello message from a sender neighbor before pruning the neighbor. Default value is 105 secs.

    pim_hello_interval int64

    The time interval between two PIM Hello packets. Default value is 30 secs.

    pim_join_hold_interval int64

    The time interval for which a receiver should wait for the next Join/Prune message from the neighbor before pruning the neighbor. Default value is 210 secs.

    pim_join_prune_interval int64

    The time interval between two Join/Prune messages sent to a neighbor. Default value is 60 secs.

    pim_spt_threshold int64

    The cut-over time from Rendezvous Point Tree (RPT) to SPT. Default value is 100 secs.

    pim_triggered_hello_delay int64

    The value of the Hello timer for delay between triggered Hello messages. Default value is 4 secs.

    pim_ttl_threshold int64

    When packets with a lower TTL than the PIM TTL threshold are discarded. Default value is 1 secs.

Loading...