Skip to main content

SNMP Protocol Configuration

The SNMP (Simple Network Management Protocol) allows Watchman Agent to query network machines for automated application inventory.

🔧 See Appendix 2 for instructions on how to configure SNMP on your network machines.


✅ Usage

watchman-agent configure protocols snmp [OPTIONS]

⚙️ Options

--client-ip	Specific IP address override (optional)
--enabled / --disabled Enable or disable SNMP (default: enabled)
--community SNMP community name used for access
--port SNMP port (default: 161)
--version Protocol version (choices: 1, 2c, 3 — default: 2c)