InterfacePimConfig

InterfacePimConfig
InterfacePimConfig

Interface PIM[Protocol Independent Multicast] configuration parameters.

JSON Example
{
    "enabled": false,
    "hello_interval": 0,
    "hold_interval": 0
}
boolean
enabled
Optional

If the flag is set to true - it will enable PIM on the uplink interface. If the flag is set to false - it will disable PIM on the uplink interface.

integer As int64 As int64
hello_interval
Optional
Constraints: minimum: 1 maximum: 180 default: 30

PIM hello interval. Ranges from 1 to 180 seconds.

integer As int64 As int64
hold_interval
Optional
Constraints: minimum: 1 maximum: 630

PIM hold interval. Ranges from 1 to 630 seconds. hold_interval should be greater than hello_interval. If hold interval is not provided then it will be considered as 3.5 times of hello_interval.