MIBs Depot

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

FromSymbols
HUAWEI-MIBhwDhcp
IF-MIBifIndex
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMIInteger32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso
SNMPv2-TCDisplayString, 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

NameOIDSyntaxAccessStatus
EnabledStatus
TEXTUAL-CONVENTION
To describe the status of some function is Enabled or Disabled
current

Objects

NameOIDSyntaxAccessStatus
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.1not-accessiblecurrent
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.1not-accessiblecurrent
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.1OCTET STRING (SIZE(1..35))read-onlycurrent
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.2RowStatusread-createcurrent
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.2not-accessiblecurrent
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.1not-accessiblecurrent
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.1INTEGER {null(0), host(1), network(2)}read-writecurrent
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.2IpAddressread-writecurrent
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.3IpAddressread-writecurrent
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.4IpAddressread-writecurrent
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.5IpAddressread-writecurrent
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.6MacAddressread-writecurrent
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.7INTEGER {undonetworkip(1), undohostip(2), undohosthaddr(3), invalid(4)}read-writecurrent
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.3not-accessiblecurrent
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.1not-accessiblecurrent
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.1INTEGER (0..365)read-writecurrent
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.2INTEGER (0..23)read-writecurrent
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.3INTEGER (0..59)read-writecurrent
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.4INTEGER {invalid(0), unlimited(1)}read-writecurrent
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.5OCTET STRING (SIZE(3..50))read-writecurrent
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.6OCTET STRING (SIZE(0..129))read-writecurrent
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.7IpAddressread-writecurrent
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.8OCTET STRING (SIZE(0..129))read-writecurrent
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.9IpAddressread-writecurrent
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.10INTEGER {null(0), bnode(1), pnode(2), mnode(4), hnode(8)}read-writecurrent
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.11OCTET STRING (SIZE(0..129))read-writecurrent
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.12IpAddressread-writecurrent
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.13INTEGER {undoDomain(1), undoLease(2), undoGateway(3), undoDns(4), undoNbns(5), undoNbType(6), invalid(7)}read-writecurrent
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.14INTEGER {reset(1), invalid(2)}read-writecurrent
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.4not-accessiblecurrent
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.1not-accessiblecurrent
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.1INTEGER (2..254)read-onlycurrent
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.2INTEGER {ascii(1), hex(2), ip(3)}read-createcurrent
hwDHCPSGlobalPoolOptionAscii
OBJECT-TYPE
Ascii string of a option
1.3.6.1.4.1.2011.5.7.2.1.4.1.3OCTET STRING (SIZE(0..63))read-createcurrent
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.4OCTET STRING (SIZE(0..129))read-createcurrent
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.5OCTET STRING (SIZE(0..129))read-createcurrent
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.6RowStatusread-createcurrent
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.5not-accessiblecurrent
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.1not-accessiblecurrent
hwDHCPSGlobalTreeParentNodeName
OBJECT-TYPE
Pool name of the parent node
1.3.6.1.4.1.2011.5.7.2.1.5.1.1OCTET STRING (SIZE(0..35))read-onlycurrent
hwDHCPSGlobalTreeChildNodeName
OBJECT-TYPE
Pool name of the child node
1.3.6.1.4.1.2011.5.7.2.1.5.1.2OCTET STRING (SIZE(0..35))read-onlycurrent
hwDHCPSGlobalTreePreSiblingNodeName
OBJECT-TYPE
Pool name of the presibling node
1.3.6.1.4.1.2011.5.7.2.1.5.1.3OCTET STRING (SIZE(0..35))read-onlycurrent
hwDHCPSGlobalTreeSiblingNodeName
OBJECT-TYPE
Pool name of the sibling node
1.3.6.1.4.1.2011.5.7.2.1.5.1.4OCTET STRING (SIZE(0..35))read-onlycurrent
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.6not-accessiblecurrent
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.1not-accessiblecurrent
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.1INTEGER (0..365)read-writecurrent
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.2INTEGER (0..23)read-writecurrent
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.3INTEGER (0..59)read-writecurrent
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.4INTEGER {invalid(0), unlimited(1)}read-writecurrent
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.5OCTET STRING (SIZE(3..50))read-writecurrent
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.6OCTET STRING (SIZE(0..129))read-writecurrent
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.7IpAddressread-writecurrent
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.8INTEGER {null(0), bnode(1), pnode(2), mnode(4), hnode(8)}read-writecurrent
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.9OCTET STRING (SIZE(0..129))read-writecurrent
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.10IpAddressread-writecurrent
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.11INTEGER {undoDomain(1), undoLease(2), undoDns(4), undoNbns(5), undoNbType(6), invalid(7)}read-writecurrent
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.12INTEGER {reset(1), invalid(2)}read-writecurrent
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.7not-accessiblecurrent
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.1not-accessiblecurrent
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.1INTEGER (2..254)read-onlycurrent
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.2INTEGER {ascii(1), hex(2), ip(3)}read-createcurrent
hwDHCPSInterfacePoolOptionAscii
OBJECT-TYPE
Ascii string of an option
1.3.6.1.4.1.2011.5.7.2.1.7.1.3OCTET STRING (SIZE(0..63))read-createcurrent
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.4OCTET STRING (SIZE(0..129))read-createcurrent
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.5OCTET STRING (SIZE(0..129))read-createcurrent
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.6RowStatusread-createcurrent
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.8not-accessiblecurrent
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.1not-accessiblecurrent
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.1IpAddressread-onlycurrent
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.2MacAddressread-createcurrent
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.3RowStatusread-createcurrent
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.9not-accessiblecurrent
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.1not-accessiblecurrent
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.1MacAddressread-onlycurrent
hwDHCPSIPInUseIP
OBJECT-TYPE
Ip address allocation to clients in DHCP pools
1.3.6.1.4.1.2011.5.7.2.1.9.1.2IpAddressread-onlycurrent
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.3OCTET STRING (SIZE(1..20))read-onlycurrent
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.4INTEGER {manual(1), auto(2), release(3), offered(4)}read-onlycurrent
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.5OCTET STRING (SIZE(1..35))read-onlycurrent
hwDHCPSIPInUseInterface
OBJECT-TYPE
Interface index information that ip address belong to
1.3.6.1.4.1.2011.5.7.2.1.9.1.6INTEGERread-onlycurrent
hwDHCPSIPInUseVlan
OBJECT-TYPE
Vlan informationg that ip address belong to
1.3.6.1.4.1.2011.5.7.2.1.9.1.7INTEGER (1..4094)read-onlycurrent
hwDHCPSIPInUseAtmpvc
OBJECT-TYPE
ATM Pvc informationg that ip address belong to
1.3.6.1.4.1.2011.5.7.2.1.9.1.8INTEGERread-onlycurrent
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.10not-accessiblecurrent
hwDHCPSForbiddenIPEntry
OBJECT-TYPE
An entry for configuring forbidden ip to DHCP server
1.3.6.1.4.1.2011.5.7.2.1.10.1not-accessiblecurrent
hwDHCPSForbiddenIPStart
OBJECT-TYPE
Start ip address of forbidden ip
1.3.6.1.4.1.2011.5.7.2.1.10.1.1IpAddressread-onlycurrent
hwDHCPSForbiddenIPEnd
OBJECT-TYPE
End ip address of forbidden ip
1.3.6.1.4.1.2011.5.7.2.1.10.1.2IpAddressread-onlycurrent
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.3RowStatusread-createcurrent
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.11not-accessiblecurrent
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.1not-accessiblecurrent
hwDHCPSConflictIP
OBJECT-TYPE
Conflict ip address
1.3.6.1.4.1.2011.5.7.2.1.11.1.1IpAddressread-onlycurrent
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.2INTEGER {ping(1), arp(2)}read-onlycurrent
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.3OCTET STRING (SIZE(20))read-onlycurrent
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.12EnabledStatusread-writecurrent
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.13EnabledStatusread-writecurrent
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.14INTEGER (0..10)read-writecurrent
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.15INTEGER (0..10000)read-writecurrent
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.16EnabledStatusread-writecurrent
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.17OCTET STRING (SIZE(1..255))read-onlycurrent
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.18INTEGER (300..86400)read-writecurrent
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.19EnabledStatusread-writecurrent
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.20IpAddressread-writecurrent
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.21IpAddressread-writecurrent
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.22INTEGER {ipInUse(1), conflictIp(2)}read-writecurrent
hwDHCPSGlobalPoolNumber
OBJECT-TYPE
The total number of DHCP server global pools
1.3.6.1.4.1.2011.5.7.2.1.23Integer32read-onlycurrent
hwDHCPSGlobalPoolAutoBindingNum
OBJECT-TYPE
The total number of auto binding ip in DHCP server
1.3.6.1.4.1.2011.5.7.2.1.24Integer32read-onlycurrent
hwDHCPSGlobalPoolManualBindingNum
OBJECT-TYPE
The total number of manual binding ip in DHCP server
1.3.6.1.4.1.2011.5.7.2.1.25Integer32read-onlycurrent
hwDHCPSGlobalPoolExpiredBindingNum
OBJECT-TYPE
The total number of expired binding ip in DHCP server
1.3.6.1.4.1.2011.5.7.2.1.26Integer32read-onlycurrent
hwDHCPSInterfacePoolNumber
OBJECT-TYPE
The total number of DHCP server interface pools
1.3.6.1.4.1.2011.5.7.2.1.27Integer32read-onlycurrent
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.28Integer32read-onlycurrent
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.29Integer32read-onlycurrent
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.30Integer32read-onlycurrent
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.31Integer32read-onlycurrent
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.32Integer32read-onlycurrent
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.33Integer32read-onlycurrent
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.34Integer32read-onlycurrent
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.35Integer32read-onlycurrent
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.36Integer32read-onlycurrent
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.37Integer32read-onlycurrent
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.38Integer32read-onlycurrent
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.39Integer32read-onlycurrent
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.40Integer32read-onlycurrent
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.41Integer32read-onlycurrent
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.42INTEGER {invalid(0), reset(1)}read-writecurrent
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

NameOIDStatus
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.1current