1-19[SwitchB] rip 200[SwitchB-rip-200] network 12.0.0.0[SwitchB-rip-200] version 2[SwitchB-rip-200] undo summary[SwitchB-rip-200] quit# Enable RIP 200 and specify RIP version 2 on Switch C. system-view[SwitchC] rip 200[SwitchC-rip-200] network 12.0.0.0[SwitchC-rip-200] network 16.0.0.0[SwitchC-rip-200] version 2[SwitchC-rip-200] undo summary# Display the routing table of Switch C.[SwitchC] display ip routing-tableRouting Tables: PublicDestinations : 6 Routes : 6Destination/Mask Proto Pre Cost NextHop Interface12.3.1.0/24 Direct 0 0 12.3.1.2 Vlan20012.3.1.2/32 Direct 0 0 127.0.0.1 InLoop016.4.1.0/24 Direct 0 0 16.4.1.1 Vlan40016.4.1.1/32 Direct 0 0 127.0.0.1 InLoop0127.0.0.0/8 Direct 0 0 127.0.0.1 InLoop0127.0.0.1/32 Direct 0 0 127.0.0.1 InLoop03) Configure route redistribution# On Switch B, configure RIP 200 to redistribute direct routes and routes from RIP 100.[SwitchB] rip 200[SwitchB-rip-200] import-route rip 100[SwitchB-rip-200] import-route direct[SwitchB-rip-200] quit# Display the routing table of Switch C.[SwitchC] display ip routing-tableRouting Tables: PublicDestinations : 8 Routes : 8Destination/Mask Proto Pre Cost NextHop Interface10.2.1.0/24 RIP 100 1 12.3.1.1 Vlan20011.1.1.0/24 RIP 100 1 12.3.1.1 Vlan20012.3.1.0/24 Direct 0 0 12.3.1.2 Vlan20012.3.1.2/32 Direct 0 0 127.0.0.1 InLoop016.4.1.0/24 Direct 0 0 16.4.1.1 Vlan40016.4.1.1/32 Direct 0 0 127.0.0.1 InLoop0127.0.0.0/8 Direct 0 0 127.0.0.1 InLoop0127.0.0.1/32 Direct 0 0 127.0.0.1 InLoop04) Configure an filtering policy to filter redistributed routes# Configure ACL 2000 to filter routes redistributed from RIP 100 on Switch B, making the route10.2.1.0/24 not advertised to Switch C.