To resolve these problems, configure a mesh group.
A mesh group requires each two MSDP peers in the group to set up a peer relationship, implementing full-mesh connections in the group. To implement the mesh group function, add all MSDP peers in the same and different ASs to the same mesh group on a multicast device. When a member of the mesh group receives an SA message, it checks the source of the SA message:
If the SA message is sent by a member of the mesh group, the member directly accepts the message without performing the RPF check. In addition, it does not forward the message to other members in the mesh group.
In real-world situations, adding all MSDP peers in the same and different ASs to the same mesh group is recommended to prevent SA messages from being discarded due to RPF check failures.
If the SA message is sent by an MSDP peer outside the mesh group, the member performs the RPF check on the SA message. If the SA message passes the check, the member forwards it to other members of the mesh group.
The mesh group mechanism greatly reduces SA messages to be exchanged among MSDP peers, relieving the workload of the multicast device.
An MSDP peer can belong to only one mesh group.