Note: the Net-SNMP package and the SNMP-walk tool are required to find all OIDs from the selected device.
For Windows users

Step 1. Download it from the Net-SNMP website and install.

Step 2. Open the cmd command prompt window and run the following command:

snmpwalk.exe -c public -v2c -On 192.168.2.66

SNMPwalk1

Step 3. There is also a command for using external MIBs:

snmpwalk.exe -c public -v2c 192.168.2.66 MIB [MIB name]

SNMPWALKMIBS1

Download Deliberant MIBs from here.

For Linux users

Step 1. Install the SNMP packages:

apt-get install snmp

Step 2. Open the terminal and run the following command:

snmpwalk 192.168.2.66 -c public -v2c

Step 3. To add external MIBs, use the provided command:

snmpwalk 192.168.2.66 -c public -v2c -m /home/DELIBERANT-MIB

Download Deliberant MIBs from here.