6-9# Apply routing policy when the static routes are imported.[SwitchA] ospf[SwitchA-ospf-1] import-route static route-policy ospfz Configure Switch B:# Configure the IP address of the interface. system-view[SwitchB] interface vlan-interface 100[SwitchB-Vlan-interface100] ip address 10.0.0.2 255.0.0.0[SwitchB-Vlan-interface100] quit# Enable the OSPF protocol and specify the ID of the area to which the interface belongs.[SwitchB] router id 2.2.2.2[SwitchB] ospf[SwitchB-ospf-1] area 0[SwitchB-ospf-1-area-0.0.0.0] network 10.0.0.0 0.255.255.255[SwitchB-ospf-1-area-0.0.0.0] quit[SwitchB-ospf-1] quitz Display the OSPF routing table on Switch B and check if routing policy takes effect. display ospf routingOSPF Process 1 with Router ID 2.2.2.2Routing TablesRouting for NetworkDestination Cost Type NextHop AdvRouter Area10.0.0.0/8 1 Transit 10.0.0.2 1.1.1.1 0.0.0.0Routing for ASEsDestination Cost Type Tag NextHop AdvRouter20.0.0.0/8 1 Type2 1 10.0.0.1 1.1.1.140.0.0.0/8 1 Type2 1 10.0.0.1 1.1.1.1Total Nets: 3Intra Area: 1 Inter Area: 0 ASE: 2 NSSA: 0Controlling RIP Packet Cost to Implement Dynamic Route BackupNetwork requirementsThe required speed of convergence in the small network of a company is not high. The networkprovides two services. Main and backup links are provided for each service for the purpose of reliability.The main link of one service serves as the backup link of the other. The two services are distinguishedby IP addresses. If a fault occurs to the main link of one service, dynamic backup can prevent serviceinterruption.Network diagramAccording to the network requirements, the network topology is designed as shown in Figure 6-2.