HH3C-DHCPS-MIB
- Registered at
- 1.3.6.1.4.1.25506.8.2
- Last updated
- 2006-02-20 00:00
- Organization
- New H3C Tech. Co., Ltd.
- Namespace
- comware
- Source file
HH3C-DHCPS-MIB- Digest
sha256:73e7628472e7926122c7d45fd8bdd059fbeb26a53f3c6b1f3930a4fe089f5d33
Description
This MIB describes objects used for managing DHCP server.
Contact
Platform Team New H3C Tech. Co., Ltd. Hai-Dian District Beijing P.R. China http://www.h3c.com Zip:100085
Imports
| From | Symbols |
|---|---|
| HH3C-OID-MIB | hh3cRhw |
| IF-MIB | ifIndex |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Integer32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso |
| SNMPv2-TC | DisplayString, MacAddress, RowStatus, TEXTUAL-CONVENTION |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
HH3C-DHCPS-MIB HH3C-OID-MIB IANAifType-MIB IF-MIB SNMPv2-CONF SNMPv2-MIB SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| Hh3cDhcpSEnabledStatus TEXTUAL-CONVENTION To descript the status of some function is Enabled or Disabled. | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| hh3cDHCPServerMibObject OBJECT-IDENTITY | 1.3.6.1.4.1.25506.8.2.1 | |||
| hh3cDHCPSGlobalPoolTable OBJECT-TYPE A table for creating DHCP server global pools. | 1.3.6.1.4.1.25506.8.2.1.1 | not-accessible | current | |
| hh3cDHCPSGlobalPoolEntry OBJECT-TYPE An entry containing objects for creating or deleting a global pool for the DHCP server. | 1.3.6.1.4.1.25506.8.2.1.1.1 | not-accessible | current | |
| hh3cDHCPSGlobalPoolName OBJECT-TYPE DHCP server global pool name. | 1.3.6.1.4.1.25506.8.2.1.1.1.1 | OCTET STRING (SIZE(0..255)) | read-only | current |
| hh3cDHCPSGlobalPoolRowStatus OBJECT-TYPE RowStatus. Three actions are used: active, createAndGo, destroy. | 1.3.6.1.4.1.25506.8.2.1.1.1.2 | RowStatus | read-create | current |
| hh3cDHCPSGlobalPoolConfigTable OBJECT-TYPE A table containing the configurations of dhcp server global pools. | 1.3.6.1.4.1.25506.8.2.1.2 | not-accessible | current | |
| hh3cDHCPSGlobalPoolConfigEntry OBJECT-TYPE An entry containing the objects for configuring the network ip or host ip etc. to global pools for DHCP server. | 1.3.6.1.4.1.25506.8.2.1.2.1 | not-accessible | current | |
| hh3cDHCPSGlobalPoolType OBJECT-TYPE Type of a DHCP global pool. Any operations of this object will be bound with the operations of hh3cDHCPSGlobalPoolNetwork, hh3cDHCPSGlobalPoolHostIPAddr, or hh3cDHCPSGlobalPoolHostHAddr. That means any operation of this object alone will be regarded as invalid operation. | 1.3.6.1.4.1.25506.8.2.1.2.1.1 | INTEGER {null(0), host(1), network(2)} | read-write | current |
| hh3cDHCPSGlobalPoolNetwork OBJECT-TYPE Network ip of a DHCP global pool. To delete a configured network ip, please set hh3cDHCPSGlobalPoolConfigUndoFlag to 1. | 1.3.6.1.4.1.25506.8.2.1.2.1.2 | IpAddress | read-write | current |
| hh3cDHCPSGlobalPoolNetworkMask OBJECT-TYPE Net mask of a DHCP global pool(network). The SET operation to this object ought to be with the SET of hh3cDHCPSGlobalPoolNetwork together, and any SET operation alone to this object will be regarded as an invalid operation. When a network ip of a DHCP global pool was deleted, the net mask would also be deleted automatically, and no further operation needed. | 1.3.6.1.4.1.25506.8.2.1.2.1.3 | IpAddress | read-write | current |
| hh3cDHCPSGlobalPoolHostIPAddr OBJECT-TYPE Host ip of a DHCP global pool. To delete a configured network ip, please set hh3cDHCPSGlobalPoolConfigUndoFlag to 2. | 1.3.6.1.4.1.25506.8.2.1.2.1.4 | IpAddress | read-write | current |
| hh3cDHCPSGlobalPoolHostMask OBJECT-TYPE Net mask of a DHCP global pool(host) The SET operation to this object ought to be with the SET of hh3cDHCPSGlobalPoolHostIPAddr together, and any SET operation alone to this object will be regarded as an invalid operation. When a host ip of a DHCP global pool was deleted, the net mask would also be deleted automatically, and no further operation needed. | 1.3.6.1.4.1.25506.8.2.1.2.1.5 | IpAddress | read-write | current |
| hh3cDHCPSGlobalPoolHostHAddr OBJECT-TYPE Hardware address of a DHCP global pool(host). To delete a configured hardware address, please set hh3cDHCPSGlobalPoolConfigUndoFlag to 3. | 1.3.6.1.4.1.25506.8.2.1.2.1.6 | MacAddress | read-write | current |
| hh3cDHCPSGlobalPoolConfigUndoFlag OBJECT-TYPE Flag of undo operation for hh3cDHCPSGlobalPoolConfigTable. | 1.3.6.1.4.1.25506.8.2.1.2.1.7 | INTEGER {undonetworkip(1), undohostip(2), undohosthaddr(3)} | read-write | current |
| hh3cDHCPSGlobalPoolParaTable OBJECT-TYPE A table for configuring parameters to DHCP global pools. | 1.3.6.1.4.1.25506.8.2.1.3 | not-accessible | current | |
| hh3cDHCPSGlobalPoolParaEntry OBJECT-TYPE An entry containing the objects for the configurations of parameters of DHCP global pools. | 1.3.6.1.4.1.25506.8.2.1.3.1 | not-accessible | current | |
| hh3cDHCPSGlobalPoolLeaseDay OBJECT-TYPE Number of days of the lease. | 1.3.6.1.4.1.25506.8.2.1.3.1.1 | INTEGER (0..365) | read-write | current |
| hh3cDHCPSGlobalPoolLeaseHour OBJECT-TYPE Number of hours of the lease. | 1.3.6.1.4.1.25506.8.2.1.3.1.2 | INTEGER (0..23) | read-write | current |
| hh3cDHCPSGlobalPoolLeaseMinute OBJECT-TYPE Number of minutes of the lease. | 1.3.6.1.4.1.25506.8.2.1.3.1.3 | INTEGER (0..59) | read-write | current |
| hh3cDHCPSGlobalPoolLeaseUnlimited OBJECT-TYPE A flag denoting if the lease of a pool is unlimited. | 1.3.6.1.4.1.25506.8.2.1.3.1.4 | INTEGER {invalid(0), unlimited(1)} | read-write | current |
| hh3cDHCPSGlobalPoolDomainName OBJECT-TYPE Domain name for DHCP clients. | 1.3.6.1.4.1.25506.8.2.1.3.1.5 | OCTET STRING (SIZE(0..255)) | read-write | current |
| hh3cDHCPSGlobalPoolClientGatewayIPString OBJECT-TYPE String of gateway ip addresses for DHCP clients. Since mostly 8 ip can be configured for a pool totally, a string is defined to get or configure 8 ip ip at a time. | 1.3.6.1.4.1.25506.8.2.1.3.1.6 | OCTET STRING (SIZE(0..129)) | read-write | current |
| hh3cDHCPSGlobalPoolClientGatewayIPUndo OBJECT-TYPE A gateway ip address to delete. This object is only for deleting a given ip of gateway router. | 1.3.6.1.4.1.25506.8.2.1.3.1.7 | IpAddress | read-write | current |
| hh3cDHCPSGlobalPoolClientDNSIPString OBJECT-TYPE String of DNS server ip addresses for DHCP clients. Since mostly 8 ip can be configured for a pool totally, a string is defined to get or configure 8 ip at a time. | 1.3.6.1.4.1.25506.8.2.1.3.1.8 | OCTET STRING (SIZE(0..129)) | read-write | current |
| hh3cDHCPSGlobalPoolClientDNSIPUndo OBJECT-TYPE A DNS server ip address to delete. This object is only for deleting a given ip of DNS server. | 1.3.6.1.4.1.25506.8.2.1.3.1.9 | IpAddress | read-write | current |
| hh3cDHCPSGlobalPoolClientNetbiosType OBJECT-TYPE NetBios node type for DHCP clients. | 1.3.6.1.4.1.25506.8.2.1.3.1.10 | INTEGER {null(0), bnode(1), pnode(2), mnode(4), hnode(8)} | read-write | current |
| hh3cDHCPSGlobalPoolClientNbnsIPString OBJECT-TYPE String of NetBios server ip addresses for DHCP clients. Since mostly 8 ip can be configured for a pool totally, so a string is defined to get or configure 8 ip at a time. | 1.3.6.1.4.1.25506.8.2.1.3.1.11 | OCTET STRING (SIZE(0..129)) | read-write | current |
| hh3cDHCPSGlobalPoolClientNbnsIPUndo OBJECT-TYPE A NetBios server ip address to delete. This object is only for deleting a given ip of NetBios server. | 1.3.6.1.4.1.25506.8.2.1.3.1.12 | IpAddress | read-write | current |
| hh3cDHCPSGlobalPoolParaUndoFlag OBJECT-TYPE Flag of undo-operation for hh3cDHCPSGlobalPoolParaTable. | 1.3.6.1.4.1.25506.8.2.1.3.1.13 | INTEGER {undoDomain(1), undoLease(2), undoGateway(3), undoDns(4), undoNbns(5), undoNbType(6)} | read-write | current |
| hh3cDHCPSGlobalPoolIPInUseReset OBJECT-TYPE Reset the auto binding ip of the given global pool for DHCP server. | 1.3.6.1.4.1.25506.8.2.1.3.1.14 | INTEGER {reset(1)} | read-write | current |
| hh3cDHCPSGlobalPoolOptionTable OBJECT-TYPE A table for configuring options to DHCP global pools. | 1.3.6.1.4.1.25506.8.2.1.4 | not-accessible | current | |
| hh3cDHCPSGlobalPoolOptionEntry OBJECT-TYPE An entry containing the objects for configuring options to DHCP global pools. | 1.3.6.1.4.1.25506.8.2.1.4.1 | not-accessible | current | |
| hh3cDHCPSGlobalPoolOptionCode OBJECT-TYPE Option code. | 1.3.6.1.4.1.25506.8.2.1.4.1.1 | INTEGER (1..254) | read-only | current |
| hh3cDHCPSGlobalPoolOptionType OBJECT-TYPE Option type. | 1.3.6.1.4.1.25506.8.2.1.4.1.2 | INTEGER {ascii(1), hex(2), ip(3)} | read-create | current |
| hh3cDHCPSGlobalPoolOptionAscii OBJECT-TYPE Ascii string of an option. | 1.3.6.1.4.1.25506.8.2.1.4.1.3 | OCTET STRING (SIZE(0..63)) | read-create | current |
| hh3cDHCPSGlobalPoolOptionHexString OBJECT-TYPE Hex string of an option. 1st to 16th hex strings, which are 2 bytes, 4 bytes, 6 bytes or 8 bytes, can be configured at most simultaneously. That means the format of each string must be '12', '1234', '123456' or '12345678'. | 1.3.6.1.4.1.25506.8.2.1.4.1.4 | OCTET STRING (SIZE(0..143)) | read-create | current |
| hh3cDHCPSGlobalPoolOptionIPString OBJECT-TYPE Ip string of an option. 1 to 8 ip addresses can be configured at most simultaneously. | 1.3.6.1.4.1.25506.8.2.1.4.1.5 | OCTET STRING (SIZE(0..129)) | read-create | current |
| hh3cDHCPSGlobalPoolOptionRowStatus OBJECT-TYPE RowStatus. Three actions are used: active, createAndGo, destroy. | 1.3.6.1.4.1.25506.8.2.1.4.1.6 | RowStatus | read-create | current |
| hh3cDHCPSGlobalTreeTable OBJECT-TYPE A table containing the information of the tree of DHCP global pools. | 1.3.6.1.4.1.25506.8.2.1.5 | not-accessible | current | |
| hh3cDHCPSGlobalTreeEntry OBJECT-TYPE An entry of objects containing the information for displaying the tree of DHCP global pools. | 1.3.6.1.4.1.25506.8.2.1.5.1 | not-accessible | current | |
| hh3cDHCPSGlobalTreeParentNodeName OBJECT-TYPE Pool name of the parent node. | 1.3.6.1.4.1.25506.8.2.1.5.1.1 | OCTET STRING (SIZE(0..255)) | read-only | current |
| hh3cDHCPSGlobalTreeChildNodeName OBJECT-TYPE Pool name of the child node. | 1.3.6.1.4.1.25506.8.2.1.5.1.2 | OCTET STRING (SIZE(0..255)) | read-only | current |
| hh3cDHCPSGlobalTreePreSiblingNodeName OBJECT-TYPE Pool name of the presibling node. | 1.3.6.1.4.1.25506.8.2.1.5.1.3 | OCTET STRING (SIZE(0..255)) | read-only | current |
| hh3cDHCPSGlobalTreeSiblingNodeName OBJECT-TYPE Pool name of the sibling node. | 1.3.6.1.4.1.25506.8.2.1.5.1.4 | OCTET STRING (SIZE(0..255)) | read-only | current |
| hh3cDHCPSInterfacePoolParaTable OBJECT-TYPE A table for configuring parameters to DHCP interface pools. | 1.3.6.1.4.1.25506.8.2.1.6 | not-accessible | current | |
| hh3cDHCPSInterfacePoolParaEntry OBJECT-TYPE An entry of objects for configuring parameters to DHCP interface pools. The index of this entry is the ifIndex of ethernet. | 1.3.6.1.4.1.25506.8.2.1.6.1 | not-accessible | current | |
| hh3cDHCPSInterfacePoolLeaseDay OBJECT-TYPE Number of days of the lease. | 1.3.6.1.4.1.25506.8.2.1.6.1.1 | INTEGER (0..365) | read-write | current |
| hh3cDHCPSInterfacePoolLeaseHour OBJECT-TYPE Number of hours of the lease. | 1.3.6.1.4.1.25506.8.2.1.6.1.2 | INTEGER (0..23) | read-write | current |
| hh3cDHCPSInterfacePoolLeaseMinute OBJECT-TYPE Number of minutes of the lease. | 1.3.6.1.4.1.25506.8.2.1.6.1.3 | INTEGER (0..59) | read-write | current |
| hh3cDHCPSInterfacePoolLeaseUnlimited OBJECT-TYPE A flag denoting if the lease of a pool is unlimited. | 1.3.6.1.4.1.25506.8.2.1.6.1.4 | INTEGER {invalid(0), unlimited(1)} | read-write | current |
| hh3cDHCPSInterfacePoolDomainName OBJECT-TYPE Domain name for DHCP clients. | 1.3.6.1.4.1.25506.8.2.1.6.1.5 | OCTET STRING (SIZE(0..255)) | read-write | current |
| hh3cDHCPSInterfacePoolClientDNSIPString OBJECT-TYPE String of DNS server ip addresses for DHCP clients. Since mostly 8 ip can be configured for a pool totally, a string is defined to get or configure 8 ip at a time. | 1.3.6.1.4.1.25506.8.2.1.6.1.6 | OCTET STRING (SIZE(0..129)) | read-write | current |
| hh3cDHCPSInterfacePoolClientDNSIPUndo OBJECT-TYPE A DNS server ip address to delete. This object is only for deleting a given ip of DNS server. | 1.3.6.1.4.1.25506.8.2.1.6.1.7 | IpAddress | read-write | current |
| hh3cDHCPSInterfacePoolClientNetbiosType OBJECT-TYPE NetBios node type for DHCP clients. | 1.3.6.1.4.1.25506.8.2.1.6.1.8 | INTEGER {null(0), bnode(1), pnode(2), mnode(4), hnode(8)} | read-write | current |
| hh3cDHCPSInterfacePoolClientNbnsIPString OBJECT-TYPE String of NetBios server ip addresses for DHCP clients. Since mostly 8 ip can be configured for a pool totally, so a string is defined to get or configure 8 ip at a time. | 1.3.6.1.4.1.25506.8.2.1.6.1.9 | OCTET STRING (SIZE(0..129)) | read-write | current |
| hh3cDHCPSInterfacePoolClientNbnsIPUndo OBJECT-TYPE A NetBios server ip address to delete. This object is only for deleting a given ip of NetBios server. | 1.3.6.1.4.1.25506.8.2.1.6.1.10 | IpAddress | read-write | current |
| hh3cDHCPSInterfacePoolParaUndoFlag OBJECT-TYPE Flag of undo-operation for hh3cDHCPSInterfacePoolParaTable. | 1.3.6.1.4.1.25506.8.2.1.6.1.11 | INTEGER {undoDomain(1), undoLease(2), undoDns(4), undoNbns(5), undoNbType(6)} | read-write | current |
| hh3cDHCPSInterfacePoolIPInUseReset OBJECT-TYPE Reset the auto binding ip of the given interface pool for DHCP server. | 1.3.6.1.4.1.25506.8.2.1.6.1.12 | INTEGER {reset(1)} | read-write | current |
| hh3cDHCPSInterfacePoolOptionTable OBJECT-TYPE A table for configuring options to DHCP interface pools. | 1.3.6.1.4.1.25506.8.2.1.7 | not-accessible | current | |
| hh3cDHCPSInterfacePoolOptionEntry OBJECT-TYPE An entry of objects for configuring options to DHCP interface pools. The index of this entry is the ifIndex of ethernet. | 1.3.6.1.4.1.25506.8.2.1.7.1 | not-accessible | current | |
| hh3cDHCPSInterfacePoolOptionCode OBJECT-TYPE Option Code. | 1.3.6.1.4.1.25506.8.2.1.7.1.1 | INTEGER (1..254) | read-only | current |
| hh3cDHCPSInterfacePoolOptionType OBJECT-TYPE Option type. | 1.3.6.1.4.1.25506.8.2.1.7.1.2 | INTEGER {ascii(1), hex(2), ip(3)} | read-create | current |
| hh3cDHCPSInterfacePoolOptionAscii OBJECT-TYPE Ascii string of an option. | 1.3.6.1.4.1.25506.8.2.1.7.1.3 | OCTET STRING (SIZE(0..63)) | read-create | current |
| hh3cDHCPSInterfacePoolOptionHexString OBJECT-TYPE Hex string of an option. 1st to 16th hex strings, which are 2 bytes, 4 bytes, 6 bytes or 8 bytes, can be configured at most simultaneously. That means the format of each string must be '12', '1234', '123456' or '12345678'. | 1.3.6.1.4.1.25506.8.2.1.7.1.4 | OCTET STRING (SIZE(0..143)) | read-create | current |
| hh3cDHCPSInterfacePoolOptionIPString OBJECT-TYPE Ip string of an option. 1 to 8 ip addresses can be configured at most simultaneously. | 1.3.6.1.4.1.25506.8.2.1.7.1.5 | OCTET STRING (SIZE(0..129)) | read-create | current |
| hh3cDHCPSInterfacePoolOptionRowStatus OBJECT-TYPE RowStatus. Three actions are used: active, createAndGo, destroy. | 1.3.6.1.4.1.25506.8.2.1.7.1.6 | RowStatus | read-create | current |
| hh3cDHCPSInterfacePoolStaticBindTable OBJECT-TYPE A table for configuring static binding to DHCP interface pools. | 1.3.6.1.4.1.25506.8.2.1.8 | not-accessible | current | |
| hh3cDHCPSInterfacePoolStaticBindEntry OBJECT-TYPE An entry of objects for configuring static binding to DHCP interface pools. The index of this entry is the ifIndex of ethernet. | 1.3.6.1.4.1.25506.8.2.1.8.1 | not-accessible | current | |
| hh3cDHCPSInterfacePoolStaticBindIP OBJECT-TYPE Ip address in static binding for DHCP interface pools. | 1.3.6.1.4.1.25506.8.2.1.8.1.1 | IpAddress | read-only | current |
| hh3cDHCPSInterfacePoolStaticBindMac OBJECT-TYPE Hardware address in static binding for DHCP interface pools. | 1.3.6.1.4.1.25506.8.2.1.8.1.2 | MacAddress | read-create | current |
| hh3cDHCPSInterfacePoolStaticBindRowStatus OBJECT-TYPE RowStatus. Three actions are used: active, createAndGo, destroy. | 1.3.6.1.4.1.25506.8.2.1.8.1.3 | RowStatus | read-create | current |
| hh3cDHCPSIPInUseTable OBJECT-TYPE A table for displaying the information of ip in use for DHCP server pools. | 1.3.6.1.4.1.25506.8.2.1.9 | not-accessible | deprecated | |
| hh3cDHCPSIPInUseEntry OBJECT-TYPE An entry of objects for displaying information of ip in use for DHCP server pools. | 1.3.6.1.4.1.25506.8.2.1.9.1 | not-accessible | deprecated | |
| hh3cDHCPSIPInUseHAddr OBJECT-TYPE Hardware address. | 1.3.6.1.4.1.25506.8.2.1.9.1.1 | MacAddress | read-only | deprecated |
| hh3cDHCPSIPInUseIP OBJECT-TYPE Ip address in use. | 1.3.6.1.4.1.25506.8.2.1.9.1.2 | IpAddress | read-only | deprecated |
| hh3cDHCPSIPInUseEndLease OBJECT-TYPE End time of lease. The structure of the OCTET STRING is month/day/year hour:munite:second -- MM/DD/YYYY hh:mm:ss. | 1.3.6.1.4.1.25506.8.2.1.9.1.3 | OCTET STRING (SIZE(1..20)) | read-only | deprecated |
| hh3cDHCPSIPInUseType OBJECT-TYPE Type of binding. | 1.3.6.1.4.1.25506.8.2.1.9.1.4 | INTEGER {manual(1), auto(2), release(3)} | read-only | deprecated |
| hh3cDHCPSIPInUsePoolName OBJECT-TYPE Name of the DHCP server pool the ip belongs to. | 1.3.6.1.4.1.25506.8.2.1.9.1.5 | OCTET STRING (SIZE(1..255)) | read-only | deprecated |
| hh3cDHCPSIPInUseInterface OBJECT-TYPE Interface index information. | 1.3.6.1.4.1.25506.8.2.1.9.1.6 | INTEGER | read-only | deprecated |
| hh3cDHCPSIPInUseVlan OBJECT-TYPE Vlan information. | 1.3.6.1.4.1.25506.8.2.1.9.1.7 | INTEGER (1..4094) | read-only | deprecated |
| hh3cDHCPSIPInUseAtmpvc OBJECT-TYPE Pvc information. | 1.3.6.1.4.1.25506.8.2.1.9.1.8 | INTEGER | read-only | deprecated |
| hh3cDHCPSForbiddenIPTable OBJECT-TYPE A table for configuring forbidden ip to DHCP server. | 1.3.6.1.4.1.25506.8.2.1.10 | not-accessible | current | |
| hh3cDHCPSForbiddenIPEntry OBJECT-TYPE An entry for configuring forbidden ip to DHCP server. | 1.3.6.1.4.1.25506.8.2.1.10.1 | not-accessible | current | |
| hh3cDHCPSForbiddenIPStart OBJECT-TYPE Start ip of forbidden ip. | 1.3.6.1.4.1.25506.8.2.1.10.1.1 | IpAddress | read-only | current |
| hh3cDHCPSForbiddenIPEnd OBJECT-TYPE End ip of forbidden ip. | 1.3.6.1.4.1.25506.8.2.1.10.1.2 | IpAddress | read-only | current |
| hh3cDHCPSForbiddenIPRowStatus OBJECT-TYPE RowStatus. Three actions are used: active, createAndGo, destroy. | 1.3.6.1.4.1.25506.8.2.1.10.1.3 | RowStatus | read-create | current |
| hh3cDHCPSConflictIPTable OBJECT-TYPE A table for displaying the information of conflict ip for DHCP server. | 1.3.6.1.4.1.25506.8.2.1.11 | not-accessible | current | |
| hh3cDHCPSConflictIPEntry OBJECT-TYPE An entry for displaying the information of conflict ip for DHCP server. | 1.3.6.1.4.1.25506.8.2.1.11.1 | not-accessible | current | |
| hh3cDHCPSConflictIP OBJECT-TYPE Conflict ip. | 1.3.6.1.4.1.25506.8.2.1.11.1.1 | IpAddress | read-only | current |
| hh3cDHCPSConflictIPType OBJECT-TYPE Type of the detection of conflict ip. | 1.3.6.1.4.1.25506.8.2.1.11.1.2 | INTEGER {ping(1), arp(2)} | read-only | current |
| hh3cDHCPSConflictIPDetectTime OBJECT-TYPE Time when the conflict is detected. The structure of the OCTET STRING is month/day/year hour:munite:second -- MM/DD/YYYY hh:mm:ss. | 1.3.6.1.4.1.25506.8.2.1.11.1.3 | OCTET STRING (SIZE(1..20)) | read-only | current |
| hh3cDHCPSServiceStatus OBJECT-TYPE The status of DHCP service. | 1.3.6.1.4.1.25506.8.2.1.12 | Hh3cDhcpSEnabledStatus | read-write | current |
| hh3cDHCPSDetectingServerStatus OBJECT-TYPE The status of DHCP servers detecting function. | 1.3.6.1.4.1.25506.8.2.1.13 | Hh3cDhcpSEnabledStatus | read-write | current |
| hh3cDHCPSPingNum OBJECT-TYPE The number of ping packets sent out. | 1.3.6.1.4.1.25506.8.2.1.14 | INTEGER (0..10) | read-write | current |
| hh3cDHCPSPingTimeout OBJECT-TYPE The delay for the reply of a ping packet. Unit: millisecond. | 1.3.6.1.4.1.25506.8.2.1.15 | INTEGER (0..10000) | read-write | current |
| hh3cDHCPSWriteDataStatus OBJECT-TYPE The status of the function writing data to the harddisk. | 1.3.6.1.4.1.25506.8.2.1.16 | Hh3cDhcpSEnabledStatus | read-write | current |
| hh3cDHCPSWriteDataDirection OBJECT-TYPE The direction of writing data to a harddisk. | 1.3.6.1.4.1.25506.8.2.1.17 | OCTET STRING (SIZE(1..255)) | read-only | current |
| hh3cDHCPSWriteDataDelay OBJECT-TYPE The allowable delay of writing data to the harddisk. Unit: second. | 1.3.6.1.4.1.25506.8.2.1.18 | INTEGER (300..86400) | read-write | current |
| hh3cDHCPSWriteDataRecover OBJECT-TYPE The flag used to recover DHCP data with the data on the harddisk. | 1.3.6.1.4.1.25506.8.2.1.19 | Hh3cDhcpSEnabledStatus | read-write | current |
| hh3cDHCPSIPInUseResetIP OBJECT-TYPE An ip in use that will be cleared. 0 returned for SET operation. | 1.3.6.1.4.1.25506.8.2.1.20 | IpAddress | read-write | current |
| hh3cDHCPSConflictIPResetIP OBJECT-TYPE A conflict ip that will be cleared. 0 returned for SET operation. | 1.3.6.1.4.1.25506.8.2.1.21 | IpAddress | read-write | current |
| hh3cDHCPSIPResetFlag OBJECT-TYPE A flag that descript the reset operation. | 1.3.6.1.4.1.25506.8.2.1.22 | INTEGER {invalid(0), ipInUse(1), conflictIp(2)} | read-write | current |
| hh3cDHCPSGlobalPoolNumber OBJECT-TYPE The total number of DHCP server global-pools. | 1.3.6.1.4.1.25506.8.2.1.23 | Integer32 | read-only | current |
| hh3cDHCPSGlobalPoolAutoBindingNum OBJECT-TYPE The total number of auto binding ip in DHCP server global-pools. | 1.3.6.1.4.1.25506.8.2.1.24 | Integer32 | read-only | current |
| hh3cDHCPSGlobalPoolManualBindingNum OBJECT-TYPE The total number of manual binding ip in DHCP server global-pools. | 1.3.6.1.4.1.25506.8.2.1.25 | Integer32 | read-only | current |
| hh3cDHCPSGlobalPoolExpiredBindingNum OBJECT-TYPE The total number of expired binding ip in DHCP server global-pools. | 1.3.6.1.4.1.25506.8.2.1.26 | Integer32 | read-only | current |
| hh3cDHCPSInterfacePoolNumber OBJECT-TYPE The total number of DHCP server interface-pools. | 1.3.6.1.4.1.25506.8.2.1.27 | Integer32 | read-only | current |
| hh3cDHCPSInterfacePoolAutoBindingNum OBJECT-TYPE The total number of auto binding ip in DHCP server interface-pools. | 1.3.6.1.4.1.25506.8.2.1.28 | Integer32 | read-only | current |
| hh3cDHCPSInterfacePoolManualBindingNum OBJECT-TYPE The total number of manual binding ip in DHCP server interface-pools. | 1.3.6.1.4.1.25506.8.2.1.29 | Integer32 | read-only | current |
| hh3cDHCPSInterfacePoolExpiredBindingNum OBJECT-TYPE The total number of expired binding ip in DHCP server interface-pools. | 1.3.6.1.4.1.25506.8.2.1.30 | Integer32 | read-only | current |
| hh3cDHCPSBadPktNum OBJECT-TYPE The total number of the bad packets received. | 1.3.6.1.4.1.25506.8.2.1.31 | Integer32 | read-only | current |
| hh3cDHCPSBootRequestPktNum OBJECT-TYPE The total number of the packets received by DHCP Server from DHCP clients. | 1.3.6.1.4.1.25506.8.2.1.32 | Integer32 | read-only | current |
| hh3cDHCPSDiscoverPktNum OBJECT-TYPE The total number of the DHCP Discover packets received from the DHCP clients. | 1.3.6.1.4.1.25506.8.2.1.33 | Integer32 | read-only | current |
| hh3cDHCPSRequestPktNum OBJECT-TYPE The total number of the DHCP Request packets received from the DHCP clients. | 1.3.6.1.4.1.25506.8.2.1.34 | Integer32 | read-only | current |
| hh3cDHCPSDeclinePktNum OBJECT-TYPE The total number of the DHCP Decline packets received from the DHCP clients. | 1.3.6.1.4.1.25506.8.2.1.35 | Integer32 | read-only | current |
| hh3cDHCPSReleasePktNum OBJECT-TYPE The total number of the DHCP Release packets received from the DHCP clients. | 1.3.6.1.4.1.25506.8.2.1.36 | Integer32 | read-only | current |
| hh3cDHCPSInformPktNum OBJECT-TYPE The total number of the DHCP Inform packets received from the DHCP clients. | 1.3.6.1.4.1.25506.8.2.1.37 | Integer32 | read-only | current |
| hh3cDHCPSBootReplyPktNum OBJECT-TYPE The total number of the packets sent by DHCP server to DHCP clients. | 1.3.6.1.4.1.25506.8.2.1.38 | Integer32 | read-only | current |
| hh3cDHCPSOfferPktNum OBJECT-TYPE The total number of the DHCP Offer packets sent by the DHCP server. | 1.3.6.1.4.1.25506.8.2.1.39 | Integer32 | read-only | current |
| hh3cDHCPSAckPktNum OBJECT-TYPE The total number of the DHCP Ack packets sent by the DHCP server. | 1.3.6.1.4.1.25506.8.2.1.40 | Integer32 | read-only | current |
| hh3cDHCPSNakPktNum OBJECT-TYPE The total number of the DHCP Nak packets sent by the DHCP server. | 1.3.6.1.4.1.25506.8.2.1.41 | Integer32 | read-only | current |
| hh3cDHCPSStatisticsReset OBJECT-TYPE Reset the above statistic information of packets received and sent by the DHCP server. | 1.3.6.1.4.1.25506.8.2.1.42 | INTEGER {reset(1)} | read-write | current |
| hh3cDHCPSIPInUseExTable OBJECT-TYPE A table for displaying the information of ip in use for DHCP Server pools. | 1.3.6.1.4.1.25506.8.2.1.43 | not-accessible | current | |
| hh3cDHCPSIPInUseExEntry OBJECT-TYPE An entry of objects for displaying information of ip in use for DHCP server pools. | 1.3.6.1.4.1.25506.8.2.1.43.1 | not-accessible | current | |
| hh3cDHCPSIPInUseHAddrEx OBJECT-TYPE Hardware address. | 1.3.6.1.4.1.25506.8.2.1.43.1.1 | MacAddress | accessible-for-notify | current |
| hh3cDHCPSIPInUseVlanIdEx OBJECT-TYPE User's vlanID. 60000 means that a client doesn't have vlanID or have an invalid vlanID. | 1.3.6.1.4.1.25506.8.2.1.43.1.2 | INTEGER (1..4094 | 60000) | accessible-for-notify | current |
| hh3cDHCPSIPInUseIPEx OBJECT-TYPE Ip address in use. | 1.3.6.1.4.1.25506.8.2.1.43.1.3 | IpAddress | read-only | current |
| hh3cDHCPSIPInUseEndLeaseEx OBJECT-TYPE End time of lease. The structure of the OCTET STRING is month/day/year hour:munite:second -- MM/DD/YYYY hh:mm:ss. | 1.3.6.1.4.1.25506.8.2.1.43.1.4 | OCTET STRING (SIZE(1..20)) | read-only | current |
| hh3cDHCPSIPInUseTypeEx OBJECT-TYPE Type of binding. | 1.3.6.1.4.1.25506.8.2.1.43.1.5 | INTEGER {manual(1), auto(2), release(3)} | read-only | current |
| hh3cDHCPSIPInUsePoolNameEx OBJECT-TYPE Name of the DHCP server pool the ip belongs to. | 1.3.6.1.4.1.25506.8.2.1.43.1.6 | OCTET STRING (SIZE(1..255)) | read-only | current |
| hh3cDHCPSIPInUseIfIndexEx OBJECT-TYPE Interface index information. | 1.3.6.1.4.1.25506.8.2.1.43.1.7 | INTEGER | read-only | current |
| hh3cDHCPSIPInUseServerPortVlanIdEx OBJECT-TYPE Vlan information of port on server through which the client user accesses server. | 1.3.6.1.4.1.25506.8.2.1.43.1.8 | INTEGER (1..4094) | read-only | current |
| hh3cDHCPSIPInUseAtmpvcEx OBJECT-TYPE Pvc information. | 1.3.6.1.4.1.25506.8.2.1.43.1.9 | INTEGER | read-only | current |
| hh3cDHCPServerMIBConformance OBJECT-IDENTITY | 1.3.6.1.4.1.25506.8.2.2 | |||
| hh3cDHCPServerMIBCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.25506.8.2.2.1 | |||
| hh3cDHCPServerMIBGroups OBJECT-IDENTITY | 1.3.6.1.4.1.25506.8.2.2.2 |
Conformance
| Name | OID | Status |
|---|---|---|
| hh3cDHCPServerMIBGroup OBJECT-GROUP The basic collection of objects providing management of DHCP server. | 1.3.6.1.4.1.25506.8.2.2.2.1 | current |