Skip to content

Instantly share code, notes, and snippets.

@AndrewOcamps
Created March 8, 2022 12:27
Show Gist options
  • Save AndrewOcamps/74fc513babe0ec1278bf55863089e56c to your computer and use it in GitHub Desktop.
Save AndrewOcamps/74fc513babe0ec1278bf55863089e56c to your computer and use it in GitHub Desktop.
testing snmp connection
#!/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