Port 162 โ SNMP Trap
UDP ยท Port 162/UDP is used for Simple Network Management Protocol (SNMP) trap messages, which are notifications sent by network devices to alert administrators of potential security issues or system events. SNMP traps provide real-time information about network activity and can help identify vulnerabilities. This port/service plays a crucial role in network monitoring and incident response.
- Port Number
- 162
- Service Name
- SNMP Trap
- Protocol
- UDP
- Common Software
- Net-SNMP, SNMP manager
Security Notes
Review IANA registry for port 162 usage. Apply principle of least privilege - only open ports that are required.
FAQ
Port 162 is used for SNMP Trap. Port 162/UDP is used for Simple Network Management Protocol (SNMP) trap messages, which are notifications sent by network devices to alert administrators of potential security issues or system events. SNMP traps provide real-time information about network activity and can help identify vulnerabilities. This port/service plays a crucial role in network monitoring and incident response. Common software: Net-SNMP, SNMP manager.
Review IANA registry for port 162 usage. Apply principle of least privilege - only open ports that are required.
Use nmap: nmap -p 162 <target> or check locally: ss -tlnp | rg 162