changes
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user