snippetbashTip
snmpset — Set a value using the SNMP protocol. More information: <https://manned.org/snmpset>.
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.