During a routine security audit, a systems engineer notices that remote administration sessions to a core network switch transmit credentials in plaintext. Which administrative change should be implemented to secure interactive command-line access to the switch?
- Enable SSH and disable Telnet on the switch management interface.Answer
- BEnable HTTP web access on TCP port 80 to manage switch settings.
- CConfigure SNMPv1 read-write community strings for command-line access.
- DAssign all management sessions to communicate over untagged native VLAN frames.
Answer
Enable SSH and disable Telnet on the switch management interface.
Replacing Telnet with SSH ensures all management sessions are cryptographically secured using TCP port 22. SSH encrypts administrative credentials and commands, preventing eavesdropping and packet capture attacks across the network.
Step-by-Step Solution
Key Concept
Device Hardening via Secure Management Protocols
Estimated Time:45s