--- syntax: markdown tags: [tldr, common] source: https://github.com/tldr-pages/tldr.git --- # snmpset > Set a value using the SNMP protocol. > More information: . - Set a value: `snmpset -v {{version}} -c {{community}} {{ip}} {{oid}} {{value_type}} {{value}}` - Display help: `snmpset {{[-h|--help]}}`