R3721-F3210-F3171-HP High-End Firewalls Network Management Configuration Guide-6PW101

Table Of Contents
647
[RouterD-bgp] peer 10.110.4.1 as-number 100
[RouterD-bgp] import-route ospf 1
[RouterD-bgp] quit
# Redistribute BGP routing information into OSPF on Router A.
[RouterA] ospf 1
[RouterA-ospf-1] import-route bgp
[RouterA-ospf-1] quit
# Redistribute BGP routing information into OSPF on Firewall B.
[FirewallB] ospf 1
[FirewallB-ospf-1] import-route bgp
[FirewallB-ospf-1] 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
5. Configure MSDP peers and static RPF peers:
# Configure Firewall B and Firewall C as the MSDP peers and static RPF peers of Firewall A.
[FirewallA] ip ip-prefix list-dg permit 10.110.0.0 16 greater-equal 16 less-equal 32
[FirewallA] msdp
[FirewallA-msdp] peer 10.110.3.2 connect-interface gigabitethernet 0/1
[FirewallA-msdp] peer 10.110.6.2 connect-interface gigabitethernet 0/2
[FirewallA-msdp] static-rpf-peer 10.110.3.2 rp-policy list-dg
[FirewallA-msdp] static-rpf-peer 10.110.6.2 rp-policy list-dg
[FirewallA-msdp] quit
# Configure Firewall A as the MSDP peer and static RPF peer of Firewall B.
[FirewallB] ip ip-prefix list-a permit 10.110.0.0 16 greater-equal 16 less-equal 32
[FirewallB] msdp
[FirewallB-msdp] peer 10.110.1.1 connect-interface pos 5/0
[FirewallB-msdp] static-rpf-peer 10.110.1.1 rp-policy list-a
[FirewallB-msdp] quit
# Configure Firewall A as the MSDP peer and static RPF peer of Firewall C.
[FirewallC] ip ip-prefix list-a permit 10.110.0.0 16 greater-equal 16 less-equal 32
[FirewallC] msdp
[FirewallC-msdp] peer 10.110.2.1 connect-interface gigabitethernet 0/1
[FirewallC-msdp] static-rpf-peer 10.110.2.1 rp-policy list-a
[FirewallC-msdp] quit
6. Verify the configuration:
Use the display bgp peer command to display BGP peering relationship between the firewalls.
Firewall A does not display any information, which means that no BGP peering relationship has
been established between Firewall A and Firewall B, or between Firewall A and Firewall C.
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.