UCF STIG Viewer Logo

The HP FlexFabric Switch must bind a Protocol Independent Multicast (PIM) neighbor filter to interfaces that have PIM enabled.


Overview

Finding ID Version Rule ID IA Controls Severity
V-66137 HFFS-RT-000025 SV-80627r1_rule Medium
Description
Protocol Independent Multicast (PIM) is a routing protocol used to build multicast distribution trees for forwarding multicast traffic across the network infrastructure. Protocol Independent Multicast 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, an unauthorized routers can join the PIM domain and 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.
STIG Date
HP FlexFabric Switch RTR Security Technical Implementation Guide 2020-06-03

Details

Check Text ( C-66783r1_chk )
Review the multicast topology diagram and determine if the HP FlexFabric Switch interfaces are enabled for IPv4 or IPv6 multicast routing.

If the HP FlexFabric Switch is enabled for multicast routing, verify all interfaces enabled for PIM have a neighbor filter bound to the interface. The neighbor filter must only accept PIM control plane traffic from the documented PIM neighbors.

If a PIM neighbor filter is not configured on all multicast-enabled interfaces, this is a finding.

display interface GigabitEthernet 0/1

interface GigabitEthernet0/1
port link-mode route
description IUT 4GE-HMIM
ip address 15.252.78.69 255.255.255.0
pim sm
pim neighbor-policy 2000
ipv6 pim sm
ipv6 pim neighbor-policy 2000

[HP]display acl 2000
Basic ACL 2000, named -none-, 3 rules,
ACL's step is 5
rule 0 permit source 224.200.100.10 0
rule 5 permit source 224.200.101.11 0
rule 10 deny
Fix Text (F-72213r1_fix)
Configure neighbor filters to only accept PIM control plane traffic from documented PIM neighbors. Bind neighbor filters to all PIM enabled interfaces using the example bellow.

acl basic 2000
rule 0 permit source 224.200.100.10 0
rule 5 permit source 224.200.101.11 0
rule 10 deny source any

interface GigabitEthernet0/1
pim neighbor-policy 2000