If the SNMP port is not the default port (161), try: IP_Address:Port
Ex: snmpget -v 2c -c public 10.10.10.1:8001 .1.3.6.1.4.1.9.9.13.1.3.1.3.1
If you are able to fetch the OID value from the MIB browser but still can't see it in Site24x7:
- Ensure that the device is polling and the Network Module is Up.
- Check the category of the OID (Scalar or Tabular), and verify whether the performance counter type is correctly associated in Site24x7. Also, check that .0 or correct index is appended at the end of the scalar OIDs to return only a single value.
-
Check if the performance counter type is correct (String or Numeric), and verify if the result returned in the MIB browser is a numeric OID or not.
- Check if your OID is a counter type OID.
Counter type OIDs
For counter type OIDs (like counter32, counter64), the difference between the values obtained from the last two polls is displayed in the Site24x7 web client. Counter type OIDs return lengthy non-negative integers when queried, which slowly increases until they reach the maximum value. This is why the difference from the last two polls is displayed instead of the current values fetched from the query.
Apply the formula and update the values for counter type OIDs.
If your OID is counter type OID, you can make use of the Save Absolute option while adding performance counters (Network > Device Templates > Add Device Templates > Add Performance Counters > Tabular Performance Counters). This option is available for scalar and tabular performance counters. When toggled to No, this will fetch the value as the difference between the last two polls. To fetch the value from all data procured, toggle to Yes against Save Absolute.