of the successful pings for questions 6 and 9! Thank
you!
Notes on the lab The primary routing prefix for this organization is 2001
2. We will first configure Router 0 with the following commands. We will start by enabling unicast routing for IPv6 and then configure the serial port on the router with an IPv6 address. Router>enable Router#config t Enter configuration commands, one per line. End with CNTL/2. Router (config)#ipv6 unicast-routing Router (config)# interface s 0/1/0 Router (config-if)#ipv6 enable Router (config-if)#ipv6 address 2001: abcd: aaaa:ff::1/64 Router (config-if)#no shutdown LINK-5-CHANGED: Interface Serial0/170, changed state to down Router (config-if)#1 We have now configured one side of the serial link between the routers Completed 3. Configure Router 1 to get the link up between the two routers. Make sure you can ping between the two routers, troubleshoot if necessary. Completed 4. Now configure each of the subnets attached to both routers using the subnets as labeled on the topology (similarly in how you configured the serial ports on the routers). Completed 0 5. Using the auto-config method, get the PCs and servers connected to their appropriate networks. Completed D
6 Given what we have configured so far, you should now be able to ping the networks on their respective routers. For example, based on our original topology, PC 2 on Subnet D should be able to ping PC 5 on Subnet G. Troubleshoot if required. Insert an image of the successful ping between PC 2 and PC 5 below. 7. If you attempt to ping Server 2 from PC 5 what happens? Why? What are 2 different methods (do not say tunnelling) that we could use to make communication happen?
8. We now enable the unicast routing protocol “RIP” that we introduced in the earlier networking course on both routers to get the routers to advertise their respective networks. We will first create the RIPng process/group named "Elephant" and then enable RIPng on each router interface as shown in the configuration below. You will need to specify the correct interfaces on your routers. Router (config)#ipv6 router rip elephant Router (config-rtr) #exit Router (config)#interface gigabitethernet 0/0 Router (config-if)#ipvé rip elephant enable Router (config-if)#exit Router (config)# Remember, you will need repeat this command "ipv6 rip elephant enable' on each router interface on both routers Completed 9. Now you should have connectivity and routing for every host on each network. Now attempt to ping Server 2 from PC 5...... it should work, If not, troubleshoot. Insert an image of the successful ping between Server 2 and PC 5 below. 1