A network administrator is setting up a centralized network monitoring and logging server. The server needs to collect system event log messages forwarded from network appliances and receive asynchronous alert notifications sent directly from managed switches. Which of the following port and protocol combinations must be opened on the firewall to support these two services? (Select TWO.)
- UDP port 514Answer
- UDP port 162Answer
- CUDP port 161
- DUDP port 67
Answer
UDP port 514 (Syslog) and UDP port 162 (SNMP Trap) must be opened on the firewall.
Centralized log collection requires Syslog, which communicates via UDP port 514. Receiving asynchronous alert notifications requires an SNMP trap collector listening on UDP port 162. Opening both UDP port 514 and UDP port 162 allows the logging and monitoring server to fulfill both functional requirements.
Step-by-Step Solution
Key Concept
Port assignments for Syslog (UDP 514) and SNMP Traps (UDP 162) vs SNMP Queries (UDP 161)