A network security engineer is establishing a hardened configuration baseline for a core switch cluster to mitigate internal eavesdropping and unauthorized access risks. A security audit highlights that device telemetry monitoring traffic exposes system OIDs and interface statistics in cleartext across the network, while unassigned access ports and default trunking settings present physical and logical intrusion risks. Which set of device hardening configurations correctly addresses all of these identified vulnerabilities according to industry best practices?
- Implement SNMPv3 with the authPriv security level specifying SHA for authentication and AES for encryption, disable all unassigned physical switch ports while assigning them to an unused blackhole VLAN, and change the 802.1Q native VLAN from default VLAN 1 to an unused VLAN ID.Cevap
- BImplement SNMPv2c using complex randomized community strings, shutdown all unassigned physical ports, and maintain the 802.1Q native VLAN as VLAN 1 to ensure untagged management traffic routes without encapsulation overhead.
- CImplement SNMPv3 with the authNoPriv security level using MD5 authentication, leave unassigned switch ports active in VLAN 1 with sticky MAC address port security enabled, and align the native VLAN with the active user data VLAN.
- DImplement SNMPv3 with noAuthNoPriv running over TCP port 22, enforce SSHv2 for VTY line access, and assign the 802.1Q native VLAN to an active access VLAN across all trunk links.
Cevap
Implement SNMPv3 with the authPriv security level specifying SHA for authentication and AES for encryption, disable all unassigned physical switch ports while assigning them to an unused blackhole VLAN, and change the 802.1Q native VLAN from default VLAN 1 to an unused VLAN ID.
The correct response comprehensively addresses all management plane and Layer 2 hardening requirements. Configuring SNMPv3 with authPriv guarantees both origin authentication and packet confidentiality using SHA and AES encryption, preventing cleartext telemetry interception. Administratively disabling unused ports and assigning them to an isolated blackhole VLAN prevents unauthorized local physical access. Finally, changing the 802.1Q native VLAN from default VLAN 1 to an unused, dedicated VLAN ID prevents VLAN hopping exploits.
Adım Adım Çözüm
Anahtar Kavram
Management Plane and Layer 2 Switch Hardening Best Practices
Tahmini Süre:2m 0s