A network administrator is configuring the management plane of an enterprise router to comply with baseline device hardening standards. The security policy mandates that all remote command-line management sessions use encrypted transport protocols, idle administrative sessions terminate automatically after minutes of inactivity, and VTY access be restricted strictly to hosts within the internal management subnet (). Which set of configuration commands on the virtual terminal (VTY) lines correctly enforces this hardening policy?
- Configure `transport input ssh`, set `exec-timeout 5 0`, and apply an inbound IPv4 Access Control List restricting source addresses to `10.10.50.0/24`.Cevap
- BConfigure `transport input telnet ssh`, set `exec-timeout 0 5`, and apply an outbound IPv4 Access Control List allowing `10.10.50.0/24`.
- CConfigure `transport input ssh`, set `exec-timeout 0 0`, and assign an SNMPv2c read-write community string to filter VTY line traffic.
- DConfigure `transport input all`, set `exec-timeout 500`, and rely on TACACS+ authentication without applying line access-class filtering.
Cevap
The configuration that sets `transport input ssh`, `exec-timeout 5 0`, and an inbound Access Control List for `10.10.50.0/24` correctly fulfills all baseline management plane hardening requirements.
The option specifying `transport input ssh`, `exec-timeout 5 0`, and an inbound IPv4 Access Control List for `10.10.50.0/24` correctly satisfies all policy controls: SSH ensures transport encryption, `exec-timeout 5 0` enforces a 5-minute idle limit, and the inbound ACL restricts access exclusively to the authorized management subnet.
Adım Adım Çözüm
Anahtar Kavram
Management Plane Hardening via VTY Line Security Controls
Tahmini Süre:1m 30s