A network administrator is upgrading an enterprise monitoring infrastructure to comply with strict auditing standards. The current deployment experiences dropped log packets across congested WAN links and fails security audits due to cleartext management traffic across untrusted boundaries. Which protocol and transport configuration best satisfies the requirements for reliable, cryptographically protected log aggregation and secure device polling?
- Configure Syslog using TCP port 6514 with TLS framing for event logs, and implement SNMPv3 with the authPriv security level for device polling.Cevap
- BConfigure Syslog using TCP port 6514 with TLS framing for event logs, and implement SNMPv3 with the authNoPriv security level for device polling.
- CConfigure Syslog using UDP port 514 with TLS framing for event logs, and implement SNMPv3 with the authPriv security level for device polling.
- DConfigure Syslog using UDP port 6514 with TLS framing for event logs, and implement SNMPv2c with pre-shared keys for device polling.
Cevap
Configure Syslog using TCP port 6514 with TLS framing for event logs, and implement SNMPv3 with the authPriv security level for device polling.
The correct response pair combines TCP port 6514 for Syslog over TLS with SNMPv3 running at the authPriv security level. Syslog over TLS uses TCP to guarantee log transmission across lossy or congested links while encrypting log contents. SNMPv3 authPriv enforces both cryptographic user authentication and payload privacy (encryption), fully satisfying the auditing and security objectives.
Adım Adım Çözüm
Anahtar Kavram
Secure Network Logging & Auditing Protocols (Syslog TLS & SNMPv3 Security Levels)
Tahmini Süre:2m 0s