A security engineer is updating the baseline configuration of a remote branch router to comply with corporate security standards. The compliance mandate specifies two primary controls: preventing automated device discovery announcements from leaking network topology details to untrusted segments, and securing interactive management sessions against cleartext eavesdropping. Which set of configuration actions directly fulfills these security requirements?
- Disable CDP/LLDP on untrusted interfaces and restrict VTY lines to SSH transport.Answer
- BEnable Telnet over TCP port 22 and rely on TACACS+ to encrypt the management payload.
- CDeploy SNMPv2c configured with the authPriv security level for centralized monitoring.
- DAssign all unassigned router interfaces to the active 802.1Q trunk native VLAN.
Answer
Disabling CDP/LLDP on untrusted interfaces and restricting VTY lines to SSH transport directly addresses both device hardening requirements.
Hardening best practices require disabling unencrypted discovery mechanisms (CDP/LLDP) on public or untrusted interfaces to minimize intelligence leakage. Simultaneously, remote terminal management must enforce secure, encrypted channels using SSH instead of cleartext protocols like Telnet.
Step-by-Step Solution
Key Concept
Management plane hardening via discovery protocol suppression and secure protocol enforcement