Simple Network Management Protocol. Monitors and manages network devices like routers and switches.
Test it now with our Port Scanner
| Port | 161 |
|---|---|
| Service | SNMP |
| Protocol | TCP / UDP |
| Encrypted | No |
| Common Use | Simple Network Management Protocol |
Online: Use our Port Scanner — enter your IP and port 161.
Command line:
nc -zv your-server-ip 161 (Mac/Linux)
Test-NetConnection -ComputerName your-server-ip -Port 161 (PowerShell)
Check locally:
ss -tlnp | grep :161 (Linux) netstat -an | findstr :161 (Windows)