A network operations team is configuring intermediate Access Control Lists (ACLs) to allow perimeter routers to send standardized event logs to a central SIEM server located in the management VLAN. If the infrastructure relies on standard unencrypted log forwarding, which transport protocol and destination port combination must be allowed through the ACLs?
- UDP port 514Answer
- BTCP port 514
- CUDP port 161
- DTCP port 6514
Answer
UDP port 514 is the correct transport protocol and destination port for standard unencrypted Syslog forwarding.
Standard unencrypted Syslog log forwarding uses User Datagram Protocol (UDP) on port 514 to send event notifications to a log collector or SIEM server without incurring TCP connection setup overhead.
Step-by-Step Solution
Key Concept
Syslog transport protocol and port assignments
Estimated Time:1m 0s