F3726, F3211, F3174, R5135, R3816-HP Firewalls and UTM Devices Network Management Configuration Guide-6PW100

650
[RouterA-Ethernet1/2] pim sm
[RouterA-Ethernet1/2] quit
[RouterA] interface ethernet 1/3
[RouterA-Ethernet1/3] igmp enable
[RouterA-Ethernet1/3] pim sm
[RouterA-Ethernet1/3] quit
# Enable IP multicast routing, PIM-SM, and IGMP on Router B, Router C, Router D, the firewall, and
Router E in the same way. (Details not shown.)
# Configure a PIM domain border on Router B.
[RouterB] interface pos 5/0
[RouterB-Pos5/0] pim bsr-boundary
[RouterB-Pos5/0] quit
# Configure a PIM domain border separately on Router C and the firewall in the same way.
(Details not shown.)
3. Configure C-BSRs and C-RPs:
# Configure Loopback 0 as a C-BSR and a C-RP on Router B.
[RouterB] pim
[RouterB-pim] c-bsr loopback 0
[RouterB-pim] c-rp loopback 0
[RouterB-pim] quit
# Configure C-BSRs and C-RPs on Router C and the firewall in the same way. (Details not shown.)
4. Configure BGP and configure mutual route redistribution between BGP and OSPF:
# Configure an eBGP peer, and redistribute OSPF routes on Router B.
[RouterB] bgp 100
[RouterB-bgp] router-id 1.1.1.1
[RouterB-bgp] peer 192.168.1.2 as-number 200
[RouterB-bgp] import-route ospf 1
[RouterB-bgp] quit
# Configure an eBGP peer, and redistribute OSPF routes on Router C.
[RouterC] bgp 200
[RouterC-bgp] router-id 2.2.2.2
[RouterC-bgp] peer 192.168.1.1 as-number 100
[RouterC-bgp] import-route ospf 1
[RouterC-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 C.
[RouterC] ospf 1
[RouterC-ospf-1] import-route bgp
[RouterC-ospf-1] quit
5. Configure MSDP peers:
# Configure an MSDP peer on Router B.
[RouterB] msdp
[RouterB-msdp] peer 192.168.1.2 connect-interface pos 5/0