SNMP (161/udp)
Nmap
nmap -p161 -sU -sC 10.10.10.116
snmpwalk
snmpwalk -c public -v1 10.10.10.10
snmpwalk -c public -v2c 10.10.10.10
-v 1|2c|3 specifies SNMP version to use
-c COMMUNITY set the community string
snmp-check
snmp-check 10.10.10.10
Last updated