Alternative steps
If the MIB browser is inaccessible or fails to work, you can use SNMP command-line tools, as given below, to query the OIDs.
- Install the required packages:
Fedora/CentOS: yum install net-snmp-utils
Ubuntu: apt-get install snmp
-
After the installation, execute the commands below in the terminal:
> snmpwalk -v [1/2c/3] -c Read_Community IP_Address .1.3.6.1.2.1.25.3.3.1.2
For example: snmpwalk -v 2c -c public 10.10.10.1 .1.3.6.1.2.1.25.3.3.1.2
If the SNMP port is not the default one, execute the following command:
IP_Address:Port
For example: 10.10.10.1:601