Files
cheatsheet-tldr/tldr/snmpset
2025-12-23 00:21:40 +00:00

18 lines
344 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_address}} {{oid}} {{value_type}} {{value}}`
- Display help:
`snmpset {{[-h|--help]}}`