...
- Enable IP routing function before using this feature, for details please refer to Configuring IP Routing.
- Currently, only one scope zone is supported, configuring multiple multicast scope zones is not supported.、
- Only PIM-SM and PIM-SSM are supported, PIM-DM is not supported.
Procedure
Step1 Configure VLAN interface.
...
d) Configure the IP address of the Layer 3 VLAN interface.
set l3-interface vlan-interface interface <interface <interface-name> vif <vif-name> name> address <address> prefix-length <number>
Step2 Enable IP routing.
set ip routing enable <true | false>
Step3 Enable the VLAN interfaces as multicast interface.
set multicast-interface interface <interface-name> vif <vif-name> disable <true | false>
Step4 Enable IGMP on the L3 VLAN interfaces of the PIM router connected to the receiver.
set protocols igmp interface <interface-name> vif <vif-name> disable <true | false>
Step5 Enable PIM-SM on the L3 VLAN interfaces.
set protocols pimsm4 interface <interface-name> vif <vif-name> disable <true | false>
Step6 Configure static RPs.
a) Configure the IP address of a static RP.
...
set protocols pimsm4 static-rps rp <rp-address> group-prefix <IPv4Net> hash-mask-len <hash-length>
Step7 Configure dynamic RP.
a) Enable bootstrap function.
...
set protocols pimsm4 bootstrap cand-rp group-prefix <IPv4Net> cand-rp-by-vif-name <vif-interface-name>
Step8 (Optional) Adjust the PIM protocol parameters in Hello message.
...
set protocols pimsm4 interface <interface-name> vif <vif-name> hello-triggered-delay < interval>
Step9 (Optional) Configure SPT switchover function.
...
set protocols pimsm4 switch-to-spt-threshold interval <value>
Step10 (Optional) Configure the subnet of an indirect Source.
...