HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

snmpset — Set a value using the SNMP protocol. More information: <https://manned.org/snmpset>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thesnmpcommandvaluesnmpsetcliusingset

Problem

How to use the snmpset command: Set a value using the SNMP protocol. More information: <https://manned.org/snmpset>.

Solution

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]}}

Code Snippets

Set a value

snmpset -v {{version}} -c {{community}} {{ip_address}} {{oid}} {{value_type}} {{value}}

Display help

snmpset {{[-h|--help]}}

Context

tldr-pages: common/snmpset

Revisions (0)

No revisions yet.