SV-216722r531086_rule
V-216722
SRG-NET-000019-RTR-000014
CISC-RT-000840
CAT III
10
Configure the RP to filter PIM join messages for any undesirable multicast groups as shown in the example below:
R2(config)#ip access-list standard PIM_JOIN_FILTER
R2(config-std-nacl)#deny 239.8.0.0 0.0.255.255
R2(config-std-nacl)#permit any
R2(config-std-nacl)#exit
R2(config)#ip pim accept-rp 10.2.2.2 PIM_JOIN_FILTER
R2(config)#end
Verify that the RP router 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.
V-216722
False
CISC-RT-000840
Verify that the RP router 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.
M
4028