Soru

Zorluk: Çok zorTroubleshooting Routing, Default Gateways, and ACLs

A network engineer is troubleshooting an issue where hosts on VLAN 10 (10.45.8.0/2410.45.8.0/24) can ping their default gateway interface (10.45.8.110.45.8.1), but cannot establish TCP connections to an application cluster on VLAN 50 (10.45.50.0/2410.45.50.0/24). Diagnostic commands reveal that the intermediate Core-Router shows its OSPF adjacency with the Distribution Switch stuck in the EXSTART/EXCHANGE state across their interconnect subnet (10.45.200.0/3010.45.200.0/30). Additionally, large packet pings with the Don't Fragment (DF) bit set fail without receiving any diagnostic response. Which TWO of the following root causes or misconfigurations are most likely responsible for this behavior?

  1. An Maximum Transmission Unit (MTU) size mismatch exists between the connecting interface of the Core-Router and the Distribution Switch.Cevap
  2. An Access Control List (ACL) on the router interface is explicitly dropping ICMP Type 3 Code 4 (Fragmentation Needed) packets.Cevap
  3. C
    The host workstations on VLAN 10 are configured with a default gateway address residing on an unusable broadcast IP subnet.
  4. D
    VLAN 10 and VLAN 50 require an active DHCP relay agent configured on the switchport to allow inter-VLAN IP packet routing.

Cevap

The MTU size mismatch on the interconnecting router interfaces and an ACL filtering ICMP Fragmentation Needed (Type 3, Code 4) packets.
An OSPF neighbor relationship stuck in EXSTART/EXCHANGE is a classic sign of an interface MTU mismatch between adjacent devices, as OSPF includes interface MTU in Database Description (DBD) packets. Furthermore, when large packets with the Don't Fragment (DF) bit set fail without an ICMP response, it indicates an Access Control List (ACL) is dropping ICMP Type 3 Code 4 (Destination Unreachable - Fragmentation Needed) packets, breaking Path MTU Discovery and causing silent packet drops.

Adım Adım Çözüm

1
Analyze OSPF Neighbor State
Neighbor stuck in EXSTART/EXCHANGE state indicates Database Description (DBD) packets are failing to transmit/receive across the neighbor link.
During EXSTART/EXCHANGE, routers exchange DBD packets. If interface MTUs differ, the router with the larger MTU sends DBD packets that the router with the smaller MTU drops, hanging the adjacency.
2
Analyze PMTUD and ICMP Behavior
Large packets with Don't Fragment (DF) set fail silently without ICMP responses.
When a router attempts to forward a packet exceeding interface MTU with the DF bit set, it must drop the packet and send an ICMP Type 3 Code 4 (Fragmentation Needed) back to the sender. Filtering this message in an ACL causes PMTUD black-holing.

Anahtar Kavram

OSPF Adjacency States, Interface MTU Mismatch, and Path MTU Discovery (PMTUD) ICMP Dependencies
Bu soruyu puanla