💾 Archived View for freeshell.de › tldr › snmpwalk.gmi captured on 2023-01-29 at 05:18:12. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
SNMP query tool.
snmpwalk -v1 -c {community} {ip}
snmpwalk -v2c -c {community} {ip}:{port} {oid}
snmpwalk -v3 -l {authNoPriv} -u {username} -a {MD5|SHA} -A {passphrase} {ip} {oid}
snmpwalk -v3 -l {authPriv} -u {username} -a {MD5|SHA} -A {auth_passphrase} -x {DES|AES} -X {enc_passphrase} {ip} {oid}
snmpwalk -v3 -l {noAuthNoPriv} -u {username} {ip} {oid}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).