An enterprise network topology consists of Access-Switch-1 linked via trunk interface GigabitEthernet1/0/24 to Distribution-Switch-1, where the network DHCP server resides. DHCP Snooping is enabled globally and on VLAN 20 across both switches. End hosts connected to access ports on Access-Switch-1 fail to acquire dynamic IPv4 addresses. System logs on Distribution-Switch-1 indicate that incoming DHCP Discover packets arriving on interface GigabitEthernet1/0/24 are being dropped upon arrival. Which configuration oversight is the root cause of these packet drops?
- Interface GigabitEthernet1/0/24 on Distribution-Switch-1 remains untrusted for DHCP Snooping, causing it to drop incoming DHCP client requests that contain Option 82 information inserted by Access-Switch-1.Cevap
- BAccess-Switch-1 failed to save its running configuration to startup configuration after learning host hardware addresses via port security sticky MAC commands.
- CAn 802.1Q native VLAN mismatch exists between Access-Switch-1 and Distribution-Switch-1, which blocks untagged DHCP broadcast frames from traversing trunk interface GigabitEthernet1/0/24.
- DDynamic ARP Inspection is dropping the DHCP Discover broadcasts on Distribution-Switch-1 due to an implicit deny clause in the switch ARP access list.
Cevap
Interface GigabitEthernet1/0/24 on Distribution-Switch-1 remains untrusted for DHCP Snooping, causing it to drop incoming DHCP client requests that contain Option 82 information inserted by Access-Switch-1.
When DHCP Snooping is active, access switches append DHCP Option 82 (Relay Agent Information) to client requests. If an upstream switch receives a DHCP packet containing Option 82 on a port that is still in the default untrusted state, the switch drops the packet because untrusted ports are not allowed to receive DHCP packets with relay information when giaddr is 0.0.0.0. Designating the trunk interface as trusted using 'ip dhcp snooping trust' resolves the drops.
Adım Adım Çözüm
Anahtar Kavram
DHCP Snooping Option 82 untrusted interface validation rules