mirror of
https://github.com/Erreur32/cheat.git
synced 2024-11-01 05:21:06 +01:00
6 lines
229 B
Plaintext
6 lines
229 B
Plaintext
|
# To retrieve all of the variables under system for host zeus
|
||
|
snmpwalk -Os -c public -v 1 zeus system
|
||
|
|
||
|
# To retrieve the scalar values, but omit the sysORTable for host zeus
|
||
|
snmpwalk -Os -c public -v 1 -CE sysORTable zeus system
|