Simple Network Management Protocol
1. Information
2. Linux
3. ping
# From fping package.
which fping
man fping
# From nmap package.
which nping
man nping
3.1. snmpwalk
sudo apt-get install snmp
sudo netstat -nlpu | grep 161
snmpwalk -c <community string> -v 2c <target> | head -5
4. Windows
4.1. Paessler SNMP Tester
-
Install Paessler SNMP Tester.
-
Start Paessler SNMP Tester.
-
Select Local IP: <local ip addr>.
-
Type
10.10.1.11in the Device IP/Port: field. -
Select SNMP Version: | SNMP v2c.
-
Type the community string in the Community: field.
-
Type
iso.3.6.1.2.1.1.5.0in the Custom OID: field. -
Click Start.
-
Close Paessler SNMP Tester.