A network engineering team is hardening the remote management architecture for a critical enterprise data center. Security baseline standards require cryptographic protection for all administrative sessions, central AAA authorization for individual CLI commands, and an independent out-of-band (OOB) pathway capable of providing emergency console access if the core routers experience a complete network stack freeze or primary ISP fiber failure. Which of the following mechanisms should the team deploy to satisfy these requirements? (Select TWO.)
- Configure SSH combined with TACACS+ authentication to enforce encrypted command-line management and granular command authorization.Answer
- Deploy a terminal server connected via a cellular modem directly to device serial console ports for out-of-band access.Answer
- CEnable Telnet over port 23 on out-of-band interfaces to minimize protocol overhead during emergency serial recovery sessions.
- DImplement SNMPv2c across the management network to encrypt out-of-band administrative commands and authenticate individual operators.
Answer
The engineering team must deploy SSH integrated with TACACS+ for secure in-band management and a terminal server attached via cellular modem to device serial console ports for out-of-band management.
SSH paired with TACACS+ satisfies security baseline requirements by providing end-to-end transport encryption combined with centralized, granular command-level authorization. A cellular-backed terminal server wired to physical serial console ports creates a robust out-of-band channel that remains reachable even during primary network outages or device IP stack freezes.
Step-by-Step Solution
Key Concept
Secure In-Band Administration and Out-of-Band (OOB) Infrastructure Isolation