mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-02 01:42:45 +00:00
18 lines
334 B
Plaintext
18 lines
334 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# snmpnetstat
|
|
|
|
> Fetch networking status using SNMP.
|
|
> More information: <https://manned.org/snmpnetstat>.
|
|
|
|
- Fetch the networking status:
|
|
|
|
`snmpnetstat -v {{version}} -c {{community}} {{ip}}`
|
|
|
|
- Display help:
|
|
|
|
`snmpnetstat {{[-h|--help]}}`
|