mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-06 06:45:49 +00:00
14 lines
292 B
Plaintext
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}}`
|