Information
Real-time multicast traffic can entail multiple large flows of data. Large unicast flows tend to be fairly isolated (i.e., someone doing a file download here or there), whereas multicast can have broader impact on bandwidth consumption, resulting in extreme network congestion. Hence, it is imperative that there is multicast admission control to restrict which multicast groups hosts are allowed to join via IGMP or MLD.
NOTE: Nessus has provided the target output to assist in reviewing the benchmark to ensure target compliance.
Solution
Configure the Arista DR to filter the IGMP and MLD report messages to allow hosts to join only multicast groups from sources that have been approved.
Step 1: Configure the ACL to filter the unauthorized IGMP groups.
LEAF-1A(config-if-Et3)#ip access-list standard ALLOWED_SOURCES
LEAF-1A(config-std-acl-ALLOWED_SOURCES)# 10 permit 232.0.0.0/8
LEAF-1A(config-std-acl-ALLOWED_SOURCES)# 20 deny any log
Step 2: Configure the IGMP filter in IGMP process.
LEAF-1A(config)#router pim sparse-mode
LEAF-1A(config-router-pim-sparse)# ipv4
LEAF-1A(config-router-pim-sparse-ipv4)# ssm range ALLOWED_SOURCES