A network monitoring engineer is configuring internal firewall rules to allow enterprise routers and switches to send unsolicited asynchronous event notifications (traps) to a centralized Network Management System (NMS). Which transport protocol and destination port must be permitted through the firewall for the NMS collector to receive these incoming trap messages?
- UDP port 162Answer
- BUDP port 161
- CTCP port 162
- DTCP port 161
Answer
UDP port 162 is the standard protocol and port used by Network Management System (NMS) collectors to receive SNMP Trap and Inform notifications from network agents.
Simple Network Management Protocol (SNMP) agents send unsolicited notification messages, known as Traps or Informs, to an NMS manager station over UDP port 162. UDP is chosen for its minimal protocol overhead during alert generation.
Step-by-Step Solution
Key Concept
SNMP Port Differentiation (Polling UDP 161 vs. Traps UDP 162)