200-301 · Question #463
How are VLAN hopping attacks mitigated?
The correct answer is B. manually implement trunk ports and disable DTP. VLAN hopping attacks are mitigated by manually configuring trunk ports and disabling Dynamic Trunking Protocol (DTP) on switch interfaces.
Question
Options
- Aenable dynamic ARP inspection
- Bmanually implement trunk ports and disable DTP
- Cactivate all ports and place in the default VLAN
- Dconfigure extended VLANs
How the community answered
(23 responses)- A4% (1)
- B78% (18)
- C13% (3)
- D4% (1)
Why each option
VLAN hopping attacks are mitigated by manually configuring trunk ports and disabling Dynamic Trunking Protocol (DTP) on switch interfaces.
Dynamic ARP Inspection (DAI) mitigates ARP spoofing and poisoning attacks, which is different from VLAN hopping.
VLAN hopping attacks often exploit Dynamic Trunking Protocol (DTP) to trick a switchport into becoming a trunk, allowing an attacker to send traffic across multiple VLANs. Manually configuring interfaces as either access ports or trunk ports (with specific allowed VLANs) and disabling DTP on all access ports prevents this vulnerability by removing the automatic trunk negotiation mechanism.
Activating all ports and placing them in the default VLAN increases the attack surface and can make VLAN hopping easier, as an attacker might leverage the default VLAN.
Configuring extended VLANs (VLAN IDs 1006-4094) relates to the range of available VLANs and does not, by itself, mitigate VLAN hopping attacks.
Concept tested: VLAN hopping attack mitigation
Source: https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst3750x_3560x/software/release/12-2_55_se/configuration/guide/3750x_cg/swvlan.html#wp1074092
Topics
Community Discussion
No community discussion yet for this question.