A network engineer is troubleshooting reachability issues for a newly provisioned monitoring server located in an enterprise branch office. The server is assigned the static IP address with a subnet mask of (). The default gateway configured on the server interface is . The server can successfully ping its own IP address, but all attempts to reach the default gateway or remote networks fail with a destination host unreachable error. Which of the following identifies the root cause of this connectivity failure?
- The host IP address and the default gateway reside on different IP subnets due to an incorrect subnet mask configuration.Cevap
- BThe IP address 10.64.36.195 is a reserved broadcast address for the local subnet and cannot process unicast ICMP traffic.
- CAn implicit deny rule at the end of the router access control list is blocking ICMP echo reply traffic from the gateway interface.
- DThe switchport connected to the monitoring server is configured on an unrouted native VLAN without an active IEEE 802.1Q trunk.
Cevap
The host IP address and the default gateway reside on different IP subnets due to an incorrect subnet mask configuration.
Under a 255.255.255.192 (/26) subnet mask, subnets increment by 64 in the fourth octet. The subnet containing host address 10.64.36.195 spans 10.64.36.192 to 10.64.36.255 (usable host range 10.64.36.193–10.64.36.254). The configured default gateway IP 10.64.36.129 falls into the previous subnet block spanning 10.64.36.128 to 10.64.36.191 (usable host range 10.64.36.129–10.64.36.190). Because a device's default gateway must reside on the same IP subnet as the host itself, local gateway reachability fails.
Adım Adım Çözüm
Anahtar Kavram
Default Gateway Subnet Boundary and Subnet Mask Alignment
Tahmini Süre:2m 0s