Your network contains two subnets. The subnets are configured as shown in the following table.
You have a server named Server2 that runs Windows Server 2012 R2. Server2 is connected to LAN1. You run the route print command as shown in the exhibit.
You need to ensure that Server2 can communicate with the client computers on LAN2.
What should you do?
A.
Change the metric of the 10.10.1.0 route.
B.
Set the state of the Teredo interface to disable.
C.
Set the state of the Microsoft ISATAP Adapter #2 interface to disable.
D.
Run route delete 172.23.2.0.
Explanation:
You should delete the route 172.23.2.0 to allow communication between the client computers and Server2. The route is used to identify PIv6 /IPv4 packets that are
being sent.
Notice that the route to 172.23.2.0 has a default gateway set to 172.23.1.0. You may notice that this gateway is an invalid IP address, thus any traffic destined for this network would be sent to nowhere. In order to set the persistent route, you would FIRST have to delete this route from your routing table, otherwise you would have conflicting routes.