Information
The Cisco multicast switch must be configured to bind a Protocol Independent Multicast (PIM) neighbor filter to interfaces that have PIM enabled.
GROUP ID: V-221133
RULE ID: SV-221133r999742
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 switches 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
Configure neighbor prefix lists to only accept PIM control plane traffic from documented PIM neighbors.
Step 1 : Configure prefix list for each PIM neighbor.
SW1(config)# ip prefix-list PIM_NEIGHBOR seq 5 permit 10.1.12.2/32
SW1(config)# ip prefix-list PIM_NEIGHBOR deny 0.0.0.0/0 le 32
Step 2 : Apply a prefix to all interfaces enabled for PIM.
SW1(config)# int e2/1
SW1(config-if)# ip pim neighbor-policy prefix-list PIM_NEIGHBOR
SW1(config-if)# end
Item Details
Category: ACCESS CONTROL, SECURITY ASSESSMENT AND AUTHORIZATION, SYSTEM AND COMMUNICATIONS PROTECTION
References: 800-53|AC-4, 800-53|CA-9, 800-53|SC-7, 800-53|SC-7(5), CCI|CCI-001414, CSCv7|12.4, Rule-ID|SV-221133r999742_rule, STIG-ID|CISC-RT-000800, Vuln-ID|V-221133
Control ID: 078bc3141ea7400d2e042ae094d19c3200bd40b0857c7b8d4d4b2899bc5c5edb