Get Multicast Protocol Parameters (v2.0)
GET/v2.0/api/tenants/:tenant_id/sites/:site_id/elements/:element_id/multicastprotocolparameters
List all the multicast protocol parameters.
Request
Path Parameters
ID of the tenant.
ID of the site.
ID of the element.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
The priority associated with the interface on the device for DR election.
The ID of the multicast config.
The number of times the ION device sent IGMP queries to the last known active host on the subnet. Default value is 3 secs.
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.
The timeout interval to wait before becoming a Querier. Default value is 380 secs.
The time interval between successive IGMP queries. Default value is 125 secs.
The maximum response time advertised in the IGMP query. Default value is 10 secs.
The time interval which a neighbor waits for a Hello message from a sender neighbor before pruning the neighbor. Default value is 105 secs.
The time interval between two PIM Hello packets. Default value is 30 secs.
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.
The time interval between two Join/Prune messages sent to a neighbor. Default value is 60 secs.
The cut-over time from Rendezvous Point Tree (RPT) to SPT. Default value is 100 secs.
The value of the Hello timer for delay between triggered Hello messages. Default value is 4 secs.
When packets with a lower TTL than the PIM TTL threshold are discarded. Default value is 1 secs.
{
"dr_priority": 0,
"id": "string",
"igmp_last_member_query_count": 0,
"igmp_last_member_query_response_interval": 0,
"igmp_querier_timeout": 0,
"igmp_query_interval": 0,
"igmp_query_response_interval": 0,
"pim_hello_hold_time": 0,
"pim_hello_interval": 0,
"pim_join_hold_interval": 0,
"pim_join_prune_interval": 0,
"pim_spt_threshold": 0,
"pim_triggered_hello_delay": 0,
"pim_ttl_threshold": 0
}