Refer to the exhibit. A company network engineer is assigned to establish connectivity between the two Ethernet networks so that hosts on the 10.1.1.0/24 subnet can contact hosts on the 10.1.2.0/24 subnet. The engineer has been told to use only static routing for these company routers. Which set of commands will establish connectivity between the two Ethernet networks?

Refer to the exhibit. A company network engineer is assigned to establish connectivity between the two Ethernet networks so that hosts on the 10.1.1.0/24 subnet can contact hosts on the 10.1.2.0/24 subnet. The engineer has been told to use only static routing for these company routers. Which set of commands will establish connectivity between the two Ethernet networks?


R1(config)# ip route 10.1.2.0 255.255.255.0 192.168.0.1 R2(config)# ip route 10.1.1.0 255.255.255.0 192.168.0.2
R1(config)# ip route 10.1.2.0 255.255.255.0 192.168.0.2 R2(config)# ip route 10.1.1.0 255.255.255.0 192.168.0.1
R1(config)# ip route 10.1.1.0 255.255.255.0 192.168.0.2 R2(config)# ip route 10.1.2.0 255.255.255.0 192.168.0.1
R1(config)# ip route 10.1.1.0 255.255.255.0 192.168.0.1 R2(config)# ip route 10.1.2.0 255.255.255.0 192.168.0.2
R1(config)# ip route 0.0.0.0 0.0.0.0 10.1.2.1 R2(config)# ip route 0.0.0.0 0.0.0.0 10.1.1.1

Popular Posts