A network administrator is conducting a post-audit baseline security hardening on an enterprise edge router. The audit report specifies three critical remediation goals: secure the administrative management plane, mitigate unauthorized VLAN hopping attacks across 802.1Q trunk links, and establish cryptographically secured remote device telemetry. Which of the following baseline configuration sets fully satisfies all three audit requirements?
- Configure SSHv2 on TCP port 22 while disabling Telnet, reassign the 802.1Q native VLAN to an unused non-default VLAN ID on trunk ports, and deploy SNMPv3 using the authPriv security level.Cevap
- BConfigure SSHv2 on TCP port 23 while disabling Telnet, reassign the 802.1Q native VLAN to an unused non-default VLAN ID on trunk ports, and deploy SNMPv3 using the authPriv security level.
- CConfigure SSHv2 on TCP port 22 while disabling Telnet, maintain VLAN 1 as the active native VLAN across all 802.1Q trunks, and deploy SNMPv3 using the authPriv security level.
- DConfigure SSHv2 on TCP port 22 while disabling Telnet, reassign the 802.1Q native VLAN to an unused non-default VLAN ID on trunk ports, and deploy SNMPv2c using read-only community strings.
Cevap
The baseline configuration that configures SSHv2 on TCP port 22, reassigns the 802.1Q native VLAN to an unused non-default VLAN ID, and deploys SNMPv3 with authPriv.
The correct response combines essential device hardening practices: disabling unencrypted management protocols in favor of SSHv2 on TCP port 22, changing the 802.1Q trunk native VLAN from default VLAN 1 to an unused VLAN ID to mitigate VLAN hopping, and enforcing SNMPv3 with authPriv (authentication and privacy encryption) for secure telemetry.
Adım Adım Çözüm
Anahtar Kavram
Device Baseline Hardening: Management Plane Protocols, Native VLAN Isolation, and SNMPv3 Security