Refer to the exhibit. What would happen after the IT administrator enters the new static route?
R1 (config)# do show ip route
Gateway of last resort is 0.0.0.0 to network 0.0.0.0
10.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
C 10.0.0.0/30 is directly connected, Serial0/0/0
L 10.0.0.1/32 is directly connected, Serial0/0/0
172.16.1.0/24 is subnetted, 1 subnets
R 172.16.1.0/24 [120/1] via 10.0.0.2, 00:00:04, Serial0/0/0
192.168.10.0/24 is variably subnetted, 2 subnets, 2 masks
C 192.168.10.0/24 is directly connected, GigabitEthernet0/1
L 192.168.10.0/32 is directly connected, GigabitEthernet0/1
192.168.11.0/24 is variably subnetted, 2 subnets, 2 masks
C 192.168.11.0/24 is directly connected, GigabitEthernet0/0
L 192.168.11.1/32 is directly connected, GigabitEthernet0/0
S* 0.0.0.0/0 is directly connected, Serial0/0/0
R1 (config)# ip route 172/16.1.0 255.255.255.0 s0/0/0
A. The 172.16.1.0 static route would be entered into the running-config but not shown in the routing table.
B. The 172.16.1.0 route learned from RIP would be replaced with the 172.16.1.0 static route.
C. The 0.0.0.0 default route would be replaced with the 172.16.1.0 static route.
D. The 172.16.1.0 static route is added to the existing routes in the routing table.