654. Configure a filtering policy to filter redistributed routes.a. Define ACL 2000 and reference it to a filtering policy to filter routes redistributed fromRIP 100 on Switch B, making the route not advertised to Switch C.[SwitchB] acl number 2000[SwitchB-acl-basic-2000] rule deny source 10.2.1.1 0.0.0.255[SwitchB-acl-basic-2000] rule permit[SwitchB-acl-basic-2000] quit[SwitchB] rip 200[SwitchB-rip-200] filter-policy 2000 export rip 100b. Display the routing table of Switch C.[SwitchC] display ip routing-tableRouting Tables: PublicDestinations : 7 Routes : 7Destination/Mask Proto Pre Cost NextHop Interface11.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 InLoop0Configuring an additional metric for a RIP interfaceNetwork requirements• RIP is enabled on all the interfaces of Switch A, Switch B, Switch C, Switch D, and Switch E,as shown in Figure 13. The switches are interconnected through RIPv2.• Switch A has two links to Switch D. The link from Switch B to Switch D is more stable thanthat from Switch C to Switch D. Configure an additional metric for RIP routes receivedthrough VLAN-interface 200 on Switch A so Switch A prefers the 1.1.5.0/24 networklearned from Switch B.Figure 13 Network diagram for a RIP interface additional metric configuration