SV-80861r1_rule
V-66371
NET2009
NET2009
CAT III
10
Block inbound and outbound Auto-RP discovery and announcement messages at external-facing PIM-enabled interfaces.
To prevent Auto-RP messages from entering or leaving the PIM domain, the ip multicast boundary command must be configured on a COI-facing PIM-enabled interface. Verify that the referenced ACL denies multicast addresses 224.0.1.39 and 224.0.1.40, as shown in the example below:
ip multicast-routing
!
interface FastEthernet0/0
ip address 199.36.92.1 255.255.255.252
ip pim sparse-mode
ip multicast boundary 1
!
access-list 1 deny 224.0.1.39
access-list 1 deny 224.0.1.40
If COI-facing interfaces do not block inbound and outbound Auto-RP discovery and announcement messages, this is a finding.
V-66371
False
NET2009
To prevent Auto-RP messages from entering or leaving the PIM domain, the ip multicast boundary command must be configured on a COI-facing PIM-enabled interface. Verify that the referenced ACL denies multicast addresses 224.0.1.39 and 224.0.1.40, as shown in the example below:
ip multicast-routing
!
interface FastEthernet0/0
ip address 199.36.92.1 255.255.255.252
ip pim sparse-mode
ip multicast boundary 1
!
access-list 1 deny 224.0.1.39
access-list 1 deny 224.0.1.40
If COI-facing interfaces do not block inbound and outbound Auto-RP discovery and announcement messages, this is a finding.
M
838