In Cisco Packet Tracer, I need help configuring EIGRP on each router to dynamically create the routing tables. Create a network Packet Tracer with the six subnets shown in the diagram and then annotate all addresses on the diagram. Assign IP addresses to router interfaces. Configure each router to use EIGRP. Router0 Router> Router>en Router#conf t Router(config)#router eigrp 1 Router(config-router)#network 192.168.10.0 0.0.0.255 Router(config-router)#network 192.168.40.0 0.0.0.3 Router(config-router)#network 192.168.40.4 0.0.0.3 Lab 2 Configuring EIGRP in Packet Tracer Router(config-router)#end Router#copy running-config startup-config Router1 Router> Router>en Router#conf t Router(config)#router eigrp 1 Router(config-router)#network 192.168.40.8 0.0.0.3 Router(config-router)# %DUAL-5-NBRCHANGE: IP-EIGRP 1: Neighbor 192.168.40.9 (Serial3/0) is up: new adjacency Router(config-router)#network 192.168.40.4 0.0.0.3 Router(config-router)# %DUAL-5-NBRCHANGE: IP-EIGRP 1: Neighbor 192.168.40.6 (Serial2/0) is up: new adjacency Router(config-router)#network 192.168.20.0 0.0.0.255 Router(config-router)#end Router#copy running-config startup-config Router2 Router> Router>en Router#conf t Router(config)#router eigrp 1 Router(config-router)#network 192.168.40.0 0.0.0.3 Router(config-router)# %DUAL-5-NBRCHANGE: IP-EIGRP 1: Neighbor 192.168.40.1 (Serial3/0) is up: new adjacency Router(config-router)#network 192.168.40.8 0.0.0.3 Router(config-router)#network 192.168.30.0 0.0.0.255 Router(config-router)#end Router#copy running-config startup-config Display the routing information from one of the routers. Router#show ip route Attach a PC on each of the subnets and assign configuration. Ping and run a trace route between PCs. I'm just not sure how to get everything to connect despite my best efforts. I need a step-by-step understanding of this.