5-32[SwitchB] bgp 200[SwitchB-bgp] group ex external[SwitchB-bgp] peer 192.1.1.1 group ex as-number 100[SwitchB-bgp] group in internal[SwitchB-bgp] peer 193.1.1.1 group in3) Configure Switch C.# Configure VLAN interface IP addresses. system-view[SwitchC] interface Vlan-interface 3[SwitchC-Vlan-interface3] ip address 193.1.1.1 255.255.255.0[SwitchC-Vlan-interface3] quit[SwitchC] interface vlan-Interface 4[SwitchC-Vlan-interface4] ip address 194.1.1.1 255.255.255.0[SwitchC-Vlan-interface4] quit# Configure BGP peers and RR.[SwitchC] bgp 200[SwitchC-bgp] group rr internal[SwitchC-bgp] peer rr reflect-client[SwitchC-bgp] peer 193.1.1.2 group rr[SwitchC-bgp] peer 194.1.1.2 group rr4) Configure Switch D.# Configure VLAN interface IP address. system-view[SwitchD] interface vlan-interface 4[SwitchD-Vlan-interface4] ip address 194.1.1.2 255.255.255.0[SwitchD-Vlan-interface4] quit# Configure a BGP peer.[SwitchD] bgp 200[SwitchD-bgp] group in internal[SwitchD-bgp] peer 194.1.1.1 group inUse the display bgp routing command to display the BGP routing table on Switch B. Note that, SwitchB has already known the existence of network 1.0.0.0.Use the display bgp routing command to display the BGP routing table on Switch D. Note that, SwitchD knows the existence of network 1.0.0.0, too.Configuring BGP Path SelectionNetwork requirementsA network consists of two ASs, which run BGP to communicate with each other. OSPF runs in one ofthem.The requirement is to control the data forwarding path from AS 200 to AS 100.The following gives two plans to meet the requirement :z Use the MED attribute to control the forwarding path for packets from AS 200 to AS 100.z Use the LOCAL_PREF attribute to control the forwarding path for packets from AS 200 to AS 100.Network diagramFigure 5-16 shows the network diagram.