A network administrator is configuring remote monitoring across an untrusted WAN link to collect system metrics and notifications from branch office switches. The administrator must implement a security solution that ensures monitoring credentials and packet payloads remain encrypted for confidentiality, while also verifying packet integrity and authenticating the transmitting switch. Which of the following protocol configurations best satisfies these security requirements?
- SNMPv3 configured with AuthPriv modeCevap
- BSNMPv2c configured with complex read-write community strings
- CSNMPv1 configured with IP-based Access Control Lists on the monitoring server
- DSNMPv3 configured with AuthNoPriv over TCP port 161
Cevap
SNMPv3 configured with AuthPriv mode provides both authentication/integrity and payload encryption for confidentiality.
SNMPv3 AuthPriv (Authentication and Privacy) is the only option that addresses confidentiality, integrity, and authentication simultaneously by combining cryptographic hashing for message integrity and sender authentication with symmetric encryption (such as AES) for payload confidentiality.
Adım Adım Çözüm
Anahtar Kavram
CIA Triad Application in Network Management Protocols