InterfacePimConfig (schema)

Interface PIM configuration

Interface PIM[Protocol Independent Multicast] configuration parameters.
Name Description Type Notes
enabled Flag to enable/disable PIM

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.
boolean Default: "False"
hello_interval PIM hello interval

PIM hello interval. Ranges from 1 to 180 seconds.
integer Minimum: 1
Maximum: 180
Default: "30"
hold_interval PIM hold interval

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.
integer Minimum: 1
Maximum: 630