STIGQter STIGQter: STIG Summary: Cisco IOS Router RTR Security Technical Implementation Guide Version: 3 Release: 4 Benchmark Date: 01 Oct 2025:

The Cisco Multicast Source Discovery Protocol (MSDP) router must be configured to filter received source-active multicast advertisements for any undesirable multicast groups and sources.

DISA Rule

SV-216635r1117236_rule

Vulnerability Number

V-216635

Group Title

SRG-NET-000018-RTR-000007

Rule Version

CISC-RT-000920

Severity

CAT III

CCI(s)

Weight

10

Fix Recommendation

Configure the MSDP router to filter received source-active multicast advertisements for any undesirable multicast groups and sources as shown in the example below.

R8(config)#ip access-list extended INBOUND_MSDP_SA_FILTER
R8(config-ext-nacl)#deny ip any host 224.0.1.3 log ! Rwhod
R8(config-ext-nacl)#deny ip any host 224.0.1.24 log ! Microsoft-ds
R8(config-ext-nacl)#deny ip any host 224.0.1.22 log ! SVRLOC
R8(config-ext-nacl)#deny ip any host 224.0.1.2 log ! SGI-Dogfight
R8(config-ext-nacl)#deny ip any host 224.0.1.35 log ! SVRLOC-DA
R8(config-ext-nacl)#deny ip any host 224.0.1.60 log ! hp-device-disc
R8(config-ext-nacl)#deny ip any host 224.0.1.39 log ! Auto-RP
R8(config-ext-nacl)#deny ip any host 224.0.1.40 log ! Auto-RP
R8(config-ext-nacl)#deny ip any 232.0.0.0 0.255.255.255 log ! SSM range
R8(config-ext-nacl)#deny ip any 239.0.0.0 0.255.255.255 log ! Admin scoped range
R8(config-ext-nacl)#deny ip 10.0.0.0 0.255.255.255 any log ! RFC 1918 address range
R8(config-ext-nacl)#deny ip 127.0.0.0 0.255.255.255 any log ! RFC 1918 address range
R8(config-ext-nacl)#deny ip 172.16.0.0 0.15.255.255 any log ! RFC 1918 address range
R8(config-ext-nacl)#deny ip 192.168.0.0 0.0.255.255 any log ! RFC 1918 address range
R8(config-ext-nacl)#permit ip any any log
R8(config-ext-nacl)#exit
R8(config)#ip msdp sa-filter in x.1.28.2 list INBOUND_MSDP_SA_FILTER

Check Contents

Review the router configuration to determine if there is import policy to block source-active multicast advertisements for any undesirable multicast groups, as well as any (S, G) states with undesirable source addresses.

Step 1: Verify that an inbound source-active filter is bound to each MSDP peer.

ip msdp peer x.1.28.2 remote-as 2
ip msdp sa-filter in x.1.28.2 list INBOUND_MSDP_SA_FILTER

Step 2: Review the access lists referenced by the source-active filter to verify that undesirable multicast groups, auto-RP, single-source multicast (SSM) groups, and advertisements from undesirable sources are blocked.

ip access-list extended INBOUND_MSDP_SA_FILTER
deny ip any host 224.0.1.3 log
deny ip any host 224.0.1.24 log
deny ip any host 224.0.1.22 log
deny ip any host 224.0.1.2 log
deny ip any host 224.0.1.35 log
deny ip any host 224.0.1.60 log
deny ip any host 224.0.1.39 log
deny ip any host 224.0.1.40 log
deny ip any 232.0.0.0 0.255.255.255 log
deny ip any 239.0.0.0 0.255.255.255 log
deny ip 10.0.0.0 0.255.255.255 any log
deny ip 127.0.0.0 0.255.255.255 any log
deny ip 172.16.0.0 0.15.255.255 any log
deny ip 192.168.0.0 0.0.255.255 any log
permit ip any any log

If the router is not configured with an import policy to filter undesirable SA multicast advertisements, this is a finding.

Vulnerability Number

V-216635

Documentable

False

Rule Version

CISC-RT-000920

Severity Override Guidance

Review the router configuration to determine if there is import policy to block source-active multicast advertisements for any undesirable multicast groups, as well as any (S, G) states with undesirable source addresses.

Step 1: Verify that an inbound source-active filter is bound to each MSDP peer.

ip msdp peer x.1.28.2 remote-as 2
ip msdp sa-filter in x.1.28.2 list INBOUND_MSDP_SA_FILTER

Step 2: Review the access lists referenced by the source-active filter to verify that undesirable multicast groups, auto-RP, single-source multicast (SSM) groups, and advertisements from undesirable sources are blocked.

ip access-list extended INBOUND_MSDP_SA_FILTER
deny ip any host 224.0.1.3 log
deny ip any host 224.0.1.24 log
deny ip any host 224.0.1.22 log
deny ip any host 224.0.1.2 log
deny ip any host 224.0.1.35 log
deny ip any host 224.0.1.60 log
deny ip any host 224.0.1.39 log
deny ip any host 224.0.1.40 log
deny ip any 232.0.0.0 0.255.255.255 log
deny ip any 239.0.0.0 0.255.255.255 log
deny ip 10.0.0.0 0.255.255.255 any log
deny ip 127.0.0.0 0.255.255.255 any log
deny ip 172.16.0.0 0.15.255.255 any log
deny ip 192.168.0.0 0.0.255.255 any log
permit ip any any log

If the router is not configured with an import policy to filter undesirable SA multicast advertisements, this is a finding.

Check Content Reference

M

Target Key

4027