Network Management
What OID’s does IPAM poll during subnet scans?
What OID’s does IPAM poll during subnet scans?. List of default OID's polled by IPAM KB2324. For MAC, for VMWare.
First published date
Last published date
Overview
Product section
Resolution
By default, Orion IPAM polls the following OIDs:
public const string OID_sysName = "1.3.6.1.2.1.1.5.0";
public const string OID_sysContact = "1.3.6.1.2.1.1.4.0";
public const string OID_sysLocation = "1.3.6.1.2.1.1.6.0";
public const string OID_sysDescr = "1.3.6.1.2.1.1.1.0";
public const string OID_sysObjectID = "1.3.6.1.2.1.1.2.0";
public const string OID_sysUpTime = "1.3.6.1.2.1.1.3.0";
For MAC
public const string OID_ipAdEntAddr = "1.3.6.1.2.1.4.20.1.1";
public const string OID_ipAdEntIfIndex = "1.3.6.1.2.1.4.20.1.2";
public const string OID_ifPhysAddress = "1.3.6.1.2.1.2.2.1.6";
vmWare
public const string OID_VMWareESX = "1.3.6.1.4.1.6876.1.3.0";
public const string OID_VMWareESX_Answer = "1.3.6.1.4.1.6876.60.1";
public const string OID_VMWareESX_MachineType = "1.3.6.1.4.1.6876.1.1.0";