This commit is contained in:
2025-01-14 14:49:29 +01:00
parent 3ae532ca0c
commit 68797a79ab
18 changed files with 41 additions and 34 deletions

View File

@ -1,7 +1,6 @@
---
toc: false
title: "snmpwalk with numeric and text output of oid"
---
# snmpwalk with numeric and text output of oid
```
snmpwalk -v 2c -c $COMMUNITY -On $HOST $BASE_OID | while read -r line; do