SNMP - Avery-Luther/SYS-265 GitHub Wiki

Simple Network management protocol.

Community string Things have to be on the same community to communicate.

Three components:

  1. Managed device
  2. SNMP Service or agent
  3. The network management system

Network port 161/UDP (is for everyone) and 162/UDP (for me and you)

snmpwalk is the command for querying SNMP clients from your snmp server.