Floor(config)# interface gi0/1
Floor(config-if)# description Connects to the Registrar LAN
Floor(config-if)# ip address 192.168.225.223 255.255.255.0
Floor(config-if)# no shutdown
Floor(config-if)# interface gi0/0
Floor(config-if)# description Connects to the Manager LAN
Floor(config-if)# ip address 192.168.224.103 255.255.255.0
Floor(config-if)# no shutdown
Floor(config-if)# interface s0/0/0
Floor(config-if)# description Connects to the ISP
Floor(config-if)# ip address 10.224.225.254 255.255.255.0
Floor(config-if)# no shutdown
Floor(config-if)# interface s0/0/1
Floor(config-if)# description Connects to the Head Office WAN
Floor(config-if)# ip address 203.0.113.246 255.255.255.0
Floor(config-if)# no shutdown
Floor(config-if)# end
Refer to the exhibit. A network administrator is connecting a new host to the Registrar LAN. The host needs to communicate with remote networks. What IP address would be configured as the default gateway on the new host?
- 192.168.225.223
- 192.168.225.1
- 10.224.225.254
- 203.0.113.246
- 192.168.224.103
Explanation & Hint:
In the given configuration, the router interface “gi0/1” is connected to the Registrar LAN with the IP address 192.168.225.223. This router interface serves as the gateway for hosts in the Registrar LAN. So, the IP address that would be configured as the default gateway on the new host in the Registrar LAN is 192.168.225.223. This IP address is the one assigned to the router’s interface connected to the Registrar LAN, and it would be used as the default gateway for hosts in that LAN to communicate with remote networks. |