R3303-HP HSR6800 Routers IP Multicast Configuration Guide

191
[RouterF-bgp] import-route ospf 1
[RouterF-bgp] quit
# Redistribute BGP routing information into OSPF on Router B.
[RouterB] ospf 1
[RouterB-ospf-1] import-route bgp
[RouterB-ospf-1] quit
# Redistribute BGP routing information into OSPF on Router D.
[RouterD] ospf 1
[RouterD-ospf-1] import-route bgp
[RouterD-ospf-1] quit
# Redistribute BGP routing information into OSPF on Router C.
[RouterC] ospf 1
[RouterC-ospf-1] import-route bgp
[RouterC-ospf-1] quit
# Redistribute BGP routing information into OSPF on Router F.
[RouterF] ospf 1
[RouterF-ospf-1] import-route bgp
[RouterF-ospf-1] quit
6. Configure MSDP peers and static RPF peers:
# Configure Router D and Router G as the MSDP peers and static RPF peers of Router A.
[RouterA] ip ip-prefix list-dg permit 10.110.0.0 16 greater-equal 16 less-equal 32
[RouterA] msdp
[RouterA-msdp] peer 10.110.3.2 connect-interface ethernet 1/1
[RouterA-msdp] peer 10.110.6.2 connect-interface ethernet 1/2
[RouterA-msdp] static-rpf-peer 10.110.3.2 rp-policy list-dg
[RouterA-msdp] static-rpf-peer 10.110.6.2 rp-policy list-dg
[RouterA-msdp] quit
# Configure Router A as the MSDP peer and static RPF peer of Router D.
[RouterD] ip ip-prefix list-a permit 10.110.0.0 16 greater-equal 16 less-equal 32
[RouterD] msdp
[RouterD-msdp] peer 10.110.1.1 connect-interface pos 5/0
[RouterD-msdp] static-rpf-peer 10.110.1.1 rp-policy list-a
[RouterD-msdp] quit
# Configure Router A as the MSDP peer and static RPF peer of Router G.
[RouterG] ip ip-prefix list-a permit 10.110.0.0 16 greater-equal 16 less-equal 32
[RouterG] msdp
[RouterG-msdp] peer 10.110.2.1 connect-interface ethernet 1/1
[RouterG-msdp] static-rpf-peer 10.110.2.1 rp-policy list-a
[RouterG-msdp] quit
7. Verify the configuration:
Use the display bgp peer command to display the BGP peering relationships between the routers.
Router A does not display any information, which means that no BGP peering relationship has
been established between Router A and Router D, or between Router A and Router G.
When the multicast source in PIM-SM 1 (Source 1) and the multicast source in PIM-SM 2 (Source
2) send multicast information, receivers in PIM-SM 1 and PIM-SM 3 can receive the multicast data.