Microsoft DHCP Objects

Enterprises are defined in RFC 1155-SMI. Object Type is defined in RFC 1212. DisplayString is defined in RFC 1213.

DHCP MIB Parameters

The object name and object identifier for this group is:
iso.dod.internet.enterprises.microsoft.software.Dhcp.DhcpPar
(1.3.6.1.4.1.311.1.3.1)

ParDhcpStartTime {DhcpPar 1}

DHCP Server start time.
SYNTAX DisplayString (size (1..30))
ACCESS read-only

ParDhcpTotalNoOfDiscovers {DhcpPar 2}

Indicates the number of discovery messages received.
SYNTAX Counter
ACCESS read-only

ParDhcpTotalNoOfRequests {DhcpPar 3}

Indicates the number of requests received.
SYNTAX Counter
ACCESS read-only

ParDhcpTotalNoOfReleases {DhcpPar 4}

Indicates the number of releases received.
SYNTAX Counter
ACCESS read-only

ParDhcpTotalNoOfOffers {DhcpPar 5}

Indicates the number of offers sent.
SYNTAX Counter
ACCESS read-only

ParDhcpTotalNoOfAcks {DhcpPar 6}

Indicates the number of acknowledgments sent.
SYNTAX Counter
ACCESS read-only

ParDhcpTotalNoOfNacks {DhcpPar 7}

Indicates the number of negative acknowledgments sent.
SYNTAX Counter
ACCESS read-only

ParDhcpTotalNoOfDeclines {DhcpPar 8}

Indicates the number of declines received.
SYNTAX Counter
ACCESS read-only

DHCP Scope Group

The object name and object identifier for this group is:
iso.dod.internet.enterprises.microsoft.software.Dhcp.DhcpScope
(1.3.6.1.4.1.311.1.3.2)

ScopeTable {DhcpScope 1}

A list of subnets maintained by the server.
SYNTAX SEQUENCE OF ScopeTableEntry
ACCESS read-only

sScopeTableEntry {ScopeTable 1}

The row corresponding to a subnet.
SYNTAX ScopeTableEntry
ACCESS read-only

SubnetAdd {sScopeTableEntry 1}

The subnet address.
SYNTAX IpAddress
ACCESS read-only

NoAddInUse {sScopeTableEntry 2}

The number of addresses in use.
SYNTAX Counter
ACCESS read-only

NoAddFree {sScopeTableEntry 3}

The number of free addresses available.
SYNTAX Counter
ACCESS read-only

NoPendingOffers {sScopeTableEntry 4}

The number of addresses currently in the offer state — that is, those that are used temporarily.
SYNTAX Counter
ACCESS read-only