HUAWEI-DHCPS-MIB
- Registered at
- 1.3.6.1.4.1.2011.5.7.2
- Last updated
- 2003-03-01 00:00
- Organization
- Huawei Technologies co., Ltd.
- Revisions
- 2003-02-12 00:00
- Namespace
- huawei
- Source file
HUAWEI-DHCPS-MIB- Digest
sha256:30f0179d91028c7491f5bde5d89bfc46e4a8a5df74dd365b7bb6b6be6d704205
Description
This MIB describes objects used for managing DHCP server, including objects used for DHCP server global pool, interface pool and informations of ip address used and conflicted in DHCP server, some Statistic informations about DHCP server
Contact
R&D BeiJing, Huawei Technologies co.,Ltd. Huawei Bld.,NO.3 Xinxi Rd., Shang-Di Information Industry Base, Hai-Dian District Beijing P.R. China Zip:100085 Http://www.huawei.com E-mail:support@huawei.com
Imports
| From | Symbols |
|---|---|
| HUAWEI-MIB | hwDhcp |
| 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.
HUAWEI-DHCPS-MIB HUAWEI-MIB IANAifType-MIB IF-MIB SNMPv2-CONF SNMPv2-MIB SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| EnabledStatus TEXTUAL-CONVENTION To describe the status of some function is Enabled or Disabled | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| hwDHCPServerMibObject OBJECT-IDENTITY | 1.3.6.1.4.1.2011.5.7.2.1 | |||
| hwDHCPSGlobalPoolTable OBJECT-TYPE DHCP Server Global Pool table for creating and deleting DHCP server global pool | 1.3.6.1.4.1.2011.5.7.2.1.1 | not-accessible | current | |
| hwDHCPSGlobalPoolEntry OBJECT-TYPE An entry in DHCP Server Global Pool table containing objects for creating or deleting a global pool for the DHCP server | 1.3.6.1.4.1.2011.5.7.2.1.1.1 | not-accessible | current | |
| hwDHCPSGlobalPoolName OBJECT-TYPE DHCP server global pool name for creating or deleting DHCP server global pool | 1.3.6.1.4.1.2011.5.7.2.1.1.1.1 | OCTET STRING (SIZE(1..35)) | read-only | current |
| hwDHCPSGlobalPoolRowStatus OBJECT-TYPE This object is used to create new rows in this table, modify existing rows, and to delete existing rows.Only three actions are used: active(1), createAndGo(4), destroy(6).While the hwDHCPSGlobalPoolRowStatus object is in the `createAndGo(4),The DHCP server global pool to be deleted must be exist | 1.3.6.1.4.1.2011.5.7.2.1.1.1.2 | RowStatus | read-create | current |
| hwDHCPSGlobalPoolConfigTable OBJECT-TYPE A table containing the configuration informations of DHCP server global pools, such as pool type, ip address, mask | 1.3.6.1.4.1.2011.5.7.2.1.2 | not-accessible | current | |
| hwDHCPSGlobalPoolConfigEntry 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.2011.5.7.2.1.2.1 | not-accessible | current | |
| hwDHCPSGlobalPoolType OBJECT-TYPE Type of a DHCP global pool. Any operations of this object will be bound with the operations of hwDHCPSGlobalPoolNetwork and hwDHCPSGlobalPoolNetworkMask or with the operations of hwDHCPSGlobalPoolHostIPAddr, hwDHCPSGlobalPoolMask and hwDHCPSGlobalPoolHostHAddr. That means any operation of this object alone will be regarded as invalid operation. The value means: null(0)- It is a pool without ip address, host(1)- It is a pool with manual allocation, network(2)- It is a pool with automatic allocation | 1.3.6.1.4.1.2011.5.7.2.1.2.1.1 | INTEGER {null(0), host(1), network(2)} | read-write | current |
| hwDHCPSGlobalPoolNetwork OBJECT-TYPE Network ip address of a DHCP Server global pool. To delete a configured network ip, please set hwDHCPSGlobalPoolConfigUndoFlag to 1 | 1.3.6.1.4.1.2011.5.7.2.1.2.1.2 | IpAddress | read-write | current |
| hwDHCPSGlobalPoolNetworkMask OBJECT-TYPE Net mask of a DHCP Server global pool(network). The SET operation to this object ought to be with the SET of hwDHCPSGlobalPoolNetwork together, and any SET operation alone to this object will be regarded as an invalid operation. When a network ip of a DHCP server global pool was deleted, the net mask would also be deleted automatically, and no further operation needed | 1.3.6.1.4.1.2011.5.7.2.1.2.1.3 | IpAddress | read-write | current |
| hwDHCPSGlobalPoolHostIPAddr OBJECT-TYPE Host ip of a DHCP server global pool To detete a configured Host ip, please set hwDHCPSGlobalPoolConfigUndoFlag to 2 | 1.3.6.1.4.1.2011.5.7.2.1.2.1.4 | IpAddress | read-write | current |
| hwDHCPSGlobalPoolHostMask OBJECT-TYPE Host mask of a DHCP server global pool(host) The SET operation to this object ought to be with the SET of hwDHCPSGlobalPoolHostIPAddr together, and any SET operation alone to this object will be regarded as an invalid operation. When a host ip of a DHCP server global pool was deleted, the Host mask would also be deleted automatically, and no further operation needed | 1.3.6.1.4.1.2011.5.7.2.1.2.1.5 | IpAddress | read-write | current |
| hwDHCPSGlobalPoolHostHAddr OBJECT-TYPE Hardware address of a DHCP server global pool(host). To delete a configured hardware address, please set hwDHCPSGlobalPoolConfigUndoFlag to 3 | 1.3.6.1.4.1.2011.5.7.2.1.2.1.6 | MacAddress | read-write | current |
| hwDHCPSGlobalPoolConfigUndoFlag OBJECT-TYPE Flag of undo operation for hwDHCPSGlobalPoolConfigTable Each value has the following meaning: undonetworkip(1): The value identifies the flag to delete a configured network ip undohostip(2): The value identifies the flag to delete a configured host ip undohosthaddr(3):The value identifies the flag to delete a configured hardware address invalid(4):The value is a default value,do nothing | 1.3.6.1.4.1.2011.5.7.2.1.2.1.7 | INTEGER {undonetworkip(1), undohostip(2), undohosthaddr(3), invalid(4)} | read-write | current |
| hwDHCPSGlobalPoolParaTable OBJECT-TYPE A table for configuring parameters to DHCP server global pool, include lease, Domain name,GateWayIP,DNSIP and so on | 1.3.6.1.4.1.2011.5.7.2.1.3 | not-accessible | current | |
| hwDHCPSGlobalPoolParaEntry OBJECT-TYPE An entry containing the objects for the configurations of parameters of DHCP server global pools | 1.3.6.1.4.1.2011.5.7.2.1.3.1 | not-accessible | current | |
| hwDHCPSGlobalPoolLeaseDay OBJECT-TYPE A value which indicates number of days of the lease, The period over which a network address is allocated to a client is referred to as a 'lease'. | 1.3.6.1.4.1.2011.5.7.2.1.3.1.1 | INTEGER (0..365) | read-write | current |
| hwDHCPSGlobalPoolLeaseHour OBJECT-TYPE A value which indicates number of hours of the lease, The period over which a network address is allocated to a client is referred to as a 'lease'. | 1.3.6.1.4.1.2011.5.7.2.1.3.1.2 | INTEGER (0..23) | read-write | current |
| hwDHCPSGlobalPoolLeaseMinute OBJECT-TYPE A value which indicates number of minutes of the lease, The period over which a network address is allocated to a client is referred to as a 'lease'. | 1.3.6.1.4.1.2011.5.7.2.1.3.1.3 | INTEGER (0..59) | read-write | current |
| hwDHCPSGlobalPoolLeaseUnlimited OBJECT-TYPE A flag denoting if the lease of a pool is unlimited. The value means: invalid(0)- The lease of the network address that clients be assigned is finite, the period is decided by hwDHCPSGlobalPoolLeaseDay,hwDHCPSGlobalPoolLeaseHour and hwDHCPSGlobalPoolLeaseMinute unlimited(1)-The lease of the network address that clients be assigned is infinite | 1.3.6.1.4.1.2011.5.7.2.1.3.1.4 | INTEGER {invalid(0), unlimited(1)} | read-write | current |
| hwDHCPSGlobalPoolDomainName OBJECT-TYPE Domain name for DHCP Clients, the domain name that client should use when resolving hostnames via the Domain Name System. | 1.3.6.1.4.1.2011.5.7.2.1.3.1.5 | OCTET STRING (SIZE(3..50)) | read-write | current |
| hwDHCPSGlobalPoolClientGatewayIPString OBJECT-TYPE String of gateway ip addresses for DHCP clients. Since mostly 8 ip addresses can be configured for a pool totally, a string is defined to get or configure 8 ip addresses at a time | 1.3.6.1.4.1.2011.5.7.2.1.3.1.6 | OCTET STRING (SIZE(0..129)) | read-write | current |
| hwDHCPSGlobalPoolClientGatewayIPUndo OBJECT-TYPE A gateway ip address to be deleted. This object is only for deleting a given ip address of gateway router | 1.3.6.1.4.1.2011.5.7.2.1.3.1.7 | IpAddress | read-write | current |
| hwDHCPSGlobalPoolClientDNSIPString OBJECT-TYPE String of DNS server ip addresses for DHCP clients. Since mostly 8 ip addresses can be configured for a pool totally, a string is defined to get or configure 8 ip addresses at a time | 1.3.6.1.4.1.2011.5.7.2.1.3.1.8 | OCTET STRING (SIZE(0..129)) | read-write | current |
| hwDHCPSGlobalPoolClientDNSIPUndo OBJECT-TYPE A DNS server ip address to be deleted. This object is only for deleting a given ip address of DNS server | 1.3.6.1.4.1.2011.5.7.2.1.3.1.9 | IpAddress | read-write | current |
| hwDHCPSGlobalPoolClientNetbiosType OBJECT-TYPE NetBios node type for DHCP Clients Each value has the following meaning: null(0)- no type designated bnode(1)- Broadcast ('B') nodes,Broadcast (or 'B') nodes communicate using a mix of UDP datagrams (both broadcast and directed) and TCP connections. pnode(2)- Point-to-point ('P') nodes,Point-to-point (or 'P') nodes communicate using only directed UDP datagrams and TCP sessions. mnode(4)- Mixed mode ('M') nodes,Mixed mode nodes (or 'M') nodes are P nodes which have been given certain B node characteristics. hnode(8)- Hybrid mode ('H') nodes. | 1.3.6.1.4.1.2011.5.7.2.1.3.1.10 | INTEGER {null(0), bnode(1), pnode(2), mnode(4), hnode(8)} | read-write | current |
| hwDHCPSGlobalPoolClientNbnsIPString OBJECT-TYPE String of NetBios server ip addresses for DHCP clients. Since mostly 8 ip addresses can be configured for a pool totally, so a string is defined to get or configure 8 ip addresses at a time | 1.3.6.1.4.1.2011.5.7.2.1.3.1.11 | OCTET STRING (SIZE(0..129)) | read-write | current |
| hwDHCPSGlobalPoolClientNbnsIPUndo OBJECT-TYPE A NetBios server ip address to delete. This object is only for deleting a given ip address of NetBios server | 1.3.6.1.4.1.2011.5.7.2.1.3.1.12 | IpAddress | read-write | current |
| hwDHCPSGlobalPoolParaUndoFlag OBJECT-TYPE Flag of undo-operation for hwDHCPSGlobalPoolParaTable Each value has the following meaning: undoDomain(1) - It means to delete Domain, undoLease(2) - It means to delete lease of a given ip address, undoGateway(3) - It means to delete a given ip address of gateway router, undoDns(4) - It means to delete a given ip address of DNS server, undoNbns(5) - It means to deletd a given ip address of NetBios server, undoNbType(6) - It means to delete NetBios node type , invalid(7) - The value is a default value,do nothing | 1.3.6.1.4.1.2011.5.7.2.1.3.1.13 | INTEGER {undoDomain(1), undoLease(2), undoGateway(3), undoDns(4), undoNbns(5), undoNbType(6), invalid(7)} | read-write | current |
| hwDHCPSGlobalPoolIPInUseReset OBJECT-TYPE Reset the auto binding ip of the given global pool for DHCP server. The invalid(2) is a default vlaue, do nothing | 1.3.6.1.4.1.2011.5.7.2.1.3.1.14 | INTEGER {reset(1), invalid(2)} | read-write | current |
| hwDHCPSGlobalPoolOptionTable OBJECT-TYPE A table for configuring options to DHCP server global pools, include option code type and value and so on | 1.3.6.1.4.1.2011.5.7.2.1.4 | not-accessible | current | |
| hwDHCPSGlobalPoolOptionEntry OBJECT-TYPE An entry containing the objects for configuring options to DHCP global pools | 1.3.6.1.4.1.2011.5.7.2.1.4.1 | not-accessible | current | |
| hwDHCPSGlobalPoolOptionCode OBJECT-TYPE Option code, All options begin with a tag octet, which uniquely identifies the option. | 1.3.6.1.4.1.2011.5.7.2.1.4.1.1 | INTEGER (2..254) | read-only | current |
| hwDHCPSGlobalPoolOptionType OBJECT-TYPE The object means option type in DHCP server global pool The value means : ascii(1)- The option type is ascii string hex(2) - The option type is hex number ip(3) - The option type is ip address | 1.3.6.1.4.1.2011.5.7.2.1.4.1.2 | INTEGER {ascii(1), hex(2), ip(3)} | read-create | current |
| hwDHCPSGlobalPoolOptionAscii OBJECT-TYPE Ascii string of a option | 1.3.6.1.4.1.2011.5.7.2.1.4.1.3 | OCTET STRING (SIZE(0..63)) | read-create | current |
| hwDHCPSGlobalPoolOptionHexString OBJECT-TYPE Hex string of a option. 1 to 10 2 bytes or 4 bytes hex string can be configured at most simultaneously | 1.3.6.1.4.1.2011.5.7.2.1.4.1.4 | OCTET STRING (SIZE(0..129)) | read-create | current |
| hwDHCPSGlobalPoolOptionIPString OBJECT-TYPE Ip string of a option. 1 to 8 ip addresses can be configured at most simultaneously | 1.3.6.1.4.1.2011.5.7.2.1.4.1.5 | OCTET STRING (SIZE(0..129)) | read-create | current |
| hwDHCPSGlobalPoolOptionRowStatus OBJECT-TYPE This object is used to configuration new rows in this table, modify existing rows, and to delete existing rows.Only three actions are used: active(1), createAndGo(4), destroy(6). while configuration new option, you must specify option type and value | 1.3.6.1.4.1.2011.5.7.2.1.4.1.6 | RowStatus | read-create | current |
| hwDHCPSGlobalTreeTable OBJECT-TYPE A table containing the information of the tree of DHCP global pools, and the relationship between the pools, | 1.3.6.1.4.1.2011.5.7.2.1.5 | not-accessible | current | |
| hwDHCPSGlobalTreeEntry OBJECT-TYPE An entry of objects containing the information for displaying the tree of DHCP global pools | 1.3.6.1.4.1.2011.5.7.2.1.5.1 | not-accessible | current | |
| hwDHCPSGlobalTreeParentNodeName OBJECT-TYPE Pool name of the parent node | 1.3.6.1.4.1.2011.5.7.2.1.5.1.1 | OCTET STRING (SIZE(0..35)) | read-only | current |
| hwDHCPSGlobalTreeChildNodeName OBJECT-TYPE Pool name of the child node | 1.3.6.1.4.1.2011.5.7.2.1.5.1.2 | OCTET STRING (SIZE(0..35)) | read-only | current |
| hwDHCPSGlobalTreePreSiblingNodeName OBJECT-TYPE Pool name of the presibling node | 1.3.6.1.4.1.2011.5.7.2.1.5.1.3 | OCTET STRING (SIZE(0..35)) | read-only | current |
| hwDHCPSGlobalTreeSiblingNodeName OBJECT-TYPE Pool name of the sibling node | 1.3.6.1.4.1.2011.5.7.2.1.5.1.4 | OCTET STRING (SIZE(0..35)) | read-only | current |
| hwDHCPSInterfacePoolParaTable OBJECT-TYPE A table for configuring parameters to DHCP server interface pools, include lease, Domain Name, DNS and so on | 1.3.6.1.4.1.2011.5.7.2.1.6 | not-accessible | current | |
| hwDHCPSInterfacePoolParaEntry 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.2011.5.7.2.1.6.1 | not-accessible | current | |
| hwDHCPSInterfacePoolLeaseDay OBJECT-TYPE A value which indicates number of days of the lease, The period over which a network address is allocated to a client is referred to as a 'lease'. | 1.3.6.1.4.1.2011.5.7.2.1.6.1.1 | INTEGER (0..365) | read-write | current |
| hwDHCPSInterfacePoolLeaseHour OBJECT-TYPE A value which indicates number of hours of the lease, The period over which a network address is allocated to a client is referred to as a 'lease'. | 1.3.6.1.4.1.2011.5.7.2.1.6.1.2 | INTEGER (0..23) | read-write | current |
| hwDHCPSInterfacePoolLeaseMinute OBJECT-TYPE A value which indicates number of minutes of the lease, The period over which a network address is allocated to a client is referred to as a 'lease'. | 1.3.6.1.4.1.2011.5.7.2.1.6.1.3 | INTEGER (0..59) | read-write | current |
| hwDHCPSInterfacePoolLeaseUnlimited OBJECT-TYPE A flag denoting if the lease of a pool is unlimited. The value means: invalid(0)- The lease of the network address that clients be assigned is finite, the period is decided by hwDHCPSGlobalPoolLeaseDay,hwDHCPSGlobalPoolLeaseHour and hwDHCPSGlobalPoolLeaseMinute unlimited(1)-The lease of the network address that clients be assigned is infinite | 1.3.6.1.4.1.2011.5.7.2.1.6.1.4 | INTEGER {invalid(0), unlimited(1)} | read-write | current |
| hwDHCPSInterfacePoolDomainName OBJECT-TYPE Domain name for DHCP Clients, the domain name that client should use when resolving hostnames via the Domain Name System. | 1.3.6.1.4.1.2011.5.7.2.1.6.1.5 | OCTET STRING (SIZE(3..50)) | read-write | current |
| hwDHCPSInterfacePoolClientDNSIPString 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.2011.5.7.2.1.6.1.6 | OCTET STRING (SIZE(0..129)) | read-write | current |
| hwDHCPSInterfacePoolClientDNSIPUndo 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.2011.5.7.2.1.6.1.7 | IpAddress | read-write | current |
| hwDHCPSInterfacePoolClientNetbiosType OBJECT-TYPE NetBios node type for DHCP Clients Each value has the following meaning: null(0)- no type designated bnode(1)- Broadcast ('B') nodes,Broadcast (or 'B') nodes communicate using a mix of UDP datagrams (both broadcast and directed) and TCP connections. pnode(2)- Point-to-point ('P') nodes,Point-to-point (or 'P') nodes communicate using only directed UDP datagrams and TCP sessions. mnode(4)- Mixed mode ('M') nodes,Mixed mode nodes (or 'M') nodes are P nodes which have been given certain B node characteristics. hnode(8)- Hybrid mode ('H') nodes. | 1.3.6.1.4.1.2011.5.7.2.1.6.1.8 | INTEGER {null(0), bnode(1), pnode(2), mnode(4), hnode(8)} | read-write | current |
| hwDHCPSInterfacePoolClientNbnsIPString 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.2011.5.7.2.1.6.1.9 | OCTET STRING (SIZE(0..129)) | read-write | current |
| hwDHCPSInterfacePoolClientNbnsIPUndo 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.2011.5.7.2.1.6.1.10 | IpAddress | read-write | current |
| hwDHCPSInterfacePoolParaUndoFlag OBJECT-TYPE Flag of undo-operation for hwDHCPSInterfacePoolParaTable Each value has the following meaning: undoDomain(1) - It means to delete Domain, undoLease(2) - It means to delete lease of a given ip address, undoGateway(3) - It means to delete a given ip address of gateway router, undoDns(4) - It means to delete a given ip address of DNS server, undoNbns(5) - It means to deletd a given ip address of NetBios server, undoNbType(6) - It means to delete NetBios node type invalid(7) - The value is a default value,do nothing | 1.3.6.1.4.1.2011.5.7.2.1.6.1.11 | INTEGER {undoDomain(1), undoLease(2), undoDns(4), undoNbns(5), undoNbType(6), invalid(7)} | read-write | current |
| hwDHCPSInterfacePoolIPInUseReset OBJECT-TYPE Reset the auto or manual binding ip of the given interface pool for DHCP server. The invalid(2) is a default vlaue, do nothing | 1.3.6.1.4.1.2011.5.7.2.1.6.1.12 | INTEGER {reset(1), invalid(2)} | read-write | current |
| hwDHCPSInterfacePoolOptionTable OBJECT-TYPE A table for configuring options to DHCP interface pools, include option code type and value and so on | 1.3.6.1.4.1.2011.5.7.2.1.7 | not-accessible | current | |
| hwDHCPSInterfacePoolOptionEntry OBJECT-TYPE An entry fo objects for configuring options to DHCP interface pools. The index of this entry is the inIndex of ethernet | 1.3.6.1.4.1.2011.5.7.2.1.7.1 | not-accessible | current | |
| hwDHCPSInterfacePoolOptionCode OBJECT-TYPE Option Code,All options begin with a tag octet, which uniquely identifies the option. | 1.3.6.1.4.1.2011.5.7.2.1.7.1.1 | INTEGER (2..254) | read-only | current |
| hwDHCPSInterfacePoolOptionType OBJECT-TYPE The object means option type in DHCP server interface pool The value means : ascii(1)- The option type is ascii string hex(2) - The option type is hex number ip(3) - The option type is ip address | 1.3.6.1.4.1.2011.5.7.2.1.7.1.2 | INTEGER {ascii(1), hex(2), ip(3)} | read-create | current |
| hwDHCPSInterfacePoolOptionAscii OBJECT-TYPE Ascii string of an option | 1.3.6.1.4.1.2011.5.7.2.1.7.1.3 | OCTET STRING (SIZE(0..63)) | read-create | current |
| hwDHCPSInterfacePoolOptionHexString OBJECT-TYPE Hex string of a option. 1 to 10 2 bytes or 4 bytes hex string can be configured at most simultaneously | 1.3.6.1.4.1.2011.5.7.2.1.7.1.4 | OCTET STRING (SIZE(0..129)) | read-create | current |
| hwDHCPSInterfacePoolOptionIPString OBJECT-TYPE Ip string of a option. 1 to 8 ip addresses can be configured at most simultaneously | 1.3.6.1.4.1.2011.5.7.2.1.7.1.5 | OCTET STRING (SIZE(0..129)) | read-create | current |
| hwDHCPSInterfacePoolOptionRowStatus OBJECT-TYPE This object is used to configuration new rows in this table, modify existing rows, and to delete existing rows.Only three actions are used: active(1), createAndGo(4), destroy(6). while configuration new option, you must specify option type and value | 1.3.6.1.4.1.2011.5.7.2.1.7.1.6 | RowStatus | read-create | current |
| hwDHCPSInterfacePoolStaticBindTable OBJECT-TYPE A table for configuring static binding to DHCP interface pools,which manual binding ip address and Hardware address | 1.3.6.1.4.1.2011.5.7.2.1.8 | not-accessible | current | |
| hwDHCPSInterfacePoolStaticBindEntry OBJECT-TYPE An entry of objects for configuring static binding to DHCP interface pools. The index of this entry is the inIndex of ethernet | 1.3.6.1.4.1.2011.5.7.2.1.8.1 | not-accessible | current | |
| hwDHCPSInterfacePoolStaticBindIP OBJECT-TYPE Ip address in static binding for DHCP interface pools | 1.3.6.1.4.1.2011.5.7.2.1.8.1.1 | IpAddress | read-only | current |
| hwDHCPSInterfacePoolStaticBindMac OBJECT-TYPE Hardware address in static binding for DHCP interface pools | 1.3.6.1.4.1.2011.5.7.2.1.8.1.2 | MacAddress | read-create | current |
| hwDHCPSInterfacePoolStaticBindRowStatus OBJECT-TYPE This object is used to configuration new rows in this table, modify existing rows, and to delete existing rows.Only three actions are used: active(1), createAndGo(4), destroy(6). while configuration static binding, you must specify ip address and hardware address | 1.3.6.1.4.1.2011.5.7.2.1.8.1.3 | RowStatus | read-create | current |
| hwDHCPSIPInUseTable OBJECT-TYPE A table for displaying the information of ip allocation to clients for DHCP server pools | 1.3.6.1.4.1.2011.5.7.2.1.9 | not-accessible | current | |
| hwDHCPSIPInUseEntry OBJECT-TYPE An entry of objects for displaying information of ip in use for DHCP server pools | 1.3.6.1.4.1.2011.5.7.2.1.9.1 | not-accessible | current | |
| hwDHCPSIPInUseHAddr OBJECT-TYPE The MAC addreess of host use the ip address in DHCP pools | 1.3.6.1.4.1.2011.5.7.2.1.9.1.1 | MacAddress | read-only | current |
| hwDHCPSIPInUseIP OBJECT-TYPE Ip address allocation to clients in DHCP pools | 1.3.6.1.4.1.2011.5.7.2.1.9.1.2 | IpAddress | read-only | current |
| hwDHCPSIPInUseEndLease OBJECT-TYPE End time of ip address leasese. The structure of the OCTET STRING is year/month/day:hour:munite:second -- YYYY/MM/DD:hh:mm:ss | 1.3.6.1.4.1.2011.5.7.2.1.9.1.3 | OCTET STRING (SIZE(1..20)) | read-only | current |
| hwDHCPSIPInUseType OBJECT-TYPE Type of binding The value means manual(1) - manual allocation auto(2) - automatic allocation release(3)- The ip is automatic allocation,but it is already released offered(4)-The ip is offered to client | 1.3.6.1.4.1.2011.5.7.2.1.9.1.4 | INTEGER {manual(1), auto(2), release(3), offered(4)} | read-only | current |
| hwDHCPSIPInUsePoolName OBJECT-TYPE Name of the DHCP server pool that allocated ip belongs to | 1.3.6.1.4.1.2011.5.7.2.1.9.1.5 | OCTET STRING (SIZE(1..35)) | read-only | current |
| hwDHCPSIPInUseInterface OBJECT-TYPE Interface index information that ip address belong to | 1.3.6.1.4.1.2011.5.7.2.1.9.1.6 | INTEGER | read-only | current |
| hwDHCPSIPInUseVlan OBJECT-TYPE Vlan informationg that ip address belong to | 1.3.6.1.4.1.2011.5.7.2.1.9.1.7 | INTEGER (1..4094) | read-only | current |
| hwDHCPSIPInUseAtmpvc OBJECT-TYPE ATM Pvc informationg that ip address belong to | 1.3.6.1.4.1.2011.5.7.2.1.9.1.8 | INTEGER | read-only | current |
| hwDHCPSForbiddenIPTable OBJECT-TYPE A table for configuring forbidden ip to DHCP server, which don't allow to allocate to clients | 1.3.6.1.4.1.2011.5.7.2.1.10 | not-accessible | current | |
| hwDHCPSForbiddenIPEntry OBJECT-TYPE An entry for configuring forbidden ip to DHCP server | 1.3.6.1.4.1.2011.5.7.2.1.10.1 | not-accessible | current | |
| hwDHCPSForbiddenIPStart OBJECT-TYPE Start ip address of forbidden ip | 1.3.6.1.4.1.2011.5.7.2.1.10.1.1 | IpAddress | read-only | current |
| hwDHCPSForbiddenIPEnd OBJECT-TYPE End ip address of forbidden ip | 1.3.6.1.4.1.2011.5.7.2.1.10.1.2 | IpAddress | read-only | current |
| hwDHCPSForbiddenIPRowStatus OBJECT-TYPE This object is used to configuration new rows in this table, modify existing rows, and to delete existing rows.Only three actions are used: active(1), createAndGo(4), destroy(6) | 1.3.6.1.4.1.2011.5.7.2.1.10.1.3 | RowStatus | read-create | current |
| hwDHCPSConflictIPTable OBJECT-TYPE A table for displaying the information of conflict ip for DHCP server,ip address is uesed by others when allocate the address. | 1.3.6.1.4.1.2011.5.7.2.1.11 | not-accessible | current | |
| hwDHCPSConflictIPEntry OBJECT-TYPE An entry for displaying the information of conflict ip for DHCP server | 1.3.6.1.4.1.2011.5.7.2.1.11.1 | not-accessible | current | |
| hwDHCPSConflictIP OBJECT-TYPE Conflict ip address | 1.3.6.1.4.1.2011.5.7.2.1.11.1.1 | IpAddress | read-only | current |
| hwDHCPSConflictIPType OBJECT-TYPE Type of the detection of conflict ip, As a consistency check, the allocating server SHOULD probe the reused address before allocating the address, e.g., with ping or ARP | 1.3.6.1.4.1.2011.5.7.2.1.11.1.2 | INTEGER {ping(1), arp(2)} | read-only | current |
| hwDHCPSConflictIPDetectTime OBJECT-TYPE Time when the confict is detected. The structure of the OCTET STRING is year/month/day:hour:munite:second -- YYYY/MM/DD:hh:mm:ss | 1.3.6.1.4.1.2011.5.7.2.1.11.1.3 | OCTET STRING (SIZE(20)) | read-only | current |
| hwDHCPSServiceStatus OBJECT-TYPE The status of DHCP service, The default value is enabled, which mean enable the DHCP service; the other value is disabled, which mean disabled the DHCP service | 1.3.6.1.4.1.2011.5.7.2.1.12 | EnabledStatus | read-write | current |
| hwDHCPSDetectingServerStatus OBJECT-TYPE The status of DHCP servers detecting function. If the value is enabled, It will check whether have other DHCP Servers. The default value is disabled | 1.3.6.1.4.1.2011.5.7.2.1.13 | EnabledStatus | read-write | current |
| hwDHCPSPingNum OBJECT-TYPE The number of ping packets sent out when check address conflict | 1.3.6.1.4.1.2011.5.7.2.1.14 | INTEGER (0..10) | read-write | current |
| hwDHCPSPingTimeout OBJECT-TYPE The delay for the reply of a ping packet when check address conflict. Unit: millisecond | 1.3.6.1.4.1.2011.5.7.2.1.15 | INTEGER (0..10000) | read-write | current |
| hwDHCPSWriteDataStatus OBJECT-TYPE The status of the function writing data to the harddisk, It does not write data to the harddisk default, The information that written are the content that hwDHCPSConflictIPTable and hwDHCPSIPInUseTable | 1.3.6.1.4.1.2011.5.7.2.1.16 | EnabledStatus | read-write | current |
| hwDHCPSWriteDataDirection OBJECT-TYPE The directory of writing data to a harddisk, The format is directory and file name | 1.3.6.1.4.1.2011.5.7.2.1.17 | OCTET STRING (SIZE(1..255)) | read-only | current |
| hwDHCPSWriteDataDelay OBJECT-TYPE The allowable delay of writing data to the harddisk. Unit: second | 1.3.6.1.4.1.2011.5.7.2.1.18 | INTEGER (300..86400) | read-write | current |
| hwDHCPSWriteDataRecover OBJECT-TYPE The flag used to recover DHCP data with the data on the harddisk,It means whether recover data from the data on the harddisk when system startup. The default value is disabled | 1.3.6.1.4.1.2011.5.7.2.1.19 | EnabledStatus | read-write | current |
| hwDHCPSIPInUseResetIP OBJECT-TYPE An ip in use that will be cleared. 0 returned for SET operation | 1.3.6.1.4.1.2011.5.7.2.1.20 | IpAddress | read-write | current |
| hwDHCPSConflictIPResetIP OBJECT-TYPE An conflict ip that will be cleared. 0 returned for SET operation | 1.3.6.1.4.1.2011.5.7.2.1.21 | IpAddress | read-write | current |
| hwDHCPSIPResetFlag OBJECT-TYPE A flag that descript the reset operation, 1 means deleting ip in use 2 means deleting conflict ip addresses | 1.3.6.1.4.1.2011.5.7.2.1.22 | INTEGER {ipInUse(1), conflictIp(2)} | read-write | current |
| hwDHCPSGlobalPoolNumber OBJECT-TYPE The total number of DHCP server global pools | 1.3.6.1.4.1.2011.5.7.2.1.23 | Integer32 | read-only | current |
| hwDHCPSGlobalPoolAutoBindingNum OBJECT-TYPE The total number of auto binding ip in DHCP server | 1.3.6.1.4.1.2011.5.7.2.1.24 | Integer32 | read-only | current |
| hwDHCPSGlobalPoolManualBindingNum OBJECT-TYPE The total number of manual binding ip in DHCP server | 1.3.6.1.4.1.2011.5.7.2.1.25 | Integer32 | read-only | current |
| hwDHCPSGlobalPoolExpiredBindingNum OBJECT-TYPE The total number of expired binding ip in DHCP server | 1.3.6.1.4.1.2011.5.7.2.1.26 | Integer32 | read-only | current |
| hwDHCPSInterfacePoolNumber OBJECT-TYPE The total number of DHCP server interface pools | 1.3.6.1.4.1.2011.5.7.2.1.27 | Integer32 | read-only | current |
| hwDHCPSInterfacePoolAutoBindingNum OBJECT-TYPE The total number of auto binding ip in DHCP server interface pools | 1.3.6.1.4.1.2011.5.7.2.1.28 | Integer32 | read-only | current |
| hwDHCPSInterfacePoolManualBindingNum OBJECT-TYPE The total number of manual binding ip in DHCP server interface pool | 1.3.6.1.4.1.2011.5.7.2.1.29 | Integer32 | read-only | current |
| hwDHCPSInterfacePoolExpiredBindingNum OBJECT-TYPE The total number of expired binding ip in DHCP server interface pool | 1.3.6.1.4.1.2011.5.7.2.1.30 | Integer32 | read-only | current |
| hwDHCPSBadPktNum OBJECT-TYPE The total number of the bad packets received by DHCP server | 1.3.6.1.4.1.2011.5.7.2.1.31 | Integer32 | read-only | current |
| hwDHCPSBootRequestPktNum OBJECT-TYPE The total number of the boot request packets recieved by DHCP Server from DHCP clients | 1.3.6.1.4.1.2011.5.7.2.1.32 | Integer32 | read-only | current |
| hwDHCPSDiscoverPktNum OBJECT-TYPE The total number of the DHCP Discover packets received from the DHCP clients | 1.3.6.1.4.1.2011.5.7.2.1.33 | Integer32 | read-only | current |
| hwDHCPSRequestPktNum OBJECT-TYPE The total number of the DHCP Request packets received from the DHCP clients | 1.3.6.1.4.1.2011.5.7.2.1.34 | Integer32 | read-only | current |
| hwDHCPSDeclinePktNum OBJECT-TYPE The total number of the DHCP Decline packets received from the DHCP clients | 1.3.6.1.4.1.2011.5.7.2.1.35 | Integer32 | read-only | current |
| hwDHCPSReleasePktNum OBJECT-TYPE The total number of the DHCP Release packets received from the DHCP clients | 1.3.6.1.4.1.2011.5.7.2.1.36 | Integer32 | read-only | current |
| hwDHCPSInformPktNum OBJECT-TYPE The total number of the DHCP Inform packets received from the DHCP clients | 1.3.6.1.4.1.2011.5.7.2.1.37 | Integer32 | read-only | current |
| hwDHCPSBootReplyPktNum OBJECT-TYPE The total number of the boot reply packets sent by DHCP server to DHCP clients | 1.3.6.1.4.1.2011.5.7.2.1.38 | Integer32 | read-only | current |
| hwDHCPSOfferPktNum OBJECT-TYPE The total number of the DHCP Offer packets sent by the DHCP server | 1.3.6.1.4.1.2011.5.7.2.1.39 | Integer32 | read-only | current |
| hwDHCPSAckPktNum OBJECT-TYPE The total number of the DHCP Ack packets sent by the DHCP server | 1.3.6.1.4.1.2011.5.7.2.1.40 | Integer32 | read-only | current |
| hwDHCPSNakPktNum OBJECT-TYPE The total number of the DHCP Nak packets sent by the DHCP server | 1.3.6.1.4.1.2011.5.7.2.1.41 | Integer32 | read-only | current |
| hwDHCPSStatisticsReset OBJECT-TYPE Reset the above statictics information of packets received and sent by the DHCP server. The value 1 means clear the statictics information | 1.3.6.1.4.1.2011.5.7.2.1.42 | INTEGER {invalid(0), reset(1)} | read-write | current |
| hwDHCPServerMIBConformance OBJECT-IDENTITY | 1.3.6.1.4.1.2011.5.7.2.2 | |||
| hwDHCPServerMIBCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.2011.5.7.2.2.1 | |||
| hwDHCPServerMIBGroups OBJECT-IDENTITY | 1.3.6.1.4.1.2011.5.7.2.2.2 |
Conformance
| Name | OID | Status |
|---|---|---|
| hwDHCPServerMIBGroup OBJECT-GROUP The basic collection of objects providing management of DHCP server. | 1.3.6.1.4.1.2011.5.7.2.2.2.1 | current |