Files
cheatsheet-tldr/tldr/snmpnetstat
2025-12-23 00:21:40 +00:00

18 lines
342 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_address}}`
- Display help:
`snmpnetstat {{[-h|--help]}}`