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

10/26/2018 6:43 PM

Last published date

10/26/2018 6:43 PM

Overview

The default OIDs that IPAM polls.

Product section

IP Address Manager

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";