ARICENT-DHCP-CLIENT-MIB Table View

Table-centric layout grouping table, row, and column objects.

Tables
3
Rows
3
Columns
33
.1.3.6.1.4.1.2076.87.1.1 · 1 row entry · 6 columns
This table contains the Configuration information for 
DHCP client on each interface.
dhcpClientConfigEntry entry .1.3.6.1.4.1.2076.87.1.1.1
This object specifies the entries of the dhcpClientConfigTable.
Indexes
dhcpClientConfigIfIndex
Column Syntax OID
dhcpClientConfigIfIndex
This object specifies the index of one entry in dhcpClientConfigTable.
Integer32
Constraints:
range: 0-2147483647
.1.3.6.1.4.1.2076.87.1.1.1.1
dhcpClientRenew
This object is for renewing the lease time currently available.
When this object is set,Client will send DHCP Renew Request
message provided client is in BOUND/RENEW/REBIND state.
The Object can be set to the value 'no…
Enumerationr/w
Enumerated Values:
1set
2notset
.1.3.6.1.4.1.2076.87.1.1.1.2
dhcpClientRebind
This object is for renewing the lease time currently available.
When this object is set,Client will send DHCP Rebind Request
message provided client is in BOUND/RENEW/REBIND state.
The Object can be set to the value 'n…
Enumerationr/w
Enumerated Values:
1set
2notset
.1.3.6.1.4.1.2076.87.1.1.1.3
dhcpClientInform
This object is used to get configuration parameters from the
DHCP server.When this object is set,Client will send DHCP
Inform message provided client in BOUND state. The Object
can be set to the value 'notset' only t…
Enumerationr/w
Enumerated Values:
1set
2notset
.1.3.6.1.4.1.2076.87.1.1.1.4
dhcpClientRelease
This object is used to release the acquired IP back to the
DHCP server pool.When this object is set,Client will send
DHCP RELEASE message provided client is in BOUND/RENEW/
REBIND state.The Object can be set to the va…
Enumerationr/w
Enumerated Values:
1set
2notset
.1.3.6.1.4.1.2076.87.1.1.1.5
dhcpClientIdentifier
This object is unique identifier of dhcp client per interface.
It will be used in option 61 field in all dhcp client messages.
This identifier will be used in dhcp server to maintain client
informations.
OctetStringr/w .1.3.6.1.4.1.2076.87.1.1.1.6
.1.3.6.1.4.1.2076.87.1.3 · 1 row entry · 5 columns
The dhcp options which are to be requested to server
will be added as entries in this table.   
          
While sending out discover message, the options entries
which are avilable in this table will be added with
discover message.  
          
The option values which are received via dhcp ack
packet will be stored in this table.
dhcpClientOptEntry entry .1.3.6.1.4.1.2076.87.1.3.1
An entry containing requested dhcp options and its values
at a particular interface.
Indexes
dhcpClientOptIfIndex dhcpClientOptType
Column Syntax OID
dhcpClientOptIfIndex
A unique identifier for each interface.
This object is identical to the ifIndex
of the standard MIB-2 ifTable.
IF-MIBInterfaceIndex
Textual Convention: IF-MIBInterfaceIndex Integer32
Type Constraints:
range: 1..2147483647
.1.3.6.1.4.1.2076.87.1.3.1.1
dhcpClientOptType
The object identifies the option, this is the
tag octet of the DHCP option. This option is
one of the index in the dhcpClientOptTable.

Option 0 denotes padding. Option 255 denotes
end of option field. …
Integer32
Constraints:
range: 1-254
.1.3.6.1.4.1.2076.87.1.3.1.2
dhcpClientOptLen
This object specifies the length of the DHCP Client Option.
This length does not include the two octets
specifiying the tag and length.

This object has read-write support only for option 60.
Integer32r/w
Constraints:
range: 0-255
.1.3.6.1.4.1.2076.87.1.3.1.3
dhcpClientOptVal
This object specifies the octets of data, for the length
specified by dhcpClientOptLen.

This object has read-write support only for option 60.

This value is taken from DHCP ACK message
sent…
OctetStringr/w .1.3.6.1.4.1.2076.87.1.3.1.4
dhcpClientOptRowStatus
The RowStatus variable is for addition and deletion
of dhcpClientOptEntry.
SNMPv2-TCRowStatusr/w
Textual Convention: SNMPv2-TCRowStatus Enumeration
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
.1.3.6.1.4.1.2076.87.1.3.1.5
.1.3.6.1.4.1.2076.87.2.1 · 1 row entry · 22 columns
This table contains the statistics of DHCP Client on each 
interface. It will give the no of messages sent and received at
any time
dhcpClientCounterEntry entry .1.3.6.1.4.1.2076.87.2.1.1
This object specifies the entries of the dhcpClientCounterTable.
Indexes
dhcpClientIfIndex
Column Syntax OID
dhcpClientIfIndex
This object specifies the index of one entry in dhcpClientCounterTable.
Integer32
Constraints:
range: 0-2147483647
.1.3.6.1.4.1.2076.87.2.1.1.1
dhcpClientCountDiscovers
The number of DHCPDISCOVER (option 53 with value 1) packets
received.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.2076.87.2.1.1.2
dhcpClientCountRequests
The number of DHCPREQUEST (option 53 with value 3) packets
received.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.2076.87.2.1.1.3
dhcpClientCountReleases
The number of DHCPRELEASE (option 53 with value 7) packets
received.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.2076.87.2.1.1.4
dhcpClientCountDeclines
The number of DHCPDECLINE (option 53 with value 4) packets
received.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.2076.87.2.1.1.5
dhcpClientCountInforms
The number of DHCPINFORM (option 53 with value 8) packets
received.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.2076.87.2.1.1.6
dhcpClientCountOffers
The number of DHCPOFFER (option 53 with value 2) packets
sent.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.2076.87.2.1.1.7
dhcpCountAcksInReqState
This object specifies the number of DHCPACK (option 53 with value 5) packets
recieved in the S_REQUESTING state.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.2076.87.2.1.1.8
dhcpCountNacksInReqState
This object specifies the number of DHCPNACK (option 53 with value 6) packets
recieved in the S_REQUESTING state.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.2076.87.2.1.1.9
dhcpCountAcksInRenewState
This object specifies the number of DHCPACK (option 53 with value 5) packets
recieved in the S_RENEWING state.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.2076.87.2.1.1.10
dhcpCountNacksInRenewState
This object specifies the number of DHCPNACK (option 53 with value 6) packets
recieved in the S_RENEWING state.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.2076.87.2.1.1.11
dhcpCountAcksInRebindState
This object specifies the number of DHCPACK (option 53 with value 5) packets
recieved in the S_REBINDING state.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.2076.87.2.1.1.12
dhcpCountNacksInRebindState
This object specifies the number of DHCPNACK (option 53 with value 6) packets
recieved in the S_REBINDING state.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.2076.87.2.1.1.13
dhcpCountAcksInRebootState
This object specifies the number of DHCPACK (option 53 with value 5) packets
recieved in the S_REBOOTING state.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.2076.87.2.1.1.14
dhcpCountNacksInRebootState
This object specifies the number of DHCPNACK (option 53 with value 6) packets
recieved in the S_REBOOTING state.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.2076.87.2.1.1.15
dhcpCountErrorInHeader
This object specifies the number of packet errors reiceved in the DHCP Client
Header.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.2076.87.2.1.1.16
dhcpCountErrorInXid
This object specifies the number of packet recieved which mismatches in Xid.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.2076.87.2.1.1.17
dhcpCountErrorInOptions
This object specifies the number of packet recieved which has error in options.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.2076.87.2.1.1.18
dhcpClientIpAddress
This object specifies the negotiated IP Address of particular interface.
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.2076.87.2.1.1.19
dhcpClientLeaseTime
This object specifies the negotiated Lease time of particular interface.
SNMPv2-SMIInteger32
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.2076.87.2.1.1.20
dhcpClientCounterReset
This object is used to reset the statistics counters.
When set to set(1), statistics counters will be cleared. When set to notset(2), no
action will take place.
Enumerationr/w
Enumerated Values:
1set
2notset
.1.3.6.1.4.1.2076.87.2.1.1.21
dhcpClientRemainLeaseTime
This object is used to get the remaining lease time of the particular interface.
SNMPv2-SMIInteger32
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.2076.87.2.1.1.22