HUAWEI-DHCPS-MIB
- Functions Overview
- Relationships Between Tables
- Description of Single Objects
- hwDHCPSServiceStatus
- hwDHCPSDetectingServerStatus
- hwDHCPSPingNum
- hwDHCPSPingTimeout
- hwDHCPSWriteDataStatus
- hwDHCPSWriteDataDirection
- hwDHCPSWriteDataDelay
- hwDHCPSWriteDataRecover
- hwDHCPSIPInUseResetIP
- hwDHCPSConflictIPResetIP
- hwDHCPSIPResetFlag
- hwDHCPSGlobalPoolNumber
- hwDHCPSGlobalPoolAutoBindingNum
- hwDHCPSGlobalPoolManualBindingNum
- hwDHCPSGlobalPoolExpiredBindingNum
- hwDHCPSInterfacePoolNumber
- hwDHCPSInterfacePoolAutoBindingNum
- hwDHCPSInterfacePoolManualBindingNum
- hwDHCPSInterfacePoolExpiredBindingNum
- hwDHCPSBadPktNum
- hwDHCPSBootRequestPktNum
- hwDHCPSDiscoverPktNum
- hwDHCPSRequestPktNum
- hwDHCPSDeclinePktNum
- hwDHCPSReleasePktNum
- hwDHCPSInformPktNum
- hwDHCPSBootReplyPktNum
- hwDHCPSOfferPktNum
- hwDHCPSAckPktNum
- hwDHCPSNakPktNum
- hwDHCPSStatisticsReset
- Description of MIB Tables
- Description of Alarm Objects
- Unsupported Objects
Functions Overview
HUAWEI-DHCPS-MIB is a private MIB developed by Huawei. It is used to implement address allocation through DHCP servers. In addition, it can be used for managing DHCP servers and the used, conflicted and expired IP addresses in DHCP global address pools and interface address pools.
The OID of root objects is: iso(1).org(3).dod(6).internet(1).private(4).enterprises(1).huawei(2011).huaweiMgmt(5).hwDhcp(7).hwDHCPServerMib(2)
Relationships Between Tables
Description of Single Objects
hwDHCPSServiceStatus
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.7.2.1.12 |
hwDHCPSServiceStatus |
INTEGER{enabled(1),disabled(2)} |
Read-write |
This object indicates the status of the DHCP server service. The statuses can be:
NOTICE:
After the set disable operation is performed, the DHCP service is globally disabled, and the DHCP Server, DHCP relay, and DHCP snooping functions are also disabled. |
This object is implemented as defined in the corresponding MIB files. |
hwDHCPSDetectingServerStatus
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.7.2.1.13 |
hwDHCPSDetectingServerStatus |
INTEGER{enabled(1),disabled(2)} |
Read-write |
This object indicates the status of the DHCP server detection function. The values can be enabled(1) and disabled(2). By default, the value is disabled(2). |
This object is implemented as defined in the corresponding MIB files. |
hwDHCPSPingNum
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.7.2.1.14 |
hwDHCPSPingNum |
INTEGER32 (0..10) |
Read-write |
The value of this object identifies the maximum number of Ping packets sent out during duplicate address detection. |
This object is implemented as defined in the corresponding MIB files. |
hwDHCPSPingTimeout
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.7.2.1.15 |
hwDHCPSPingTimeout |
INTEGER32 (0..10000) |
Read-write |
The value of this object identifies the delay in responding to Ping packets during duplicate address detection. The delay is in milliseconds. |
This object is implemented as defined in the corresponding MIB files. |
hwDHCPSWriteDataStatus
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.7.2.1.16 |
hwDHCPSWriteDataStatus |
INTEGER{enabled(1),disabled(2)} |
Read-write |
This object indicates whether the function of saving DHCP data to a hard disk is enabled. By default, the function is disabled. The DHCP data to be saved is the contents in hwDHCPSConflictIPTable and hwDHCPSIPInUseTable. |
This object is implemented as defined in the corresponding MIB files. |
hwDHCPSWriteDataDirection
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.7.2.1.17 |
hwDHCPSWriteDataDirection |
OCTET STRING (SIZE (1..255)) |
Read-only |
This object indicates the directory to which DHCP data is saved. |
This object is implemented as defined in the corresponding MIB files. |
hwDHCPSWriteDataDelay
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.7.2.1.18 |
hwDHCPSWriteDataDelay |
INTEGER32 (300..86400) |
Read-write |
The value of this object identifies the allowable delay in saving data to a hard disk. The delay is in seconds. |
This object is implemented as defined in the corresponding MIB files. |
hwDHCPSWriteDataRecover
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.7.2.1.19 |
hwDHCPSWriteDataRecover |
INTEGER{enabled(1),disabled(2)} |
Read-write |
This object indicates the flag of recovering the DHCP data based on the data saved on the hard disk. It determines whether to recover the DHCP data based on the data on the hard disk when system starts up. The default value is "disabled". |
This object is implemented as defined in the corresponding MIB files. |
hwDHCPSIPInUseResetIP
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.7.2.1.20 |
hwDHCPSIPInUseResetIP |
OCTET STRING (SIZE (4)) |
Read-write |
This object indicates information on an IP address in use that will be cleared. The value 0 is returned for the Set operation. |
Currently, the maximum access is write-only; the return value NULL string is supported only. |
hwDHCPSConflictIPResetIP
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.7.2.1.21 |
hwDHCPSConflictIPResetIP |
OCTET STRING (SIZE (4)) |
Read-write |
This object indicates information on a conflicted IP address that will be cleared. The value 0 is returned for the Set operation. |
Currently, the maximum access is write-only; the return value NULL string is supported only. |
hwDHCPSIPResetFlag
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.7.2.1.22 |
hwDHCPSIPResetFlag |
INTEGER {ipInUse(1),conflictIp(2)} |
Read-write |
This object indicates the flag of the Reset operation. The value 1 means deleting IP addresses in use. The value 2 means deleting conflicted IP addresses. |
Currently, the maximum access is write-only; the return value NULL string is supported only. |
hwDHCPSGlobalPoolNumber
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.7.2.1.23 |
hwDHCPSGlobalPoolNumber |
Integer32 |
Read-only |
The value of this object identifies the total number of global DHCP address pools. |
This object is implemented as defined in the corresponding MIB files. |
hwDHCPSGlobalPoolAutoBindingNum
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.7.2.1.24 |
hwDHCPSGlobalPoolAutoBindingNum |
Integer32 |
Read-only |
This object indicates the total number of IP addresses dynamically allocated by the DHCP server address pool. |
This object is implemented as defined in the corresponding MIB files. |
hwDHCPSGlobalPoolManualBindingNum
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.7.2.1.25 |
hwDHCPSGlobalPoolManualBindingNum |
Integer32 |
Read-only |
The value of this object identifies the total number of manually bound IP addresses on a DHCP server. |
This object is implemented as defined in the corresponding MIB files. |
hwDHCPSGlobalPoolExpiredBindingNum
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.7.2.1.26 |
hwDHCPSGlobalPoolExpiredBindingNum |
Integer32 |
Read-only |
The value of this object identifies the total number of expired bound IP addresses on a DHCP server. |
This object is implemented as defined in the corresponding MIB files. |
hwDHCPSInterfacePoolNumber
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.7.2.1.27 |
hwDHCPSInterfacePoolNumber |
Integer32 |
Read-only |
The value of this object identifies the total number of interface address pools. |
This object is implemented as defined in the corresponding MIB files. |
hwDHCPSInterfacePoolAutoBindingNum
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.7.2.1.28 |
hwDHCPSInterfacePoolAutoBindingNum |
Integer32 |
Read-only |
The value of this object identifies the total number of IP addresses automatically bound in an interface address pool. |
This object is implemented as defined in the corresponding MIB files. |
hwDHCPSInterfacePoolManualBindingNum
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.7.2.1.29 |
hwDHCPSInterfacePoolManualBindingNum |
Integer32 |
Read-only |
The value of this object identifies the total number of IP addresses manually bound in an interface address pool. |
This object is implemented as defined in the corresponding MIB files. |
hwDHCPSInterfacePoolExpiredBindingNum
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.7.2.1.30 |
hwDHCPSInterfacePoolExpiredBindingNum |
Integer32 |
Read-only |
The value of this object identifies the total number of expired IP addresses bound in an interface address pool. |
This object is implemented as defined in the corresponding MIB files. |
hwDHCPSBadPktNum
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.7.2.1.31 |
hwDHCPSBadPktNum |
Integer32 |
Read-only |
The value of this object identifies the total number of unknown packets received by a DHCP server. |
This object is implemented as defined in the corresponding MIB files. |
hwDHCPSBootRequestPktNum
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.7.2.1.32 |
hwDHCPSBootRequestPktNum |
Integer32 |
Read-only |
The value of this object identifies the total number of BOOTP Request packets received by a DHCP server from DHCP clients. |
This object is implemented as defined in the corresponding MIB files. |
hwDHCPSDiscoverPktNum
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.7.2.1.33 |
hwDHCPSDiscoverPktNum |
Integer32 |
Read-only |
The value of this object identifies the total number of DHCP Discover packets received from DHCP clients. |
This object is implemented as defined in the corresponding MIB files. |
hwDHCPSRequestPktNum
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.7.2.1.34 |
hwDHCPSRequestPktNum |
Integer32 |
Read-only |
The value of this object identifies the total number of DHCP Request packets received from DHCP clients. |
This object is implemented as defined in the corresponding MIB files. |
hwDHCPSDeclinePktNum
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.7.2.1.35 |
hwDHCPSDeclinePktNum |
Integer32 |
Read-only |
The value of this object identifies the total number of DHCP Decline packets received from DHCP clients. |
This object is implemented as defined in the corresponding MIB files. |
hwDHCPSReleasePktNum
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.7.2.1.36 |
hwDHCPSReleasePktNum |
Integer32 |
Read-only |
The value of this object identifies the total number of DHCP Release packets received from DHCP clients. |
This object is implemented as defined in the corresponding MIB files. |
hwDHCPSInformPktNum
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.7.2.1.37 |
hwDHCPSInformPktNum |
Integer32 |
Read-only |
The value of this object identifies the total number of DHCP Inform packets received from DHCP clients. |
This object is implemented as defined in the corresponding MIB files. |
hwDHCPSBootReplyPktNum
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.7.2.1.38 |
hwDHCPSBootReplyPktNum |
Integer32 |
Read-only |
The value of this object identifies the total number of BOOTP Reply packets sent by a DHCP server to DHCP clients. |
This object is implemented as defined in the corresponding MIB files. |
hwDHCPSOfferPktNum
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.7.2.1.39 |
hwDHCPSOfferPktNum |
Integer32 |
Read-only |
The value of this object identifies the total number of DHCP Offer packets sent by a DHCP server. |
This object is implemented as defined in the corresponding MIB files. |
hwDHCPSAckPktNum
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.7.2.1.40 |
hwDHCPSAckPktNum |
Integer32 |
Read-only |
The value of this object identifies the total number of DHCP Ack packets sent by a DHCP server. |
This object is implemented as defined in the corresponding MIB files. |
hwDHCPSNakPktNum
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.7.2.1.41 |
hwDHCPSNakPktNum |
Integer32 |
Read-only |
The value of this object identifies the total number of DHCP Nak packets sent by a DHCP server. |
This object is implemented as defined in the corresponding MIB files. |
hwDHCPSStatisticsReset
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.7.2.1.42 |
hwDHCPSStatisticsReset |
INTEGER{invalid(0),reset(1)} |
Read-write |
This object indicates whether to reset the statistics on the packets received and sent by a DHCP server. The value 1 means clearing statistics. |
This object is implemented as defined in the corresponding MIB files. |
Description of MIB Tables
hwDHCPSGlobalPoolTable
This table describes the creation and deletion of a global address pool of a DHCP server.
The index of this table is hwDHCPSGlobalPoolName.
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.7.2.1.1.1.1 |
hwDHCPSGlobalPoolName |
Octet string |
Read-only |
This object indicates the name of a global address pool to be created on or deleted from a DHCP server. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.7.2.1.1.1.2 |
hwDHCPSGlobalPoolRowStatus |
INTEGER{active(1),notInService(2),notReady(3),createAndGo(4),createAndWait(5),destroy(6)} |
Read-create |
This object indicates the status of rows in this table. Currently, only three actions are used: active(1), createAndGo(4), destroy(6). |
This object is implemented as defined in the corresponding MIB files. |
Creation Restriction
In the createAndGo state, you can create a new global address pool and set its name.
Modification Restriction
None.
Deletion Restriction
None.
Access Restriction
None.
hwDHCPSGlobalPoolConfigTable
This table describes configurations about a global address pool, such as the address pool type, on a DHCP server.
The index of this table is hwDHCPSGlobalPoolName.
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.7.2.1.2.1.1 |
hwDHCPSGlobalPoolType |
INTEGER{null(0),host(1),network(2)} |
Read-write |
This object indicates the type of a DHCP global address pool. Any operations to this object must be bound with the operations to hwDHCPSGlobalPoolNetwork and hwDHCPSGlobalPoolNetworkMask or with the operations to hwDHCPSGlobalPoolMask. Any separate operation to this object will be regarded as an invalid operation. The types can be:
NOTE:
Only the value network(2) is valid. |
At present, this object is read-only. |
1.3.6.1.4.1.2011.5.7.2.1.2.1.2 |
hwDHCPSGlobalPoolNetwork |
OCTET STRING (SIZE (4)) |
Read-write |
This object indicates the IP address segment that can be allocated dynamically in a global address pool. To delete a configured IP address segment, set hwDHCPSGlobalPoolConfigUndoFlag to 1. The Set operation to this object must be performed concurrently with the Set operation to hwDHCPSGlobalPoolNetworkMask. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.7.2.1.2.1.3 |
hwDHCPSGlobalPoolNetworkMask |
OCTET STRING (SIZE (4)) |
Read-write |
This object indicates the mask of an IP address in a global address pool. The Set operation to this object must be performed concurrently with the Set operation to hwDHCPSGlobalPoolNetwork. Any alone Set operation to this object will be regarded as an invalid operation. When an IP address segment is deleted from a global address pool, its mask is also deleted automatically, and no further operation is needed. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.7.2.1.2.1.5 |
hwDHCPSGlobalPoolHostMask |
OCTET STRING (SIZE (4)) |
Read-write |
This object indicates the mask of a manually bound IP address in the global address pool. When a manually bound IP address is deleted from a global address pool, its mask is also deleted automatically, and no further operation needed. NOTE:
The Set operation to this object is not supported. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.7.2.1.2.1.7 |
hwDHCPSGlobalPoolConfigUndoFlag |
INTEGER{undonetworkip(1),undohostip(2),undohosthaddr(3),invalid(4)} |
Read-write |
This object indicates the undo operation flag bit in the configuration table of a global address pool. The flag bit can be:
NOTE:
Only the value undonetworkip(1) is valid. |
This object is implemented as defined in the corresponding MIB files. |
Creation Restriction
No entry can be created in this table.
Modification Restriction
The value of hwDHCPSGlobalPoolType can only be network(2).
The value of hwDHCPSGlobalPoolConfigUndoFlag can only be undonetworkip(1).
Deletion Restriction
None.
Access Restriction
None.
hwDHCPSGlobalPoolParaTable
This table describes the parameters configured for a global address pool on a DHCP server.
The index of this table is hwDHCPSGlobalPoolName.
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.7.2.1.3.1.1 |
hwDHCPSGlobalPoolLeaseDay |
Integer32 (0..999) |
Read-write |
The value of this object identifies the number of days of a lease. The default value is 1. A lease is the period over which an IP address is allocated to a client. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.7.2.1.3.1.2 |
hwDHCPSGlobalPoolLeaseHour |
Integer32 (0..23) |
Read-write |
The value of this object identifies the number of hours of a lease. The default value is 0. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.7.2.1.3.1.3 |
hwDHCPSGlobalPoolLeaseMinute |
Integer32 (0..59) |
Read-write |
The value of this object identifies the number of minutes of a lease. The default value is 0. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.7.2.1.3.1.4 |
hwDHCPSGlobalPoolLeaseUnlimited |
INTEGER |
Read-write |
This object indicates the flag denoting if the lease is unlimited. The flag can be:
|
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.7.2.1.3.1.5 |
hwDHCPSGlobalPoolDomainName |
OCTET STRING (SIZE (1..63)) |
Read-write |
This object indicates the domain name provided for a client. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.7.2.1.3.1.6 |
hwDHCPSGlobalPoolClientGatewayIPString |
OCTET STRING (SIZE (0..129)) |
Read-write |
This object indicates the IP address of the gateway provided for a client. A maximum of eight IP addresses can be provided. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.7.2.1.3.1.7 |
hwDHCPSGlobalPoolClientGatewayIPUndo |
OCTET STRING (SIZE (4)) |
Read-write |
This object indicates the entered IP address of a gateway that will be deleted. The IP address can be only an IP address that has been configured on the gateway. Get return value 0.0.0.0. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.7.2.1.3.1.8 |
hwDHCPSGlobalPoolClientDNSIPString |
OCTET STRING (SIZE (0..129)) |
Read-write |
This object indicates the IP address of a DNS server provided for clients. A maximum of eight IP addresses can be configured. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.7.2.1.3.1.9 |
hwDHCPSGlobalPoolClientDNSIPUndo |
OCTET STRING (SIZE (4)) |
Read-write |
This object indicates the IP address of a DNS server to be deleted. The IP address can be only an IP address that has been configured for a DNS server. Get return value 0.0.0.0 |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.7.2.1.3.1.10 |
hwDHCPSGlobalPoolClientNetbiosType |
INTEGER |
Read-write |
This object indicates the NetBIOS node type provided for a client. The NetBIOS node type can be:
|
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.7.2.1.3.1.11 |
hwDHCPSGlobalPoolClientNbnsIPString |
OCTET STRING (SIZE (0..129)) |
Read-write |
This object indicates the IP address of a NetBIOS server provided for a client. A maximum of eight IP addresses can be configured. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.7.2.1.3.1.12 |
hwDHCPSGlobalPoolClientNbnsIPUndo |
OCTET STRING (SIZE (4)) |
Read-write |
This object indicates the IP address of a NetBIOS server to be deleted. The IP address can be only an IP address that has been configured for a NetBIOS server. Get return value 0.0.0.0 |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.7.2.1.3.1.13 |
hwDHCPSGlobalPoolParaUndoFlag |
INTEGER |
Read-write |
This object indicates the undo operation flag bit of the parameters of a global address pool. The flag bit can be:
|
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.7.2.1.3.1.14 |
hwDHCPSGlobalPoolIPInUseReset |
INTEGER |
Read-write |
This object indicates that lease information of all online users in the global address pool is cleared. The value can be:
|
This object is implemented as defined in the corresponding MIB files. |
Creation Restriction
The entries in this table cannot be created.
Modification Restriction
When you modify the lease, the nodes related to the lease (hwDHCPSGlobalPoolLeaseDay, hwDHCPSGlobalPoolLeaseHour, and hwDHCPSGlobalPoolLeaseMinute) and hwDHCPSGlobalPoolLeaseUnlimited are mutually exclusive. The hwDHCPSGlobalPoolLeaseDay object is mandatory. The hwDHCPSGlobalPoolLeaseHour and hwDHCPSGlobalPoolLeaseMinute objects are optional and their default value is 0.
Deletion Restriction
To delete an IP address configured on an egress gateway, DNS server, or NetBIOS server, you can perform operations to hwDHCPSGlobalPoolClientGatewayIPUndo, hwDHCPSGlobalPoolClientDNSIPUndo, or hwDHCPSGlobalPoolClientNbnsIPUndo accordingly.
To delete a type of addresses that have been configured, you can perform operation to hwDHCPSGlobalPoolParaUndoFlag. For details, see the object description in the preceding table.
Access Restriction
None.
hwDHCPSGlobalPoolOptionTable
This table describes the Option configuration of a global address pool on a DHCP server.
The indexes of this table are hwDHCPSGlobalPoolName, hwDHCPSGlobalPoolOptionCode.
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.7.2.1.4.1.1 |
hwDHCPSGlobalPoolOptionCode |
Integer32 (2..254) |
Read-only |
This object indicates the Option operation code of a global address pool. All options begin with a tag octet, which uniquely identifies the option. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.7.2.1.4.1.2 |
hwDHCPSGlobalPoolOptionType |
INTEGER |
Read-create |
This object indicates the Option operation type of a global address pool. The Option operation type can be:
|
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.7.2.1.4.1.3 |
hwDHCPSGlobalPoolOptionAscii |
OCTET STRING (SIZE (0..256)) |
Read-create |
This object indicates the Options with the operation type being ASCII character strings. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.7.2.1.4.1.4 |
hwDHCPSGlobalPoolOptionHexString |
OCTET STRING (SIZE (0..255)) |
Read-create |
This object indicates the Options with the operation type being hexadecimal strings. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.7.2.1.4.1.5 |
hwDHCPSGlobalPoolOptionIPString |
OCTET STRING (SIZE (0..129)) |
Read-create |
This object indicates the Options with the operation type being IP addresses. A maximum of eight IP addresses can be specified at one time. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.7.2.1.4.1.6 |
hwDHCPSGlobalPoolOptionRowStatus |
INTEGER{active(1),notInService(2),notReady(3),createAndGo(4),createAndWait(5),destroy(6)} |
Read-create |
This object indicates the status of rows in the table. Currently, only three actions are used: active(1), createAndGo(4), destroy(6). When adding an Option, you must specify the Option operation type and the corresponding value. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.7.2.1.4.1.7 |
hwDHCPSGlobalPoolOptionCipher |
OBJECT-TYPE(SIZE (0..104)) |
read-create |
This object indicates the ciphertext character string on the DHCP server global address pool. |
This object is implemented different from that defined in the corresponding MIB file. The return value of Get operation must be ******. The Set operation is not supported. |
Creation Restriction
You must create an Option code that does not exist in the table. Some Option codes are reserved for the protocol; therefore, you cannot configure them.
- Suboptions cannot be created.
Modification Restriction
This table is used to configure self-defined Options for a global address pool. hwDHCPSGlobalPoolOptionCode refers to the value of the Option code to be defined. For an Option identified by hwDHCPSGlobalPoolOptionCode, you can configure it to only the ASCII character strings, hexadecimal strings, ciphertext character strings, or IP addresses.
Deletion Restriction
None.
Access Restriction
None.
hwDHCPSInterfacePoolParaTable
This table describes configuration parameters of an interface address pool on a DHCP server.
The index of this table is ifIndex.
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.7.2.1.6.1.1 |
hwDHCPSInterfacePoolLeaseDay |
Integer32 |
Read-write |
This object indicates the lease (in days) of an interface address pool. A lease is the period over which an IP address is allocated to a client. The value ranges from 0 to 999 and the default value is 1. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.7.2.1.6.1.2 |
hwDHCPSInterfacePoolLeaseHour |
Integer32 |
Read-write |
This object indicates the lease (in hours) of an interface address pool. The value ranges from 0 to 23 and the default value is 0. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.7.2.1.6.1.3 |
hwDHCPSInterfacePoolLeaseMinute |
Integer32 |
Read-write |
This object indicates the lease (in minutes) of an interface address pool. The value ranges from 0 to 59 and the default value is 0. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.7.2.1.6.1.4 |
hwDHCPSInterfacePoolLeaseUnlimited |
INTEGER |
Read-write |
This object indicates a flag denoting if the lease of a pool is unlimited. The flag can be:
|
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.7.2.1.6.1.5 |
hwDHCPSInterfacePoolDomainName |
OCTET STRING (SIZE (1..63)) |
Read-write |
This object indicates the domain name provided for a DHCP client of an interface address pool. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.7.2.1.6.1.6 |
hwDHCPSInterfacePoolClientDNSIPString |
OCTET STRING (SIZE (0..129)) |
Read-write |
This object indicates the IP address of a DNS server provided for a DHCP client of the interface address pool. A maximum of eight IP addresses can be provided. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.7.2.1.6.1.7 |
hwDHCPSInterfacePoolClientDNSIPUndo |
OCTET STRING (SIZE (4)) |
Read-write |
This object indicates the IP address of a DNS server to be deleted. |
Get return value 0.0.0.0 |
1.3.6.1.4.1.2011.5.7.2.1.6.1.8 |
hwDHCPSInterfacePoolClientNetbiosType |
INTEGER |
Read-write |
This object indicates the NetBIOS node type provided for a DHCP client. The NetBIOS node type can be:
|
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.7.2.1.6.1.9 |
hwDHCPSInterfacePoolClientNbnsIPString |
OCTET STRING (SIZE (0..129)) |
Read-write |
This object indicates the IP address of a NetBIOS server in the interface address pool, provided for a DHCP client. A maximum of eight IP addresses can be provided. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.7.2.1.6.1.10 |
hwDHCPSInterfacePoolClientNbnsIPUndo |
OCTET STRING (SIZE (4)) |
Read-write |
This object indicates the selected IP address of a NetBIOS server to be deleted in the interface address pool. |
Get return value 0.0.0.0 |
1.3.6.1.4.1.2011.5.7.2.1.6.1.11 |
hwDHCPSInterfacePoolParaUndoFlag |
INTEGER |
Read-write |
This object indicates the undo operation flag bit of the parameters of an interface address pool. The flag bit can be:
|
Get return value invalid(7) |
1.3.6.1.4.1.2011.5.7.2.1.6.1.12 |
hwDHCPSInterfacePoolIPInUseReset |
INTEGER |
Read-write |
This object indicates whether to clear the lease of an IP address in an interface address pool. The value can be:
|
This object is implemented as defined in the corresponding MIB files. |
Creation Restriction
The entries in this table cannot be created.
Modification Restriction
Each address pool can be configured with a maximum of eight DNS server addresses or NetBIOS server addresses simultaneously. hwDHCPSInterfacePoolDNSIPString and hwDHCPSInterfacePoolNbnsIPString respectively describe the DNS server address and NetBIOS server address.
The hwDHCPSInterfacePoolLeaseDay object is mandatory. The hwDHCPSInterfacePoolLeaseHour and hwDHCPSInterfacePoolLeaseMinute objects are optional and their default value is 0.
Deletion Restriction
To delete a configured IP address of a DNS server or NetBIOS server, you can perform operations to hwDHCPSInterfacePoolClientDNSIPUndo or hwDHCPSInterfacePoolClientNbnsIPUndo accordingly.
To delete a type of all configured addresses, you can perform operations to hwDHCPSInterfacePoolParaUndoFlag. For details, see the object description in the preceding table.
Access Restriction
The DHCP interface address pool must exist.
hwDHCPSInterfacePoolOptionTable
This table describes the Option configuration parameters of an interface address pool on a DHCP server.
The indexes of this table are ifIndex and hwDHCPSInterfacePoolOptionCode.
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.7.2.1.7.1.1 |
HwDHCPSInterfacePoolOptionCode |
Integer32 (2..254) |
Read-only |
This object indicates the Option operation code of an interface address pool. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.7.2.1.7.1.2 |
HwDHCPSInterfacePoolOptionType |
INTEGER |
Read-create |
This object indicates the Option operation type of an interface address pool. The Option operation type can be:
|
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.7.2.1.7.1.3 |
HwDHCPSInterfacePoolOptionAscii |
OCTET STRING (SIZE (0..255)) |
Read-create |
This object indicates the Options with the operation type being ASCII character strings. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.7.2.1.7.1.4 |
HwDHCPSInterfacePoolOptionHexString |
OCTET STRING (SIZE (0..255)) |
Read-create |
This object indicates the Options with the operation type being hexadecimal strings. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.7.2.1.7.1.5 |
HwDHCPSInterfacePoolOptionIPString |
OCTET STRING (SIZE (0..129)) |
Read-create |
This object indicates the Options with the operation type being IP addresses. A maximum of eight IP addresses can be specified at one time. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.7.2.1.7.1.6 |
HwDHCPSInterfacePoolOptionRowStatus |
Rowstatus |
Read-create |
This object indicates the status of rows in the table. Currently, only three actions are used: active(1), createAndGo(4), destroy(6). When adding an Option, you must specify the Option operation type and the corresponding value. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.7.2.1.7.1.7 |
hwDHCPSInterfacePoolOptionCipher |
OCTET STRING (SIZE (0..104)) |
read-create |
This object indicates the ciphertext character string on the DHCP server interface address pool. |
This object is implemented different from that defined in the corresponding MIB file. The return value of Get operation must be ******. The Set operation is not supported. |
Creation Restriction
You must create an Option code that does not exist in the table. Some Option codes are reserved for the protocol; therefore, you cannot configure them.
- Suboptions cannot be created.
Modification Restriction
This table is used to configure self-defined Options for an interface address pool. hwDHCPSInterfacePoolOptionCode refers to the value of the Option code to be defined. For an Option identified by hwDHCPSInterfacePoolOptionCode, you can configure it to only the ASCII character strings, hexadecimal strings, ciphertext character strings, or IP addresses.
Deletion Restriction
None.
Access Restriction
None.
hwDHCPSInterfacePoolStaticBindTable
This table describes static bindings in an interface address pool on a DHCP server.
The indexes of this table are ifIndex and hwDHCPSInterfacePoolStaticBindIP.
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.7.2.1.8.1.1 |
hwDHCPSInterfacePoolStaticBindIP |
OCTET STRING (SIZE (4)) |
Read-only |
This object indicates the IP addresses statically bound in an interface address pool. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.7.2.1.8.1.2 |
hwDHCPSInterfacePoolStaticBindMac |
OCTET STRING (SIZE (6)) |
Read-create |
This object indicates the hardware addresses statically bound in an interface address pool. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.7.2.1.8.1.3 |
hwDHCPSInterfacePoolStaticBindRowStatus |
INTEGER{active(1),notInService(2),notReady(3),createAndGo(4),createAndWait(5),destroy(6)} |
Read-create |
This object indicates the status of rows in this table. Currently, only three actions are used: active(1), createAndGo(4), destroy(6). When configuring static bindings, you must specify IP addresses and hardware addresses. |
This object is implemented as defined in the corresponding MIB files. |
Creation Restriction
The IP address statically bound in an interface address pool must be within the address pool range. Therefore, the NMS needs to read the IP address and mask of an interface and displays them on the configuration interface to guide user configuration.
Modification Restriction
The entries in this table cannot be modified. You can only create or delete the static IP addresses.
Deletion Restriction
None.
Access Restriction
None.
hwDHCPSIPInUseTable
This table shows information on the IP addresses allocated through a DHCP server.
The index of this table is hwDHCPSIPInUseHAddr.
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.7.2.1.9.1.1.1 |
hwDHCPSIPInUseHAddr |
OCTET STRING (SIZE (6)) |
Read-only |
This object indicates the MAC address of a client. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.7.2.1.9.1.1.2 |
hwDHCPSIPInUseIP |
OCTET STRING (SIZE (4)) |
Read-only |
This object indicates the IP address in the address pool allocated to a client. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.7.2.1.9.1.1.3 |
hwDHCPSIPInUseEndLease |
OCTET STRING (SIZE (1..20)) |
Read-only |
This object indicates the time during which users are online (in seconds). |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.7.2.1.9.1.1.4 |
hwDHCPSIPInUseType |
INTEGER{manual(1),auto(2),release(3),offered(4)} |
Read-only |
This object indicates the lease type of an IP address in an address pool. The lease type can be:
|
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.7.2.1.9.1.1.5 |
hwDHCPSIPInUsePoolName |
OCTET STRING (SIZE (1..64)) |
Read-only |
This object indicates the name of the address pool to which the allocated IP address belongs to. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.7.2.1.9.1.1.6 |
hwDHCPSIPInUseInterface |
INTEGER32 |
read-only |
This object indicates the name of the interface to which the allocated IP address belongs to. |
This object is implemented as defined in the corresponding MIB files. |
Creation Restriction
The entries in this table cannot be created.
Modification Restriction
The entries in this table cannot be modified.
Deletion Restriction
The entries in this table cannot be deleted.
Access Restriction
The value of this table exists only when the DHCP global address pool or interface address pool exists and the IP address is dynamically or manually applied through DHCP.
hwDHCPSIPPOOLForbiddenIPTable
This table describes the IP addresses forbidden in a DHCP address pool.
The indexes of this table are hwDHCPSIPPOOLForbiddenIPStart, hwDHCPSIPPOOLForbiddenIPEnd and hwDHCPSIPPOOLForbiddenIPVRFName.
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.7.2.1.45.1.1 |
hwDHCPSIPPOOLForbiddenIPStart |
OCTET STRING (SIZE (4)) |
Read-only |
This object indicates the start of the forbidden IP addresses. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.7.2.1.45.1.2 |
hwDHCPSIPPOOLForbiddenIPEnd |
OCTET STRING (SIZE (4)) |
Read-only |
This object indicates the end of the forbidden IP addresses. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.7.2.1.45.1.3 |
hwDHCPSIPPOOLForbiddenIPVRFName |
OCTET STRING |
read-only |
This object indicates the VPN instance to which the forbidden IP addresses belong. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.7.2.1.45.1.4 |
hwDHCPSIPPOOLForbiddenIPRowStatus |
INTEGER{active(1),notInService(2),notReady(3),createAndGo(4),createAndWait(5),destroy(6)} |
Read-create |
This object is used to create or delete an existent entry in this table. Currently, active(1), createAndGo(4) and destroy(6) are supported. |
This object is implemented as defined in the corresponding MIB files. |
Creation Restriction
Currently, statuses createAndGo, and destroy are supported. In the createAndGo state, you can create a forbidden IP address that does not exist in this table.
Modification Restriction
The entries in this table cannot be modified.
Deletion Restriction
The IP address to be deleted must be within the network segment of the forbidden IP address pool.
Access Restriction
None.
hwDHCPSIPPOOLConflictIPTable
This table describes information on conflicted IP addresses in a DHCP address pool.
The index of this table is hwDHCPSIPPOOLConflictIP and hwDHCPSIPPOOLConflictIPVRFName.
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.7.2.1.46.1.1 |
hwDHCPSIPPOOLConflictIP |
OCTET STRING (SIZE (4)) |
Read-only |
This object indicates the detected conflicted IP addresses. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.7.2.1.46.1.2 |
hwDHCPSIPPOOLConflictIPVRFName |
OCTET STRING |
read-only |
This object indicates the VPN instance to which the conflicted IP addresses belong. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.7.2.1.46.1.3 |
hwDHCPSIPPOOLConflictIPType |
INTEGER {ping(1),arp(2)} |
Read-only |
This object indicates the detection type of conflicted IP addresses. To ensure a consistency check, the DHCP server must probe reused addresses before allocating addresses. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.7.2.1.46.1.4 |
hwDHCPSIPPOOLConflictIPDetectTime |
OCTET STRING (SIZE (20)) |
read-only |
This object indicates the time when conflict addresses are detected, in the following format: month/day/year hour:minute:second -- MM/DD/YYYY hh:mm:ss |
This object is implemented as defined in the corresponding MIB files. |
Creation Restriction
The entries in this table cannot be created.
Modification Restriction
The entries in this table cannot be modified.
Deletion Restriction
The entries in this table cannot be deleted.
Access Restriction
The value of this table exists only when a DHCP global address pool or an interface address pool exists.
Unsupported Objects
The functions corresponding to the following objects are not supported on the device. Do not use these MIB objects to maintain the device.
Object ID |
Object Name |
Table |
---|---|---|
1.3.6.1.4.1.2011.5.7.2.1.2.1.4 |
hwDHCPSGlobalPoolHostIPAddr |
hwDHCPSGlobalPoolConfigTable |
1.3.6.1.4.1.2011.5.7.2.1.2.1.6 |
hwDHCPSGlobalPoolHostHAddr |
hwDHCPSGlobalPoolConfigTable |
1.3.6.1.4.1.2011.5.7.2.1.5.1.1 |
hwDHCPSGlobalTreeParentNodeName |
hwDHCPSGlobalTreeTable |
1.3.6.1.4.1.2011.5.7.2.1.5.1.2 |
hwDHCPSGlobalTreeChildNodeName |
hwDHCPSGlobalTreeTable |
1.3.6.1.4.1.2011.5.7.2.1.5.1.3 |
hwDHCPSGlobalTreePreSiblingNodeName |
hwDHCPSGlobalTreeTable |
1.3.6.1.4.1.2011.5.7.2.1.5.1.4 |
hwDHCPSGlobalTreeSiblingNodeName |
hwDHCPSGlobalTreeTable |
1.3.6.1.4.1.2011.5.7.2.1.9.1.7 |
hwDHCPSIPInUseVlan |
hwDHCPSIPInUseTable |
1.3.6.1.4.1.2011.5.7.2.1.9.1.8 |
hwDHCPSIPInUseAtmpvc |
hwDHCPSIPInUseTable |
1.3.6.1.4.1.2011.5.7.2.1.10.1.1 |
hwDHCPSForbiddenIPStart |
hwDHCPSForbiddenIPTable |
1.3.6.1.4.1.2011.5.7.2.1.10.1.2 |
hwDHCPSForbiddenIPEnd |
hwDHCPSForbiddenIPTable |
1.3.6.1.4.1.2011.5.7.2.1.10.1.3 |
hwDHCPSForbiddenIPRowStatus |
hwDHCPSForbiddenIPTable |
1.3.6.1.4.1.2011.5.7.2.1.11.1.1 |
hwDHCPSConflictIP |
hwDHCPSConflictIPTable |
1.3.6.1.4.1.2011.5.7.2.1.11.1.2 |
hwDHCPSConflictIPType |
hwDHCPSConflictIPTable |
1.3.6.1.4.1.2011.5.7.2.1.11.1.3 |
hwDHCPSConflictIPDetectTime |
hwDHCPSConflictIPTable |
- Functions Overview
- Relationships Between Tables
- Description of Single Objects
- hwDHCPSServiceStatus
- hwDHCPSDetectingServerStatus
- hwDHCPSPingNum
- hwDHCPSPingTimeout
- hwDHCPSWriteDataStatus
- hwDHCPSWriteDataDirection
- hwDHCPSWriteDataDelay
- hwDHCPSWriteDataRecover
- hwDHCPSIPInUseResetIP
- hwDHCPSConflictIPResetIP
- hwDHCPSIPResetFlag
- hwDHCPSGlobalPoolNumber
- hwDHCPSGlobalPoolAutoBindingNum
- hwDHCPSGlobalPoolManualBindingNum
- hwDHCPSGlobalPoolExpiredBindingNum
- hwDHCPSInterfacePoolNumber
- hwDHCPSInterfacePoolAutoBindingNum
- hwDHCPSInterfacePoolManualBindingNum
- hwDHCPSInterfacePoolExpiredBindingNum
- hwDHCPSBadPktNum
- hwDHCPSBootRequestPktNum
- hwDHCPSDiscoverPktNum
- hwDHCPSRequestPktNum
- hwDHCPSDeclinePktNum
- hwDHCPSReleasePktNum
- hwDHCPSInformPktNum
- hwDHCPSBootReplyPktNum
- hwDHCPSOfferPktNum
- hwDHCPSAckPktNum
- hwDHCPSNakPktNum
- hwDHCPSStatisticsReset
- Description of MIB Tables
- Description of Alarm Objects
- Unsupported Objects