Object identifier (OID)
- Last UpdatedFeb 13, 2023
- 1 minute read
- PI System
- PI Interface for SNMP 1.7.0.37
- Interfaces
Specify the SNMP OID to be read or set. For example:
OID=.1.3.6.1.2.1.1.3.0;
For OIDs that are part of the standard MIB-II, you can specify the textual representation. For example:
OID=system.sysUptime.0;
For OIDs that are part of the interfaces.ifTable.ifEntry group, you can use this abbreviated format:
OID_I=ifInOctets.3;
The interface treats the preceding entry as equivalent to the following:
OID=interfaces.ifTable.ifEntry.ifInOctets.3;