234 
[SwitchF] bgp 200 
[SwitchF-bgp] router-id 3.3.3.1 
[SwitchF-bgp] peer 10.110.4.1 as-number 100 
[SwitchF-bgp] import-route ospf 1 
[SwitchF-bgp] quit 
# Redistribute BGP routing information into OSPF on Switch B. 
[SwitchB] ospf 1 
[SwitchB-ospf-1] import-route bgp 
[SwitchB-ospf-1] quit 
# Redistribute BGP routing information into OSPF on Switch D. 
[SwitchD] ospf 1 
[SwitchD-ospf-1] import-route bgp 
[SwitchD-ospf-1] quit 
# Redistribute BGP routing information into OSPF on Switch C. 
[SwitchC] ospf 1 
[SwitchC-ospf-1] import-route bgp 
[SwitchC-ospf-1] quit 
# Redistribute BGP routing information into OSPF on Switch F. 
[SwitchF] ospf 1 
[SwitchF-ospf-1] import-route bgp 
[SwitchF-ospf-1] quit 
6.  Configure MSDP peers and static RPF peers: 
# Configure Switch D and Switch G as the MSDP peers and static RPF peers of Switch A.  
[SwitchA] ip ip-prefix list-dg permit 10.110.0.0 16 greater-equal 16 less-equal 32 
[SwitchA] msdp 
[SwitchA-msdp] peer 10.110.3.2 connect-interface vlan-interface 101 
[SwitchA-msdp] peer 10.110.6.2 connect-interface vlan-interface 102 
[SwitchA-msdp] static-rpf-peer 10.110.3.2 rp-policy list-dg 
[SwitchA-msdp] static-rpf-peer 10.110.6.2 rp-policy list-dg 
[SwitchA-msdp] quit 
# Configure Switch A as the MSDP peer and static RPF peer of Switch D.  
[SwitchD] ip ip-prefix list-a permit 10.110.0.0 16 greater-equal 16 less-equal 32 
[SwitchD] msdp 
[SwitchD-msdp] peer 10.110.1.1 connect-interface vlan-interface 103 
[SwitchD-msdp] static-rpf-peer 10.110.1.1 rp-policy list-a 
[SwitchD-msdp] quit 
# Configure Switch A as the MSDP peer and static RPF peer of Switch G.  
[SwitchG] ip ip-prefix list-a permit 10.110.0.0 16 greater-equal 16 less-equal 32 
[SwitchG] msdp 
[SwitchG-msdp] peer 10.110.2.1 connect-interface vlan-interface 106 
[SwitchG-msdp] static-rpf-peer 10.110.2.1 rp-policy list-a 
[SwitchG-msdp] quit