STIGQter STIGQter: STIG Summary: Cisco IOS-XE Switch RTR Security Technical Implementation Guide Version: 2 Release: 1 Benchmark Date: 23 Apr 2021:

The Cisco multicast Rendezvous Point (RP) switch must be configured to filter Protocol Independent Multicast (PIM) Join messages received from the Designated Cisco switch (DR) for any undesirable multicast groups.

DISA Rule

SV-221058r622190_rule

Vulnerability Number

V-221058

Group Title

SRG-NET-000019-RTR-000014

Rule Version

CISC-RT-000840

Severity

CAT III

CCI(s)

Weight

10

Fix Recommendation

Configure the RP to filter PIM join messages for any undesirable multicast groups as shown in the example below:

SW2(config)#ip access-list standard PIM_JOIN_FILTER
SW2(config-std-nacl)#deny 239.8.0.0 0.0.255.255
SW2(config-std-nacl)#permit any
SW2(config-std-nacl)#exit
SW2(config)#ip pim accept-rp 10.2.2.2 PIM_JOIN_FILTER
SW2(config)#end

Check Contents

Verify that the RP is configured to filter PIM join messages for any undesirable multicast groups. In the example below, groups from 239.8.0.0/16 are not allowed.

ip pim rp-address 10.2.2.2
ip pim accept-rp 10.2.2.2 FILTER_PIM_JOINS



ip access-list standard FILTER_PIM_JOINS
deny 239.8.0.0 0.0.255.255
permit any
!

If the RP is not configured to filter join messages received from the DR for any undesirable multicast groups, this is a finding.

Vulnerability Number

V-221058

Documentable

False

Rule Version

CISC-RT-000840

Severity Override Guidance

Verify that the RP is configured to filter PIM join messages for any undesirable multicast groups. In the example below, groups from 239.8.0.0/16 are not allowed.

ip pim rp-address 10.2.2.2
ip pim accept-rp 10.2.2.2 FILTER_PIM_JOINS



ip access-list standard FILTER_PIM_JOINS
deny 239.8.0.0 0.0.255.255
permit any
!

If the RP is not configured to filter join messages received from the DR for any undesirable multicast groups, this is a finding.

Check Content Reference

M

Target Key

4074

Comments