A network technician enables DHCP Snooping globally and on VLAN 10 using the commands `ip dhcp snooping` and `ip dhcp snooping vlan 10`. However, clients connected to access ports on VLAN 10 are failing to acquire IP addresses from the central DHCP server reachable via trunk interface GigabitEthernet0/1. Which condition accounts for the DHCP packet drops on the switch?
- Trunk interface GigabitEthernet0/1 defaults to an untrusted state and drops incoming DHCP server response messages.Cevap
- BThe switch drops DHCP requests because sticky port security was not saved to the running-config before enabling DHCP Snooping.
- CDHCP Snooping drops all client messages because a native VLAN mismatch exists on the GigabitEthernet0/1 trunk interface.
- DThe central DHCP server interface requires `ip helper-address` to be configured on egress trunk port GigabitEthernet0/1.
Cevap
Trunk interface GigabitEthernet0/1 defaults to an untrusted state and drops incoming DHCP server response messages.
When DHCP Snooping is globally activated on a Cisco switch, every interface is set to an untrusted state by default. Untrusted interfaces only allow DHCP client broadcast requests to enter the switch, while dropping any incoming DHCP server response messages (DHCPOFFER, DHCPACK). Because GigabitEthernet0/1 connects to the central DHCP server, it must be explicitly configured with `ip dhcp snooping trust` to permit server responses to reach clients on VLAN 10.
Adım Adım Çözüm
Anahtar Kavram
DHCP Snooping Trusted vs Untrusted Port Operational Behavior