SV-253963r843922_rule
V-253963
SRG-NET-000512-L2S-000002
JUEX-L2-000160
CAT III
10
Configure IGMP or MLD snooping for IPv4 and IPv6 multicast traffic respectively for each VLAN.
Global:
set protocols igmp-snooping vlan all immediate-leave
set protocols igmp-snooping vlan all interface <multicast router interface name>.<logical unit> multicast-router-interface
set protocols mld-snooping vlan all immediate-leave
set protocols mld-snooping vlan all interface <multicast router interface name>.<logical unit> multicast-router-interface
Per VLAN:
set protocols igmp-snooping vlan vlan-name immediate-leave
set protocols igmp-snooping vlan vlan-name interface <multicast router interface name>.<logical unit> multicast-router-interface
set protocols igmp-snooping vlan vlan-name interface <host interface name>.<logical unit> host-only-interface
set protocols mld-snooping vlan vlan-name immediate-leave
set protocols mld-snooping vlan vlan-name interface <multicast router interface name>.<logical unit> multicast-router-interface
set protocols mld-snooping vlan vlan-name interface <host interface name>.<logical unit> host-only-interface
Review the switch configuration to verify that IGMP or MLD snooping has been configured for IPv4 and IPv6 multicast traffic respectively.
Verify IGMP and MLD is globally configured for all VLANs:
[edit protocols]
igmp-snooping {
vlan all {
immediate-leave;
interface <multicast router interface name>.<logical unit> {
multicast-router-interface;
}
}
}
mld-snooping {
vlan all {
immediate-leave;
interface <multicast router interface name>.<logical unit> {
multicast-router-interface;
}
}
}
For VLAN-specific values, verify IGMP and MLD snooping is configured for each VLAN:
[edit protocols]
igmp-snooping {
vlan vlan-name {
immediate-leave;
interface <multicast router interface name>.<logical unit> {
multicast-router-interface;
}
interface <host interface name>.<logical unit> {
host-only-interface;
}
}
}
mld-snooping {
vlan vlan-name {
immediate-leave;
interface <multicast router interface name>.<logical unit> {
multicast-router-interface;
}
interface <host interface name>.<logical unit> {
host-only-interface;
}
}
}
If the switch is not configured to implement IGMP or MLD snooping for each VLAN, this is a finding.
V-253963
False
JUEX-L2-000160
Review the switch configuration to verify that IGMP or MLD snooping has been configured for IPv4 and IPv6 multicast traffic respectively.
Verify IGMP and MLD is globally configured for all VLANs:
[edit protocols]
igmp-snooping {
vlan all {
immediate-leave;
interface <multicast router interface name>.<logical unit> {
multicast-router-interface;
}
}
}
mld-snooping {
vlan all {
immediate-leave;
interface <multicast router interface name>.<logical unit> {
multicast-router-interface;
}
}
}
For VLAN-specific values, verify IGMP and MLD snooping is configured for each VLAN:
[edit protocols]
igmp-snooping {
vlan vlan-name {
immediate-leave;
interface <multicast router interface name>.<logical unit> {
multicast-router-interface;
}
interface <host interface name>.<logical unit> {
host-only-interface;
}
}
}
mld-snooping {
vlan vlan-name {
immediate-leave;
interface <multicast router interface name>.<logical unit> {
multicast-router-interface;
}
interface <host interface name>.<logical unit> {
host-only-interface;
}
}
}
If the switch is not configured to implement IGMP or MLD snooping for each VLAN, this is a finding.
M
5478