SV-269865r1137930_rule
V-269865
SRG-NET-000019-RTR-000013
OS10-RTR-000220
CAT III
10
Configure the RP router to filter PIM register messages received from a multicast DR for any undesirable multicast groups or sources.
OS10# configure terminal
OS10(config)#
OS10(config)#
OS10(config)# ip access-list PIM_REGFILTER
OS10(config-ipv4-acl)# permit ip 10.10.10.2/32 any
OS10(config-ipv4-acl)# exit
OS10(config)#
OS10(config)# ip pim register-filter PIM_REGFILTER
Verify the RP router is configured to filter PIM register messages.
!
ip access-list PIM_REGFILTER
seq 10 permit ip 10.10.10.2/32 any
!
!
ip pim register-filter PIM_REGFILTER
!
If the RP router peering with PIM-SM routers is not configured with a PIM import policy to block registration messages for any undesirable multicast groups and sources, this is a finding.
V-269865
False
OS10-RTR-000220
Verify the RP router is configured to filter PIM register messages.
!
ip access-list PIM_REGFILTER
seq 10 permit ip 10.10.10.2/32 any
!
!
ip pim register-filter PIM_REGFILTER
!
If the RP router peering with PIM-SM routers is not configured with a PIM import policy to block registration messages for any undesirable multicast groups and sources, this is a finding.
M
5668