A network engineer is troubleshooting log loss during periods of high link congestion. System logs sent from edge routers to a centralized collector are currently dropped during traffic spikes. The compliance team mandates that log transmission across the WAN link must guarantee delivery, avoid loss under network congestion, and encrypt log payloads in transit. Which configuration change best satisfies all technical and compliance requirements?
- Configure Syslog to use TCP port 6514 with TLS encryption enabled.Cevap
- BConfigure Syslog to use UDP port 514 with SNMPv3 authPriv encryption.
- CConfigure Syslog to use UDP port 6514 without authentication.
- DMigrate the logging transport to SNMPv2c using authNoPriv security mode over TCP port 514.
Cevap
Configure Syslog to use TCP port 6514 with TLS encryption enabled.
Configuring Syslog over TLS on TCP port 6514 satisfies both delivery assurance and confidentiality requirements. TCP provides connection-oriented transmission with error recovery and flow control to prevent packet loss during congestion, while TLS encrypts event data across untrusted network paths.
Adım Adım Çözüm
Anahtar Kavram
Syslog Transport and Encryption (TCP/6514 TLS)
Tahmini Süre:1m 30s