An enterprise security team is implementing enterprise hardening practices for out-of-band management interfaces on network switches to reduce the risk of unauthorized lateral movement. Which TWO of the following technical controls should the team implement? (Select TWO.)
- Isolate all switch management traffic to a dedicated out-of-band network segment and enforce 802.1X port-based access control.Answer
- Disable unencrypted management protocols such as Telnet and HTTP in favor of SSHv2 and HTTPS.Answer
- CDeploy deception honeypots directly inline on management VLANs to automatically block unauthorized TCP connection attempts.
- DRely on perimeter edge firewalls to filter external traffic while allowing unrestricted internal subnet routing to management interfaces.
Answer
The correct controls are isolating management traffic to a dedicated out-of-band network segment with 802.1X access control, and disabling unencrypted management protocols such as Telnet and HTTP in favor of SSHv2 and HTTPS.
Hardening network management interfaces requires both physical/logical network isolation and transport security. Segregating management interfaces into a dedicated out-of-band network with port authentication prevents unauthorized internal hosts from communicating with switch consoles. Simultaneously, replacing unencrypted administrative protocols (Telnet/HTTP) with encrypted protocols (SSHv2/HTTPS) secures administrative credentials and sessions from eavesdropping.
Step-by-Step Solution
Key Concept
Out-of-Band Management Hardening and Protocol Security