Gateway (config) # ip route 0.0.0.0 0.0.0.0 206.143.5.2Gateway (config) # router ripGateway (config-router) # network 206.143.5.0Gateway (config-router) # network 206.143.5.0 defaultshow ip route command. A network that is advertised by both RIP and IGRP appears in the routing table flagged as an IGRP route. Why is the RIP route to this network not used in the routing table?debug ip rip on your router console and see that 172.16.10.0 is being advertised to you with a metric of 16. What does this mean?Corp#sh ip route
[output cut]
R 192.168.215.0 [120/2] via 192.168.20.2, 00:00:23, Serial0/0
R 192.168.115.0 [120/1] via 192.168.20.2, 00:00:23, Serial0/0
R 192.168.30.0 [120/1] via 192.168.20.2, 00:00:23, Serial0/0
C 192.168.20.0 is directly connected, Serial0/0
C 192.168.214.0 is directly connected, FastEthernet0/0