1-93) Display the RIP routing table of Switch B and verify the configuration.[SwitchB] display rip 1 routeRoute Flags: R - RIP, T - TRIPP - Permanent, A - Aging, S - Suppressed, G - Garbage-collect----------------------------------------------------------------------Peer 192.168.1.3 on Vlan-interface100Destination/Mask Nexthop Cost Tag Flags Sec20.0.0.0/8 192.168.1.3 1 0 RA 1440.0.0.0/8 192.168.1.3 1 0 RA 14The display shows that Switch B has only the routing information permitted by ACL 2000. Therefore, theconfigurations above can meet the configuration requirements.Applying a Route Policy to IPv6 Route RedistributionNetwork requirementsAs shown in the following figure:z Enable RIPng on Switch A and Switch B.z On Switch A, configure three static routes, and apply a route policy to static route redistribution topermit routes 20::0/32 and 40::0/32, and deny route 30::0/32.z Display RIPng routing table information on Switch B to verify the configuration.Figure 1-2 Network diagram for route policy application to route redistributionConfiguration procedure1) Configure Switch A.# Configure IPv6 addresses for VLAN-interface 100 and VLAN-interface 200. system-view[SwitchA] ipv6[SwitchA] interface vlan-interface 100[SwitchA-Vlan-interface100] ipv6 address 10::1 32[SwitchA-Vlan-interface100] quit[SwitchA] interface vlan-interface 200[SwitchA-Vlan-interface200] ipv6 address 11::1 32[SwitchA-Vlan-interface200] quit# Enable RIPng on VLAN-interface 100.[SwitchA] interface vlan-interface 100[SwitchA-Vlan-interface100] ripng 1 enable[SwitchA-Vlan-interface100] quit# Configure three static routes.