A network engineer is conducting a security baseline hardening exercise on a branch office router. The audit reveals that administrative management sessions and remote telemetry are currently using unencrypted legacy protocols. The engineer must secure the management plane so that all administrative command access and monitoring data are protected against eavesdropping and unauthorized modification. Which TWO configuration actions should the network engineer implement to meet these hardening requirements?
- Disable Telnet and HTTP access, and enable SSHv2 alongside HTTPS for encrypted administrative sessions.Answer
- Migrate network monitoring services from SNMPv1/v2c to SNMPv3 configured with the authPriv security level.Answer
- CAssign all unused physical interfaces to the default VLAN (VLAN 1) and leave them administratively enabled for rapid host deployment.
- DReassign the 802.1Q native VLAN on all trunk interfaces to VLAN 1 to isolate untagged traffic.
- EReconfigure remote administration daemons to communicate over TCP port 23 to enable TLS encryption.
Answer
The correct hardening actions are to disable Telnet and HTTP in favor of SSHv2 and HTTPS, and to implement SNMPv3 with the authPriv security level for remote monitoring.
Hardening network device management planes requires encrypting all administrative and telemetry streams. Replacing cleartext Telnet and HTTP with SSHv2 and HTTPS protects command-line and web administration sessions. Furthermore, deploying SNMPv3 with authPriv ensures both authentication integrity and payload confidentiality for network monitoring traffic.
Step-by-Step Solution
Key Concept
Device Management Plane Hardening
Estimated Time:2m 0s