352-001 · Question #652
A network designer decides to connect two labs together to test multicast features interoperability. Before the networks are connected together, the network administrator mentions that overlapping mul
The correct answer is A. IGMPv3 can support overlapping multicast IP addresses between the labs. IGMPv3 with Source-Specific Multicast identifies each stream by both source and group address, so overlapping group addresses from different sources in the two labs will not conflict.
Question
A network designer decides to connect two labs together to test multicast features interoperability. Before the networks are connected together, the network administrator mentions that overlapping multicast IP addresses between the two labs will cause issues because all the routers on the network are provisioned for Source-Specific Multicast using IGMPv3. Which statement about the connectivity of both multicast domains is true?
Options
- AIGMPv3 can support overlapping multicast IP addresses between the labs
- BIGMPv3 cannot support overlapping multicast IP addresses between the labs
- CIGMPv3 requires NAT to support the overlapping multicast IP addresses between the labs
- DIGMPv3 requires a unique RP when connecting both labs together
How the community answered
(40 responses)- A45% (18)
- B8% (3)
- C30% (12)
- D18% (7)
Why each option
IGMPv3 with Source-Specific Multicast identifies each stream by both source and group address, so overlapping group addresses from different sources in the two labs will not conflict.
SSM with IGMPv3 uses (S,G) channel subscriptions rather than (*,G) group-only subscriptions. Each multicast stream is uniquely identified by the combination of its source IP address and group address, meaning two labs sharing the same multicast group address but using different source addresses will have distinct (S,G) entries throughout the network. Overlap of the group address portion alone causes no ambiguity or forwarding conflict in SSM.
IGMPv3 in SSM mode does support overlapping group addresses because the source IP address differentiates otherwise identical group entries, making conflict impossible.
NAT is not needed to resolve overlapping group addresses in SSM - the (S,G) channel model inherently handles this without any address translation.
SSM does not use a Rendezvous Point - RP is a concept specific to Any-Source Multicast using PIM-SM, not SSM, so requiring a unique RP is irrelevant here.
Concept tested: IGMPv3 SSM source-group channel overlap handling
Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipmulti_igmp/configuration/xe-16/imc-igmp-xe-16-book/imc-igmp-ssm-map.html
Topics
Community Discussion
No community discussion yet for this question.