mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-13 05:59:16 +00:00
Update cheatsheets
This commit is contained in:
17
tldr/snmpbulkget
Normal file
17
tldr/snmpbulkget
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# snmpbulkget
|
||||
|
||||
> Query the next value in the MIB tree and all of its adjacent values.
|
||||
> More information: <https://manned.org/snmpbulkget>.
|
||||
|
||||
- Request the next value from the SNMP agent:
|
||||
|
||||
`snmpbulkget -v {{version}} -c {{community}} {{ip}} {{oid}}`
|
||||
|
||||
- Display the full Object Identifier (OID) path:
|
||||
|
||||
`snmpbulkget -v {{version}} -c {{community}} -O f {{ip}} {{oid}}`
|
||||
Reference in New Issue
Block a user