Files
cheatsheet-tldr/tldr/snmpset
2025-03-08 00:14:59 +00:00

14 lines
292 B
Plaintext

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