HP VPN Firewall Appliances Network Management Configuration Guide

662
# on Router C, enable IP multicast routing globally, enable PIM-SM on each interface, and enable
IGMP on the host-side interface Ethernet 1/2.
<RouterC> system-view
[RouterC] multicast routing-enable
[RouterC] interface ethernet 1/1
[RouterC-Ethernet1/1] pim sm
[RouterC-Ethernet1/1] quit
[RouterC] interface ethernet 1/2
[RouterC-Ethernet1/2] igmp enable
[RouterC-Ethernet1/2] pim sm
[RouterC-Ethernet1/2] quit
[RouterC] interface serial 2/0
[RouterC-Serial2/0] pim sm
[RouterC-Serial2/0] quit
# Enable IP multicast routing, PIM-SM, and IGMP on Router A, Router B, Router D, Router E, Router
F, and the firewall in the same way. (Details not shown.)
# Configure PIM domain borders on Router B.
[RouterB] interface ethernet 1/3
[RouterB-Ethernet1/3] pim bsr-boundary
[RouterB-Ethernet1/3] quit
# Configure PIM domain borders on Router C, Router D, and Router F 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 A.
[RouterA] pim
[RouterA-pim] c-bsr loopback 0
[RouterA-pim] c-rp loopback 0
[RouterA-pim] quit
# Configure C-BSRs and C-RPs on the firewall and Router G in the same way. (Details not shown.)
4. Configure BGP, and redistribute BGP routing information into OSPF and OSPF routing information
into BGP:
# Configure an eBGP peer, and redistribute OSPF routing information on Router B.
[RouterB] bgp 100
[RouterB-bgp] router-id 1.1.1.2
[RouterB-bgp] peer 10.110.3.2 as-number 200
[RouterB-bgp] import-route ospf 1
[RouterB-bgp] quit
# Configure an eBGP peer, and redistribute OSPF routing information on the firewall.
[Firewall] bgp 200
[Firewall-bgp] router-id 2.2.2.2
[Firewall-bgp] peer 10.110.3.1 as-number 100
[Firewall-bgp] import-route ospf 1
[Firewall-bgp] quit
# Configure an eBGP peer, and redistribute OSPF routing information on Router C.
[RouterC] bgp 100
[RouterC-bgp] router-id 1.1.1.3