Information
PIM is a routing protocol used to build multicast distribution trees for forwarding multicast traffic across the network infrastructure. PIM traffic must be limited to only known PIM neighbors by configuring and binding a PIM neighbor filter to those interfaces that have PIM enabled. If a PIM neighbor filter is not applied to those interfaces that have PIM enabled, unauthorized routers can join the PIM domain, discover and use the rendezvous points, and also advertise their rendezvous points into the domain. This can result in a denial of service by traffic flooding or result in the unauthorized transfer of data.
NOTE: Nessus has provided the target output to assist in reviewing the benchmark to ensure target compliance.
Solution
This requirement is not applicable for the DODIN Backbone.
Configure neighbor filters to only accept PIM control plane traffic from documented PIM neighbors. Bind neighbor filters to all PIM enabled interfaces.
set policy-options prefix-list PIM-NEIGHBOR-1 <PIM neighbor address>/32
set policy-options policy-statement PIM-NBR-1 from prefix-list PIM-NEIGHBOR-1
set policy-options policy-statement PIM-NBR-1 then accept
set protocols pim interface <interface name>.<logical unit> mode sparse
set protocols pim interface <interface name>.<logical unit> neighbor-policy PIM-NBR-1
set protocols pim interface all disable