Created
March 8, 2022 12:27
-
-
Save AndrewOcamps/74fc513babe0ec1278bf55863089e56c to your computer and use it in GitHub Desktop.
testing snmp connection
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Gerardo Ocampos | |
# Testing SNMP | |
# -c {community} | |
snmpwalk -Os -c public -v2c 10.47.0.7:161 system |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment