- Table of Contents
- Related Documents
-
Title | Size | Download |
---|---|---|
11-HH3C-DHCP4-MIB | 310.22 KB |
Contents
hh3cDhcpServer2AlwaysBroadcast
hh3cDhcpServer2BootpReplyRfc1048
hh3cDhcpServer2BootpRequestNum
hh3cDhcpServer2IfApplyPoolTable
hh3cDhcpServer2PoolStaticTable
hh3cDhcpServer2PoolOptionTable
hh3cDhcpServer2PoolForbidTable
hh3cDhcpServer2ValidClassTable
hh3cDhcpServer2RuleHwAddrTable
hh3cDhcpServer2OptionGroupTable
hh3cDhcpServer2AddrExhaustRecov
HH3C-DHCP4-MIB
About this MIB
The Dynamic Host Configuration Protocol (DHCP) provides a framework to assign configuration information to network devices.
DHCP adopts a client/server model. A DHCP client initiates a request for configuration parameters such as IP address, subnet mask, and the gateway address, and the DHCP server replies with the requested parameters.
Both BOOTP and DHCP use UDP protocols for packet encapsulation and use the same packet format. The major difference between BOOTP and DHCP is that BOOTP supports static configuration of the IP addresses while DHCP supports dynamic configuration.
The following figure shows a typical DHCP application scenario where the DHCP clients and the DHCP server reside on the same subnet.
The DHCP relay agent enables clients to get IP addresses and configuration parameters from a DHCP server on another subnet.
Typically, a DHCP relay agent can be a host or a router enabled with the DHCP relay agent feature.
MIB file name
hh3c-dhcp4.mib
Root object
iso(1).org(3).dod(6).internet(1).private(4).enterprises(1).hh3c(25506).hh3cCommon(2).hh3cDhcp4(122)
Scalar objects
hh3cDhcpServer2Enabled
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cDhcpServer2Enabled (1.3.6.1.4.1.25506.2.122.1.1.1) |
read-write |
TruthValue |
true(1), false(2) |
Enabling status of the DHCP server. |
As per the MIB. |
hh3cDhcpServer2AlwaysBroadcast
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cDhcpServer2AlwaysBroadcast (1.3.6.1.4.1.25506.2.122.1.1.2) |
read-write |
TruthValue |
true(1), false(2) |
Whether to enable the DHCP server to always broadcast responses. |
As per the MIB. |
hh3cDhcpServer2IgnoreBootp
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cDhcpServer2IgnoreBootp (1.3.6.1.4.1.25506.2.122.1.1.3) |
read-write |
TruthValue |
true(1), false(2) |
Whether to ignore BOOTP requests. |
As per the MIB. |
hh3cDhcpServer2BootpReplyRfc1048
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cDhcpServer2BootpReplyRfc1048 (1.3.6.1.4.1.25506.2.122.1.1.4) |
read-write |
TruthValue |
true(1), false(2) |
Whether to enable the sending of BOOTP responses in RFC 1048 format. |
As per the MIB. |
hh3cDhcpServer2Opt82Enabled
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cDhcpServer2Opt82Enabled (1.3.6.1.4.1.25506.2.122.1.1.5) |
read-write |
TruthValue |
true(1), false(2) |
Whether to enable the DHCP server to handle Option 82. |
As per the MIB. |
hh3cDhcpServer2PingNumber
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cDhcpServer2PingNumber (1.3.6.1.4.1.25506.2.122.1.1.6) |
read-write |
Unsigned32 |
Unsigned32(0..10) |
Maximum number of attempts that the DHCP server pings an IP address before assigning the IP address to a DHCP client. |
As per the MIB. |
hh3cDhcpServer2PingTimeout
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cDhcpServer2PingTimeout (1.3.6.1.4.1.25506.2.122.1.1.7) |
read-write |
Unsigned32 |
Unsigned32(0..10000) |
Ping response timeout time for the DHCP server to ping an IP address. |
As per the MIB. |
hh3cDhcpServer2AllocThreshold
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cDhcpServer2AllocThreshold (1.3.6.1.4.1.25506.2.122.1.1.8) |
read-write |
Unsigned32 |
Unsigned32(0..100) |
IP address allocation success rate threshold. The success rate is the rate of successfully allocated IP addresses to received DHCP requests within a specific time period |
As per the MIB. |
hh3cDhcpServer2BadNum
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cDhcpServer2BadNum (1.3.6.1.4.1.25506.2.122.1.2.1) |
read-only |
Counter64 |
INTEGER(0..18446744073709551615) |
Number of error packets received by the DHCP server. |
As per the MIB. |
hh3cDhcpServer2BootpRequestNum
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cDhcpServer2BootpRequestNum (1.3.6.1.4.1.25506.2.122.1.2.2) |
read-only |
Counter64 |
INTEGER(0..18446744073709551615) |
Number of BOOTP-REQUEST messages that the DHCP server receives. |
As per the MIB. |
hh3cDhcpServer2DiscoverNum
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cDhcpServer2DiscoverNum (1.3.6.1.4.1.25506.2.122.1.2.3) |
read-only |
Counter64 |
INTEGER(0..18446744073709551615) |
Number of DHCP-DISCOVER messages that the DHCP server receives. |
As per the MIB. |
hh3cDhcpServer2RequestNum
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cDhcpServer2RequestNum (1.3.6.1.4.1.25506.2.122.1.2.4) |
read-only |
Counter64 |
INTEGER(0..18446744073709551615) |
Number of DHCP-REQUEST messages that the DHCP server receives. |
As per the MIB. |
hh3cDhcpServer2DeclineNum
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cDhcpServer2DeclineNum (1.3.6.1.4.1.25506.2.122.1.2.5) |
read-only |
Counter64 |
INTEGER(0..18446744073709551615) |
Number of DHCP-DECLINE messages that the DHCP server receives. |
As per the MIB. |
hh3cDhcpServer2ReleaseNum
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cDhcpServer2ReleaseNum (1.3.6.1.4.1.25506.2.122.1.2.6) |
read-only |
Counter64 |
INTEGER(0..18446744073709551615) |
Number of DHCP-RELEASE messages that the DHCP server receives. |
As per the MIB. |
hh3cDhcpServer2InformNum
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cDhcpServer2InformNum (1.3.6.1.4.1.25506.2.122.1.2.7) |
read-only |
Counter64 |
INTEGER(0..18446744073709551615) |
Number of DHCP-INFORM messages that the DHCP server receives. |
As per the MIB. |
hh3cDhcpServer2BootpReplyNum
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cDhcpServer2BootpReplyNum (1.3.6.1.4.1.25506.2.122.1.2.8) |
read-only |
Counter64 |
INTEGER(0..18446744073709551615) |
Number of BOOTP-REPLY messages that the DHCP server sends. |
As per the MIB. |
hh3cDhcpServer2OfferNum
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cDhcpServer2OfferNum (1.3.6.1.4.1.25506.2.122.1.2.9) |
read-only |
Counter64 |
INTEGER(0..18446744073709551615) |
Number of DHCP-OFFER messages that the DHCP server sends. |
As per the MIB. |
hh3cDhcpServer2AckNum
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cDhcpServer2AckNum (1.3.6.1.4.1.25506.2.122.1.2.10) |
read-only |
Counter64 |
INTEGER(0..18446744073709551615) |
Number of DHCP-ACK messages that the DHCP server sends. |
As per the MIB. |
hh3cDhcpServer2NakNum
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cDhcpServer2NakNum (1.3.6.1.4.1.25506.2.122.1.2.11) |
read-only |
Counter64 |
INTEGER(0..18446744073709551615) |
Number of DHCP-NAK messages that the DHCP server sends. |
As per the MIB. |
hh3cDhcpServer2TotalPoolUsage
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cDhcpServer2TotalPoolUsage (1.3.6.1.4.1.25506.2.122.1.2.12) |
read-only |
Unsigned32 |
Unsigned32(0..100) |
DHCP address pool usage. |
As per the MIB. |
hh3cDhcpServer2PoolNumber
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cDhcpServer2PoolNumber (1.3.6.1.4.1.25506.2.122.1.2.13) |
read-only |
Unsigned32 |
Standard MIB values. |
Total number of DHCP address pools. |
As per the MIB. |
hh3cDhcpServer2AutoBindNum
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cDhcpServer2AutoBindNum (1.3.6.1.4.1.25506.2.122.1.2.15) |
read-only |
Unsigned32 |
Standard MIB values. |
Number of dynamic DHCP bindings. |
As per the MIB. |
hh3cDhcpServer2ManualBindNum
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cDhcpServer2ManualBindNum (1.3.6.1.4.1.25506.2.122.1.2.16) |
read-only |
Unsigned32 |
Standard MIB values. |
Number of static DHCP bindings. |
As per the MIB. |
hh3cDhcpServer2ExpiredBindNum
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cDhcpServer2ExpiredBindNum (1.3.6.1.4.1.25506.2.122.1.2.17) |
read-only |
Unsigned32 |
Standard MIB values. |
Number of expired DHCP bindings. |
As per the MIB. |
hh3cDhcpServer2ReqCnt
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cDhcpServer2ReqCnt (1.3.6.1.4.1.25506.2.122.1.2.18) |
read-only |
Counter64 |
INTEGER(0..18446744073709551615) |
Number of address requests received by the DHCP server. |
As per the MIB. |
hh3cDhcpServer2ReqSuccCnt
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cDhcpServer2ReqSuccCnt (1.3.6.1.4.1.25506.2.122.1.2.19) |
read-only |
Counter64 |
INTEGER(0..18446744073709551615) |
Number of successful processes of the received requests. |
As per the MIB. |
hh3cDhcpServer2IPTotalNum
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cDhcpServer2IPTotalNum (1.3.6.1.4.1.25506.2.122.1.2.20) |
read-only |
Unsigned32 |
Standard MIB values. |
Total number of IP addresses in all DHCP address pools on the DHCP server. |
As per the MIB. |
hh3cDhcpServer2IPUsedNum
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cDhcpServer2IPUsedNum (1.3.6.1.4.1.25506.2.122.1.2.21) |
read-only |
Unsigned32 |
Standard MIB values. |
Number of assigned IP addresses on the DHCP server. |
As per the MIB. |
hh3cDhcpServer2IPIdleNum
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cDhcpServer2IPIdleNum (1.3.6.1.4.1.25506.2.122.1.2.22) |
read-only |
Unsigned32 |
Standard MIB values. |
Number of free IP addresses on the DHCP server. |
As per the MIB. |
Tabular objects
hh3cDhcpServer2PoolTable
About this table
This table records the address pool configuration on a DHCP server.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Supported. When you create a new address pool, this table automatically creates an instance for the pool. |
Supported |
Supported |
Supported |
Columns
The table index is h3cDhcpServer2PoolIndex.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cDhcpServer2PoolIndex (1.3.6.1.4.1.25506.2.122.2.1.1.1) |
not-accessible |
Unsigned32 |
Standard MIB values. |
DHCP address pool index. |
Implementation varies by product. |
hh3cDhcpServer2PoolName (1.3.6.1.4.1.25506.2.122.2.1.1.2) |
read-create |
OCTET STRING |
OCTET STRING (1..63) |
DHCP address pool name. |
As per the MIB. |
hh3cDhcpServer2PoolVpnName (1.3.6.1.4.1.25506.2.122.2.1.1.3) |
read-create |
OCTET STRING |
OCTET STRING (0..31) |
VPN to which the DHCP address pool is bound. |
As per the MIB. |
hh3cDhcpServer2PoolNetwork (1.3.6.1.4.1.25506.2.122.2.1.1.4) |
read-create |
InetAddressIPv4 |
OCTET STRING (4) |
Primary network address of the DHCP address pool. |
As per the MIB. |
hh3cDhcpServer2PoolNetworkMask (1.3.6.1.4.1.25506.2.122.2.1.1.5) |
read-create |
InetAddressIPv4 |
OCTET STRING (4) |
Mask for the primary network address. |
As per the MIB. |
hh3cDhcpServer2PoolStartAddr (1.3.6.1.4.1.25506.2.122.2.1.1.6) |
read-create |
InetAddressIPv4 |
OCTET STRING (4) |
Start IP address of an IP address range in the DHCP address pool. |
As per the MIB. |
hh3cDhcpServer2PoolEndAddr (1.3.6.1.4.1.25506.2.122.2.1.1.7) |
read-create |
InetAddressIPv4 |
OCTET STRING (4) |
End IP address of an IP address range in the DHCP address pool. |
As per the MIB. |
hh3cDhcpServer2PoolLeaseDay (1.3.6.1.4.1.25506.2.122.2.1.1.8) |
read-create |
Integer32 |
Integer32(0..365) |
Lease duration in days. |
As per the MIB. |
hh3cDhcpServer2PoolLeaseHour (1.3.6.1.4.1.25506.2.122.2.1.1.9) |
read-create |
Integer32 |
Integer32 (0..23) |
Lease duration in hours. |
As per the MIB. |
hh3cDhcpServer2PoolLeaseMinute (1.3.6.1.4.1.25506.2.122.2.1.1.10) |
read-create |
Integer32 |
Integer32 (0..59) |
Lease duration in minutes. |
As per the MIB. |
hh3cDhcpServer2PoolLeaseSecond (1.3.6.1.4.1.25506.2.122.2.1.1.11) |
read-create |
Integer32 |
Integer32 (0..59) |
Lease duration in seconds. |
As per the MIB. |
hh3cDhcpServer2PoolLeaseUnlimit (1.3.6.1.4.1.25506.2.122.2.1.1.12) |
read-create |
TruthValue |
true(1), false(2) |
Whether the lease duration is unlimited. |
As per the MIB. |
hh3cDhcpServer2PoolLeaseTime (1.3.6.1.4.1.25506.2.122.2.1.1.13) |
read-create |
TimeTicks |
Standard MIB values. |
DHCP lease time in TimeTicks |
As per the MIB. |
hh3cDhcpServer2PoolDomainName (1.3.6.1.4.1.25506.2.122.2.1.1.14) |
read-create |
OCTET STRING |
Standard MIB values. |
Domain name suffix assigned to DHCP clients. |
As per the MIB. |
hh3cDhcpServer2PoolGatewayIP (1.3.6.1.4.1.25506.2.122.2.1.1.15) |
read-create |
OCTET STRING |
OCTET STRING (0..127) |
Gateway IP address. |
As per the MIB. |
hh3cDhcpServer2PoolDNSIP(1.3.6.1.4.1.25506.2.122.2.1.1.16) |
read-create |
OCTET STRING |
OCTET STRING (0..127) |
DNS server IP address. |
As per the MIB. |
hh3cDhcpServer2PoolPrimaryDNSIP (1.3.6.1.4.1.25506.2.122.2.1.1.17) |
read-create |
InetAddressIPv4 |
OCTET STRING (4) |
Primary DNS server IP address. |
As per the MIB. |
hh3cDhcpServer2PoolSecondDNSIP (1.3.6.1.4.1.25506.2.122.2.1.1.18) |
read-create |
InetAddressIPv4 |
OCTET STRING (4) |
Secondary DNS server IP address. |
As per the MIB. |
hh3cDhcpServer2PoolNetbiosType (1.3.6.1.4.1.25506.2.122.2.1.1.19) |
read-create |
INTEGER |
null(0), bnode(1) pnode(2), mnode(4), hnode(8) |
NETBIOS node type. |
As per the MIB. |
hh3cDhcpServer2PoolNbnsIP(1.3.6.1.4.1.25506.2.122.2.1.1.20) |
read-create |
OCTET STRING |
SIZE(0..127) |
NETBIOS server IP address. |
As per the MIB. |
hh3cDhcpServer2PoolBootFileName (1.3.6.1.4.1.25506.2.122.2.1.1.21) |
read-create |
OCTET STRING |
SIZE(0..63) |
Name of a configuration file to be assigned to DHCP clients. |
As per the MIB. |
hh3cDhcpServer2PoolBimsIP(1.3.6.1.4.1.25506.2.122.2.1.1.22) |
read-create |
InetAddressIPv4 |
OCTET STRING (4) |
BIMS server IP address. |
As per the MIB. |
hh3cDhcpServer2PoolBimsPort (1.3.6.1.4.1.25506.2.122.2.1.1.23) |
read-create |
Unsigned32 |
Unsigned32(0..65534) |
BIMS server port number. |
As per the MIB. |
hh3cDhcpServer2PoolBimsKeyStr (1.3.6.1.4.1.25506.2.122.2.1.1.24) |
read-create |
OCTET STRING |
OCTET STRING (0..16) |
Shared key for the DHCP clients to encrypt packets sent to the BIMS server. |
Does not support GET. |
hh3cDhcpServer2PoolNextServer (1.3.6.1.4.1.25506.2.122.2.1.1.25) |
read-create |
InetAddressIPv4 |
OCTET STRING (4) |
IP address of the next DHCP server. |
As per the MIB. |
hh3cDhcpServer2PoolTftpDomName (1.3.6.1.4.1.25506.2.122.2.1.1.26) |
read-create |
OCTET STRING |
OCTET STRING (0..63) |
TFTP server domain name. |
As per the MIB. |
hh3cDhcpServer2PoolTftpIP (1.3.6.1.4.1.25506.2.122.2.1.1.27) |
read-create |
InetAddressIPv4 |
OCTET STRING (4) |
TFTP server IP address. |
As per the MIB. |
hh3cDhcpServer2PoolVoiceAsIP (1.3.6.1.4.1.25506.2.122.2.1.1.28) |
read-create |
InetAddressIPv4 |
OCTET STRING (4) |
IP address of the backup network calling processor. |
As per the MIB. |
hh3cDhcpServer2PoolVoiceFailIP (1.3.6.1.4.1.25506.2.122.2.1.1.29) |
read-create |
InetAddressIPv4 |
OCTET STRING (4) |
Failover IP address. |
As per the MIB. |
hh3cDhcpServer2PoolVoiceFailStr (1.3.6.1.4.1.25506.2.122.2.1.1.30) |
read-create |
OCTET STRING |
OCTET STRING (0..39) |
Failover dialer string. |
As per the MIB. |
hh3cDhcpServer2PoolVoiceNCPIP (1.3.6.1.4.1.25506.2.122.2.1.1.31) |
read-create |
InetAddressIPv4 |
OCTET STRING (4) |
IP address of the primary network calling processor. |
As per the MIB. |
hh3cDhcpServer2PoolVoiceVlanId (1.3.6.1.4.1.25506.2.122.2.1.1.32) |
read-create |
Unsigned32 |
Unsigned32(2..4094|65535) |
Voice VLAN ID. |
As per the MIB. |
hh3cDhcpServer2PoolVoiceVlanEnbl (1.3.6.1.4.1.25506.2.122.2.1.1.33) |
read-create |
TruthValue |
true(1), false(2) |
Enabling status of the voice VLAN. |
As per the MIB. |
hh3cDhcpServer2PoolRowStatus (1.3.6.1.4.1.25506.2.122.2.1.1.34) |
read-create |
RowStatus |
Active(1) createAndGo(4) destroy(6) |
Row status. |
As per the MIB. |
hh3cDhcpServer2PoolVerifyClass(1.3.6.1.4.1.25506.2.122.2.1.1.35) |
read-create |
TruthValue |
true(1), false(2) |
Enabling status of the user class whitelist. |
As per the MIB. |
hh3cDhcpServer2PoolThreshold (1.3.6.1.4.1.25506.2.122.2.1.1.36) |
read-create |
Unsigned32 |
Unsigned32(0..100) |
DHCP address pool usage threshold. |
As per the MIB. |
hh3cDhcpServer2IfApplyPoolTable
About this table
This table records the address pool bound to an interface.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Not supported |
Supported |
Not supported |
Supported |
Columns
The table index is ifIndex.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cDhcpServer2IfApplyPoolName (1.3.6.1.4.1.25506.2.122.2.2.1.1) |
read-write |
OCTET STRING |
OCTET STRING (0..63) |
Name of the address pool bound to an interface. |
As per the MIB. |
hh3cDhcpServer2PoolSecNwTable
About this table
This table records the secondary network configuration in the DHCP address pool.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Supported |
Supported |
Supported |
Supported |
Columns
The table indexes are h3cDhcpServer2PoolIndex, h3cDhcpServer2PoolSecNw, and h3cDhcpServer2PoolSecNwMask.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cDhcpServer2PoolSecNw(1.3.6.1.4.1.25506.2.122.2.3.1.1) |
not-accessible |
InetAddressIPv4 |
OCTET STRING (4) |
Secondary network IP address. |
As per the MIB. |
hh3cDhcpServer2PoolSecNwMask (1.3.6.1.4.1.25506.2.122.2.3.1.2) |
not-accessible |
InetAddressIPv4 |
OCTET STRING (4) |
Mask of the secondary network IP address. |
As per the MIB. |
hh3cDhcpServer2PoolSecNwGwIP (1.3.6.1.4.1.25506.2.122.2.3.1.3) |
read-create |
OCTET STRING |
OCTET STRING (0..127) |
Gateway IP address for the secondary network. |
As per the MIB. |
hh3cDhcpServer2PoolSecNwStatus (1.3.6.1.4.1.25506.2.122.2.3.1.4) |
read-create |
RowStatus |
Active(1) createAndGo(4) destroy(6) |
Row status. |
As per the MIB. |
hh3cDhcpServer2PoolClassTable
About this table
This table records address ranges for DHCP user classes in a DHCP address pool on a DHCP server.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Supported |
Supported |
Supported |
Supported |
Columns
The table indexes are h3cDhcpServer2PoolIndex and h3cDhcpServer2PoolClassName.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cDhcpServer2PoolClassName (1.3.6.1.4.1.25506.2.122.2.4.1.1) |
not-accessible |
OCTET STRING |
OCTET STRING (1..63) |
User class name. |
As per the MIB. |
hh3cDhcpServer2PoolClassStart (1.3.6.1.4.1.25506.2.122.2.4.1.2) |
read-create |
InetAddressIPv4 |
OCTET STRING (4) |
Start IP address of an address range for a DHCP user class. |
As per the MIB. |
hh3cDhcpServer2PoolClassEnd (1.3.6.1.4.1.25506.2.122.2.4.1.3) |
read-create |
InetAddressIPv4 |
OCTET STRING (4) |
End IP address of an address range for a DHCP user class. |
As per the MIB. |
hh3cDhcpServer2PoolClassStatus (1.3.6.1.4.1.25506.2.122.2.4.1.4) |
read-create |
RowStatus |
Active(1) createAndGo(4) destroy(6) |
Row status. |
As per the MIB. |
hh3cDhcpServer2PoolStaticTable
About this table
This table records static bindings in a DHCP address pool.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Supported |
Not supported |
Supported |
Supported |
Columns
The table indexes are h3cDhcpServer2PoolIndex and h3cDhcpServer2PoolStaticIP.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cDhcpServer2PoolStaticIP (1.3.6.1.4.1.25506.2.122.2.5.1.1) |
not-accessible |
InetAddressIPv4 |
OCTET STRING (4) |
IP address in a static binding. |
As per the MIB. |
hh3cDhcpServer2PoolStaticMask (1.3.6.1.4.1.25506.2.122.2.5.1.2) |
read-create |
InetAddressIPv4 |
OCTET STRING (4) |
IP address mask in the static binding. |
As per the MIB. |
hh3cDhcpServer2PoolStaticCID (1.3.6.1.4.1.25506.2.122.2.5.1.3) |
read-create |
OCTET STRING |
OCTET STRING (0|4..254) |
Client identifier in the static binding. |
As per the MIB. |
hh3cDhcpServer2PoolStaticHAddr (1.3.6.1.4.1.25506.2.122.2.5.1.4) |
read-create |
OCTET STRING |
OCTET STRING (0|4..39) |
Hardware address in the static binding. |
As per the MIB. |
hh3cDhcpServer2PoolStaticHType (1.3.6.1.4.1.25506.2.122.2.5.1.5) |
read-create |
INTEGER |
default(1), ethernet(2), tokenRing(3) |
Hardware address type. |
As per the MIB. |
hh3cDhcpServer2PoolStaticStatus (1.3.6.1.4.1.25506.2.122.2.5.1.6) |
read-create |
RowStatus |
Active(1) createAndGo(4) destroy(6) |
Row status. |
As per the MIB. |
hh3cDhcpServer2PoolOptionTable
About this table
This table records user-defined options in the DHCP address pool.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Supported |
Supported |
Supported |
Supported |
Columns
The table indexes are h3cDhcpServer2PoolIndex and h3cDhcpServer2PoolOptCode.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cDhcpServer2PoolOptCode (1.3.6.1.4.1.25506.2.122.2.6.1.1) |
not-accessible |
Integer32 |
Integer32(2..254), excluding 50..54, 56, 58, 59, 61, 82. |
Option code. |
As per the MIB. |
hh3cDhcpServer2PoolOptType (1.3.6.1.4.1.25506.2.122.2.6.1.2) |
read-create |
INTEGER |
ascii(1), hex(2), ip(3) |
Option type. |
As per the MIB. |
hh3cDhcpServer2PoolOptAscii (1.3.6.1.4.1.25506.2.122.2.6.1.3) |
read-create |
OCTET STRING |
OCTET STRING (0..255) |
ASCII string as the option content. |
As per the MIB. |
hh3cDhcpServer2PoolOptHexStr (1.3.6.1.4.1.25506.2.122.2.6.1.4) |
read-create |
OCTET STRING |
OCTET STRING (0..510) |
Hexadecimal number as the option content. |
The string length cannot exceed 256. |
hh3cDhcpServer2PoolOptIPStr (1.3.6.1.4.1.25506.2.122.2.6.1.5) |
read-create |
OCTET STRING |
OCTET STRING (0..127) |
IP address as the option content. |
As per the MIB. |
hh3cDhcpServer2PoolOptRowStatus (1.3.6.1.4.1.25506.2.122.2.6.1.6) |
read-create |
RowStatus |
Active(1) createAndGo(4) destroy(6) |
Row status. |
As per the MIB. |
hh3cDhcpServer2PoolForbidTable
About this table
This table records excluded IP addresses in a DHCP address pool.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Supported |
Supported |
Supported |
Supported |
Columns
The table indexes are h3cDhcpServer2PoolIndex and h3cDhcpServer2PoolForbidIP.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cDhcpServer2PoolForbidIP (1.3.6.1.4.1.25506.2.122.2.7.1.1) |
not-accessible |
InetAddressIPv4 |
OCTET STRING (0..255) |
IP address excluded from dynamic allocation. |
As per the MIB. |
hh3cDhcpServer2PoolForbidStatus (1.3.6.1.4.1.25506.2.122.2.7.1.2) |
read-create |
RowStatus |
Active(1) createAndGo(4) destroy(6) |
Row status. |
As per the MIB. |
hh3cDhcpServer2ClassTable
About this table
This table records DHCP user class information.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Supported |
Supported |
Supported |
Supported |
Columns
The table index is h3cDhcpServer2ClassName.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cDhcpServer2ClassName (1.3.6.1.4.1.25506.2.122.2.8.1.1) |
not-accessible |
OCTET STRING |
OCTET STRING (1..63) |
User class name. |
As per the MIB. |
hh3cDhcpServer2ClassRowStatus (1.3.6.1.4.1.25506.2.122.2.8.1.2) |
read-create |
RowStatus |
Active(1) createAndGo(4) destroy(6) |
Row status. |
As per the MIB. |
hh3cDhcpServer2RuleTable
About this table
This table records DHCP user class match rules.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Supported |
Supported |
Supported |
Supported |
Columns
The table indexes are h3cDhcpServer2ClassName and h3cDhcpServer2RuleNumber.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cDhcpServer2RuleNumber (1.3.6.1.4.1.25506.2.122.2.9.1.1) |
not-accessible |
Integer32 |
Integer32(1..16) |
Rule ID. |
As per the MIB. |
hh3cDhcpServer2RuleOptCode (1.3.6.1.4.1.25506.2.122.2.9.1.2) |
read-create |
Integer32 |
Integer32(1..254) |
Option code. |
As per the MIB. |
hh3cDhcpServer2RuleOptHexStr (1.3.6.1.4.1.25506.2.122.2.9.1.3) |
read-create |
OCTET STRING |
OCTET STRING (0..510) |
Content to match specific options in packets. |
The length of the content cannot exceed 256. |
hh3cDhcpServer2RuleOptMask (1.3.6.1.4.1.25506.2.122.2.9.1.4) |
read-create |
OCTET STRING |
OCTET STRING (0..510) |
Hexadecimal mask for the match operation. |
If it is bound to hh3cDhcpServer2RuleOptHexStr, the entire command length cannot exceed 512. |
hh3cDhcpServer2RuleOptOffset (1.3.6.1.4.1.25506.2.122.2.9.1.5) |
read-create |
Integer32 |
Integer32(0..254) |
Offset in bytes after which the match operation starts |
As per the MIB. |
hh3cDhcpServer2RuleOptLength (1.3.6.1.4.1.25506.2.122.2.9.1.6) |
read-create |
Integer32 |
Integer32(0..128) |
Length of the option content to be matched. |
As per the MIB. |
hh3cDhcpServer2RuleRowStatus (1.3.6.1.4.1.25506.2.122.2.9.1.7) |
read-create |
RowStatus |
Active(1) createAndGo(4) destroy(6) |
Row status. |
As per the MIB. |
hh3cDhcpServer2ForbidTable
About this table
This table records excluded IP address ranges.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Supported |
Supported |
Supported |
Supported |
Columns
The table indexes are h3cDhcpServer2ForbidVpnName, h3cDhcpServer2ForbidStart, and h3cDhcpServer2ForbidEnd.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cDhcpServer2ForbidVpnName (1.3.6.1.4.1.25506.2.122.2.10.1.1) |
not-accessible |
OCTET STRING |
OCTET STRING (1..31) |
Name of the VPN to which the excluded IP address belongs. |
As per the MIB. |
hh3cDhcpServer2ForbidStart (1.3.6.1.4.1.25506.2.122.2.10.1.2) |
not-accessible |
InetAddressIPv4 |
OCTET STRING (4) |
Start IP address of the excluded IP address range. |
As per the MIB. |
hh3cDhcpServer2ForbidEnd (1.3.6.1.4.1.25506.2.122.2.10.1.3) |
not-accessible |
InetAddressIPv4 |
OCTET STRING (4) |
End IP address of the excluded IP address range. |
As per the MIB. |
hh3cDhcpServer2ForbidRowStatus (1.3.6.1.4.1.25506.2.122.2.10.1.4) |
read-create |
RowStatus |
Active(1) createAndGo(4) destroy(6) |
Row status. |
As per the MIB. |
hh3cDhcpServer2FreeTable
About this table
This table records free IP address ranges on a DHCP server.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Not supported |
Not supported |
Not supported |
Supported |
Columns
The table indexes are h3cDhcpServer2PoolIndex and h3cDhcpServer2FreeStart.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cDhcpServer2FreeStart (1.3.6.1.4.1.25506.2.122.2.11.1.1) |
not-accessible |
InetAddressIPv4 |
OCTET STRING (0..255) |
Start IP address of a free IP address range. |
As per the MIB. |
hh3cDhcpServer2FreeEnd (1.3.6.1.4.1.25506.2.122.2.11.1.2) |
read-only |
InetAddressIPv4 |
OCTET STRING (0..255) |
End IP address of a free IP address range. |
As per the MIB. |
hh3cDhcpServer2ConflictTable
About this table
This table records conflicting IP addresses on a DHCP server.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Not supported |
Not supported |
Supported |
Supported |
Columns
The table indexes are h3cDhcpServer2PoolIndex and h3cDhcpServer2ConflictIP.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cDhcpServer2ConflictIP (1.3.6.1.4.1.25506.2.122.2.12.1.1) |
not-accessible |
InetAddressIPv4 |
OCTET STRING (0..255) |
Conflicting IP address. |
As per the MIB. |
hh3cDhcpServer2ConflictType (1.3.6.1.4.1.25506.2.122.2.12.1.2) |
read-only |
INTEGER |
detectByServer(1), detectByClient(2) |
Conflict type. |
As per the MIB. |
hh3cDhcpServer2ConflictTime (1.3.6.1.4.1.25506.2.122.2.12.1.3) |
read-only |
OCTET STRING |
OCTET STRING (1..19) |
Time when the conflict was detected. |
As per the MIB. |
hh3cDhcpServer2ConflictRowStatus (1.3.6.1.4.1.25506.2.122.2.12.1.4) |
read-create |
RowStatus |
destroy |
Row status. |
As per the MIB. |
hh3cDhcpServer2ExpiredTable
About this table
This table records lease expiration information on a DHCP server.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Supported |
Supported |
Supported |
Supported |
Columns
The table indexes are h3cDhcpServer2PoolIndex and h3cDhcpServer2ExpiredIP.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cDhcpServer2ExpiredIP (1.3.6.1.4.1.25506.2.122.2.13.1.1) |
not-accessible |
InetAddressIPv4 |
OCTET STRING (0..255) |
Expired IP address. |
As per the MIB. |
hh3cDhcpServer2ExpiredClientId (1.3.6.1.4.1.25506.2.122.2.13.1.2) |
read-only |
OCTET STRING |
OCTET STRING (4..254) |
ID of the DHCP client of the expired IP address. |
As per the MIB. |
hh3cDhcpServer2ExpiredTime (1.3.6.1.4.1.25506.2.122.2.13.1.3) |
read-only |
OCTET STRING |
OCTET STRING (1..19), a time string in the format of MM/DD/YYYY hh:mm:ss. |
Time when the lease expired. |
As per the MIB. |
hh3cDhcpServer2ExpiredRowStatus (1.3.6.1.4.1.25506.2.122.2.13.1.4) |
read-create |
RowStatus |
destroy |
Row status. |
As per the MIB. |
hh3cDhcpServer2IPInUseTable
About this table
This table records binding information about IP addresses in use on a DHCP server.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Supported |
Supported |
Supported |
Supported |
Columns
The table indexes are h3cDhcpServer2PoolIndex and h3cDhcpServer2IPInUseIP.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cDhcpServer2IPInUseIP (1.3.6.1.4.1.25506.2.122.2.14.1.1) |
not-accessible |
InetAddressIPv4 |
OCTET STRING (4) |
IP address in use. |
As per the MIB. |
hh3cDhcpServer2IPInUseClientId (1.3.6.1.4.1.25506.2.122.2.14.1.2) |
read-only |
OCTET STRING |
OCTET STRING (0|4..254) |
Client ID of the IP address. |
As per the MIB. |
hh3cDhcpServer2IPInUseHardAddr (1.3.6.1.4.1.25506.2.122.2.14.1.3) |
read-only |
OCTET STRING |
OCTET STRING (0|4..39) |
Hardware address of the DHCP client. |
As per the MIB. |
hh3cDhcpServer2IPInUseHardType (1.3.6.1.4.1.25506.2.122.2.14.1.4) |
read-only |
INTEGER |
default(1), ethernet(2), tokenRing(3) |
Hardware address type. |
As per the MIB. |
hh3cDhcpServer2IPInUseVlanId (1.3.6.1.4.1.25506.2.122.2.14.1.5) |
read-only |
Unsigned32 |
Unsigned32(1..4094 | 65535) |
VLAN where the DHCP client resides. |
As per the MIB. |
hh3cDhcpServer2IPInUseEndLease (1.3.6.1.4.1.25506.2.122.2.14.1.6) |
read-only |
OCTET STRING |
OCTET STRING (1..19) |
Lease expiration time. |
As per the MIB. |
hh3cDhcpServer2IPInUseType (1.3.6.1.4.1.25506.2.122.2.14.1.7) |
read-only |
INTEGER |
staticUnallocated(1), staticOffered(2), staticCommitted(3), autoOffered(4), autoCommitted(5) |
Binding type. |
As per the MIB. |
hh3cDhcpServer2IPInUseIfIndex (1.3.6.1.4.1.25506.2.122.2.14.1.8) |
read-only |
InterfaceIndexOrZero |
Integer32(0..2147483647) |
Index of the interface that connects to the DHCP client. |
As per the MIB. |
hh3cDhcpServer2IPInUseRowStatus (1.3.6.1.4.1.25506.2.122.2.14.1.9) |
read-create |
RowStatus |
destroy |
Row status. |
As per the MIB. |
hh3cDhcpServer2IPInUseSecondVlanId (1.3.6.1.4.1.25506.2.122.2.14.1.10) |
read-only |
Unsigned32 |
Unsigned32(1..4094 | 65535) |
Inner VLAN (customer VLAN) tag contained in the DHCP request. |
As per the MIB. |
hh3cDhcpServer2DefOptGrpTable
About this table
This table defines option information associated with the DHCP user class.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Supported |
Supported |
Supported |
Supported |
Columns
The table indexes are h3cDhcpServer2PoolIndex and h3cDhcpServer2DefOptGrpClass.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cDhcpServer2DefOptGrpClass (1.3.6.1.4.1.25506.2.122.2.15.1.1) |
not-accessible |
OCTET STRING |
OCTET STRING (1..63) |
User class name. |
As per the MIB. |
hh3cDhcpServer2DefOptGrpId (1.3.6.1.4.1.25506.2.122.2.15.1.2) |
read-create |
Integer32 |
Integer32(1..32768) |
Option group ID. |
As per the MIB. |
hh3cDhcpServer2DefOptGrpStatus(1.3.6.1.4.1.25506.2.122.2.15.1.3) |
read-create |
RowStatus |
Active(1) createAndGo(4) destroy(6) |
Row status. |
As per the MIB. |
hh3cDhcpServer2ValidClassTable
About this table
This table defines user class whitelist.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Supported |
Supported |
Supported |
Supported |
Columns
The table indexes are h3cDhcpServer2PoolIndex and h3cDhcpServer2ValidClassName.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cDhcpServer2ValidClassName (1.3.6.1.4.1.25506.2.122.2.16.1.1) |
not-accessible |
OCTET STRING |
OCTET STRING (1..63) |
User class name. |
As per the MIB. |
hh3cDhcpServer2ValidClassStatus (1.3.6.1.4.1.25506.2.122.2.16.1.2) |
read-create |
RowStatus |
Active(1) createAndGo(4) destroy(6) |
Row status. |
As per the MIB. |
hh3cDhcpServer2RuleHwAddrTable
About this table
This table defines the user class hardware address match rule.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Supported |
Supported |
Supported |
Supported |
Columns
The table indexes are h3cDhcpServer2ClassName and h3cDhcpServer2RuleHwAddrNumber.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cDhcpServer2RuleHwAddrNumber (1.3.6.1.4.1.25506.2.122.2.17.1.1) |
not-accessible |
Integer32 |
Integer32 (1..16) |
Rule ID. |
As per the MIB. |
hh3cDhcpServer2RuleHwAddress (1.3.6.1.4.1.25506.2.122.2.17.1.2) |
read-create |
OCTET STRING |
OCTET STRING (4..39) |
Hardware address. |
As per the MIB. |
hh3cDhcpServer2RuleHwAddrMask (1.3.6.1.4.1.25506.2.122.2.17.1.3) |
read-create |
OCTET STRING |
OCTET STRING (4..39) |
Hardware address mask. |
As per the MIB. |
hh3cDhcpServer2RuleHwAddrType (1.3.6.1.4.1.25506.2.122.2.17.1.4) |
read-create |
Integer32 |
1, representing the Ethernet |
Hardware address type. |
As per the MIB. |
hh3cDhcpServer2RuleHwAddrStatus (1.3.6.1.4.1.25506.2.122.2.17.1.5) |
read-create |
RowStatus |
Active(1) createAndGo(4) destroy(6) |
Row status. |
As per the MIB. |
hh3cDhcpServer2OptionGroupTable
About this table
This table defines a DHCP option group for a DHCP user class.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Supported |
Supported |
Supported |
Supported |
Columns
The table index is h3cDhcpServer2OptionGroupId.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cDhcpServer2OptionGroupId (1.3.6.1.4.1.25506.2.122.2.18.1.1) |
not-accessible |
Integer32 |
Integer32(1..32768) |
Option group ID. |
As per the MIB. |
hh3cDhcpServer2OptionGroupStatus (1.3.6.1.4.1.25506.2.122.2.18.1.2) |
read-create |
RowStatus |
Active(1) createAndGo(4) destroy(6) |
Row status. |
As per the MIB. |
hh3cDhcpServer2OptionTable
About this table
This table defines user option information in a DHCP option group.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Supported |
Supported |
Supported |
Supported |
Columns
The table indexes are h3cDhcpServer2OptionGroupId and h3cDhcpServer2OptionCode.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cDhcpServer2OptionCode (1.3.6.1.4.1.25506.2.122.2.19.1.1) |
not-accessible |
Integer32 |
Integer32(2..254),excluding 50..54, 56, 58, 59, 61, 82 |
Option code. |
As per the MIB. |
hh3cDhcpServer2OptionType (1.3.6.1.4.1.25506.2.122.2.19.1.2) |
read-create |
INTEGER |
ascii(1), hex(2), ip(3) |
Option type. |
As per the MIB. |
hh3cDhcpServer2OptionAscii (1.3.6.1.4.1.25506.2.122.2.19.1.3) |
read-create |
OCTET STRING |
OCTET STRING(0..255) |
ASCII string as the option content. |
The value read from this object is 0 if ascii(1) is specified as the option type but no ASCII string is specified. |
hh3cDhcpServer2OptionHexStr (1.3.6.1.4.1.25506.2.122.2.19.1.4) |
read-create |
OCTET STRING |
OCTET STRING(0|2..256) |
Hexadecimal number as the option content. |
The value read from this object is 0 if hex(2) is specified as the option type but no hexadecimal string is specified. |
hh3cDhcpServer2OptionIPStr (1.3.6.1.4.1.25506.2.122.2.19.1.5) |
read-create |
OCTET STRING |
OCTET STRING(0..127) |
IP address as the option content. |
As per the MIB. |
hh3cDhcpServer2OptionRowStatus (1.3.6.1.4.1.25506.2.122.2.19.1.6) |
read-create |
RowStatus |
Active(1) createAndGo(4) destroy(6) |
Row status. |
As per the MIB. |
hh3cDhcpServer2PoolStatTable
About this table
This table defines DHCP address pool statistic.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Not supported |
Not supported |
Not supported |
Supported |
Columns
The table index is h3cDhcpServer2PoolIndex.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cDhcpServer2PoolUsage (1.3.6.1.4.1.25506.2.122.2.20.1.1) |
read-only |
Unsigned32 |
Unsigned32(0..100) |
DHCP address pool usage. |
As per the MIB. |
hh3cDhcpServer2PoolReqCnt (1.3.6.1.4.1.25506.2.122.2.20.1.2) |
read-only |
Counter64 |
INTEGER(0..18446744073709551615) |
Number of requests received by the address pool. |
As per the MIB. |
hh3cDhcpServer2PoolReqSuccCnt (1.3.6.1.4.1.25506.2.122.2.20.1.3) |
read-only |
Counter64 |
INTEGER(0..18446744073709551615) |
Number of successful processes of the received requests in the address pool. |
As per the MIB. |
hh3cDhcpServer2PoolDiscoverCnt (1.3.6.1.4.1.25506.2.122.2.20.1.4) |
read-only |
Counter64 |
INTEGER(0..18446744073709551615) |
Number of DHCP-DISCOVER messages received by the address pool. |
As per the MIB. |
hh3cDhcpServer2PoolOfferCnt (1.3.6.1.4.1.25506.2.122.2.20.1.5) |
read-only |
Counter64 |
INTEGER(0..18446744073709551615) |
Number of DHCP-OFFER messages sent by the address pool. |
As per the MIB. |
hh3cDhcpServer2PoolAckCnt (1.3.6.1.4.1.25506.2.122.2.20.1.6) |
read-only |
Counter64 |
INTEGER(0..18446744073709551615) |
Number of DHCP-ACK messages sent by the address pool. |
As per the MIB. |
hh3cDhcpServer2PoolIPTotalNum (1.3.6.1.4.1.25506.2.122.2.20.1.7) |
read-only |
Unsigned32 |
Standard MIB values. |
Total number of addresses in the address pool. |
As per the MIB. |
hh3cDhcpServer2PoolIPUsedNum (1.3.6.1.4.1.25506.2.122.2.20.1.8) |
read-only |
Unsigned32 |
Standard MIB values. |
Number of assigned IP addresses in the address pool. |
As per the MIB. |
hh3cDhcpServer2PoolIPIdleNum (1.3.6.1.4.1.25506.2.122.2.20.1.9) |
read-only |
Unsigned32 |
Standard MIB values. |
Number of free IP addresses in the address pool. |
As per the MIB. |
hh3cDhcpServer2PoolIPExcludeNum (1.3.6.1.4.1.25506.2.122.2.20.1.10) |
read-only |
Unsigned32 |
Standard MIB values. |
Number of excluded IP addresses in the address pool. |
As per the MIB. |
hh3cDhcpServer2PoolConflictNum (1.3.6.1.4.1.25506.2.122.2.20.1.11) |
read-only |
Unsigned32 |
Standard MIB values. |
Number of conflicting IP addresses in the address pool. |
As per the MIB. |
hh3cDhcpServer2PoolAutoBindNum (1.3.6.1.4.1.25506.2.122.2.20.1.12) |
read-only |
Unsigned32 |
Standard MIB values. |
Number of dynamic IP bindings in the address pool. |
As per the MIB. |
hh3cDhcpServer2PoolManualBindNum (1.3.6.1.4.1.25506.2.122.2.20.1.13) |
read-only |
Unsigned32 |
Standard MIB values. |
Number of static IP bindings in the address pool. |
As per the MIB. |
hh3cDhcpServer2PoolExpiredBindNum (1.3.6.1.4.1.25506.2.122.2.20.1.14) |
read-only |
Unsigned32 |
Standard MIB values. |
Number of expired IP bindings in the address pool. |
As per the MIB. |
hh3cDhcpServer2PoolNameInfo (1.3.6.1.4.1.25506.2.122.2.20.1.15) |
read-only |
OCTET STRING |
OCTET STRING (1..63) |
DHCP address pool name. |
As per the MIB. |
hh3cDhcpRelay2ConfigGroup
About this table
This table configures global DHCP relay agent settings.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Not supported |
Supported |
Not supported |
Supported |
Columns
This table does not contain indexes.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cDhcpRelay2UserInfoRecord (1.3.6.1.4.1.25506.2.122.3.1.1) |
read-write |
TruthValue |
true(1), false(2) |
Enabling status of recording client information in relay entries. |
As per the MIB. |
hh3cDhcpRelay2UserInfoRefresh (1.3.6.1.4.1.25506.2.122.3.1.2) |
read-write |
TruthValue |
true(1), false(2) |
Enabling status of refreshing relay entries. |
As per the MIB. |
hh3cDhcpRelay2UserInfoFlushTime (1.3.6.1.4.1.25506.2.122.3.1.3) |
read-write |
Unsigned32 |
Unsigned32(0..120) |
Interval at which the DHCP relay agent refreshes relay entries. |
As per the MIB. |
hh3cDhcpRelay2ReleaseAddr (1.3.6.1.4.1.25506.2.122.3.1.4) |
read-write |
OCTET STRING |
OCTET STRING (0..47) |
IP address release request sent to the server. |
The set operation enables the relay agent to send a release request for the specified IP address to the DHCP server. When you perform a get operation on this object, a value of 0 is returned. |
hh3cDhcpRelay2StatisticsGroup
About this table
This table records the global statistics on a DHCP relay agent.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Not supported |
Not supported |
Not supported |
Supported |
Columns
This table does not contain indexes.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cDhcpRelay2RxClientNum (1.3.6.1.4.1.25506.2.122.3.2.1) |
read-only |
Counter64 |
INTEGER(0..18446744073709551615) |
Number of received packets that are sent by the DHCP clients. |
As per the MIB. |
hh3cDhcpRelay2TxClientNum (1.3.6.1.4.1.25506.2.122.3.2.2) |
read-only |
Counter64 |
INTEGER(0..18446744073709551615) |
Number of packets sent to the DHCP clients. |
As per the MIB. |
hh3cDhcpRelay2RxServerNum (1.3.6.1.4.1.25506.2.122.3.2.3) |
read-only |
Counter64 |
INTEGER(0..18446744073709551615) |
Number of received packets sent by DHCP servers. |
As per the MIB. |
hh3cDhcpRelay2TxServerNum (1.3.6.1.4.1.25506.2.122.3.2.4) |
read-only |
Counter64 |
INTEGER(0..18446744073709551615) |
Number of packets sent to the DHCP servers. |
As per the MIB. |
hh3cDhcpRelay2BadNum (1.3.6.1.4.1.25506.2.122.3.2.5) |
read-only |
Counter64 |
INTEGER(0..18446744073709551615) |
Number of error packets processed by the DHCP relay agent. |
As per the MIB. |
hh3cDhcpRelay2BootpRequestNum (1.3.6.1.4.1.25506.2.122.3.2.6) |
read-only |
Counter64 |
INTEGER(0..18446744073709551615) |
Number of BOOTP requests processed by the DHCP relay agent. |
As per the MIB. |
hh3cDhcpRelay2DiscoverNum (1.3.6.1.4.1.25506.2.122.3.2.7) |
read-only |
Counter64 |
INTEGER(0..18446744073709551615) |
Number of DHCP-DISCOVER messages processed by the DHCP relay agent. |
As per the MIB. |
hh3cDhcpRelay2RequestNum (1.3.6.1.4.1.25506.2.122.3.2.8) |
read-only |
Counter64 |
INTEGER(0..18446744073709551615) |
Number of DHCP-REQUEST messages processed by the DHCP relay agent. |
As per the MIB. |
hh3cDhcpRelay2DeclineNum (1.3.6.1.4.1.25506.2.122.3.2.9) |
read-only |
Counter64 |
INTEGER(0..18446744073709551615) |
Number of DHCP-DECLINE messages processed by the DHCP relay agent. |
As per the MIB. |
hh3cDhcpRelay2ReleaseNum (1.3.6.1.4.1.25506.2.122.3.2.10) |
read-only |
Counter64 |
INTEGER(0..18446744073709551615) |
Number of DHCP-RELEASE messages processed by the DHCP relay agent. |
As per the MIB. |
hh3cDhcpRelay2InformNum (1.3.6.1.4.1.25506.2.122.3.2.11) |
read-only |
Counter64 |
INTEGER(0..18446744073709551615) |
Number of DHCP-INFORM messages processed by the DHCP relay agent. |
As per the MIB. |
hh3cDhcpRelay2BootpReplyNum (1.3.6.1.4.1.25506.2.122.3.2.12) |
read-only |
Counter64 |
INTEGER(0..18446744073709551615) |
Number of BOOTP replies processed by the DHCP relay agent. |
As per the MIB. |
hh3cDhcpRelay2OfferNum (1.3.6.1.4.1.25506.2.122.3.2.13) |
read-only |
Counter64 |
INTEGER(0..18446744073709551615) |
Number of DHCP-OFFER messages processed by the DHCP relay agent. |
As per the MIB. |
hh3cDhcpRelay2AckNum (1.3.6.1.4.1.25506.2.122.3.2.14) |
read-only |
Counter64 |
INTEGER(0..18446744073709551615) |
Number of DHCP-ACK messages processed by the DHCP relay agent. |
As per the MIB. |
hh3cDhcpRelay2NakNum (1.3.6.1.4.1.25506.2.122.3.2.15) |
read-only |
Counter64 |
INTEGER(0..18446744073709551615) |
Number of DHCP-NAK messages processed by the DHCP relay agent. |
As per the MIB. |
hh3cDhcpRelay2IfConfigTable
About this table
This table records the DHCP relay agent configuration on an interface.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Not supported |
Supported |
Not supported |
Supported |
Columns
The table index is ifIndex.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cDhcpRelay2IfSelectRelay (1.3.6.1.4.1.25506.2.122.4.1.1.1) |
read-write |
TruthValue |
true(1), false(2) |
Enabling status of the DHCP relay agent. |
As per the MIB. |
hh3cDhcpRelay2IfCheckMac (1.3.6.1.4.1.25506.2.122.4.1.1.2) |
read-write |
TruthValue |
true(1), false(2) |
Enabling status of MAC address check. |
As per the MIB. |
hh3cDhcpRelay2IfOpt82Enable (1.3.6.1.4.1.25506.2.122.4.1.1.3) |
read-write |
TruthValue |
true(1), false(2) |
Enabling status of support for option 82. |
As per the MIB. |
hh3cDhcpRelay2IfOpt82Strategy (1.3.6.1.4.1.25506.2.122.4.1.1.4) |
read-write |
INTEGER |
drop(1), keep(2), replace(3) |
Strategy for handling DHCP requests that contain Option 82. |
As per the MIB. |
hh3cDhcpRelay2IfOpt82CIDMode (1.3.6.1.4.1.25506.2.122.4.1.1.5) |
read-write |
INTEGER |
normal(1), verbose(2), userDefine(3) |
Mode of the circuit ID sub-option in option 82. |
The return value is normal(1) if the system reads an unsupported mode. |
hh3cDhcpRelay2IfOpt82CIDNodeType (1.3.6.1.4.1.25506.2.122.4.1.1.6) |
read-write |
INTEGER |
invalid(1), mac(2), sysname(3), userDefine(4) |
Access node identifier for the circuit ID sub-option in verbose mode. |
If no access node identifier is specified, the value read from this object is invalid(1). |
hh3cDhcpRelay2IfOpt82CIDNodeStr (1.3.6.1.4.1.25506.2.122.4.1.1.7) |
read-write |
OCTET STRING |
OCTET STRING (0..50) |
User-defined string as the access node identifier for the circuit ID sub-option in verbose mode. |
As per the MIB. |
hh3cDhcpRelay2IfOpt82CIDStr (1.3.6.1.4.1.25506.2.122.4.1.1.8) |
read-write |
OCTET STRING |
OCTET STRING (0|3..63) |
User-defined string as the access node identifier for the circuit ID sub-option in userDefine mode. |
As per the MIB. |
hh3cDhcpRelay2IfOpt82CIDFormat (1.3.6.1.4.1.25506.2.122.4.1.1.9) |
read-write |
INTEGER |
hex(1), ascii(2), undefine(3) |
Padding format of the circuit ID sub-option in option 82. |
As per the MIB. |
hh3cDhcpRelay2IfOpt82RIDMode (1.3.6.1.4.1.25506.2.122.4.1.1.10) |
read-write |
INTEGER |
normal(1), sysname(2), userDefine(3) |
Mode of the remote ID sub-option in option 82. |
As per the MIB. |
hh3cDhcpRelay2IfOpt82RIDStr (1.3.6.1.4.1.25506.2.122.4.1.1.11) |
read-write |
OCTET STRING |
OCTET STRING (0..63) |
User-defined string as the access node identifier for the remote ID sub-option in userDefine mode. |
If the mode of the remote ID sub-option is sysname(2), the value read from this object is 0. |
hh3cDhcpRelay2IfOpt82RIDFormat (1.3.6.1.4.1.25506.2.122.4.1.1.12) |
read-write |
INTEGER |
hex(1), ascii(2) |
Padding format of the remote ID sub-option in normal mode. |
As per the MIB. |
hh3cDhcpRelay2SrvAddrTable
About this table
This table describes the IP address of a DHCP server.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Supported |
Supported |
Supported |
Supported |
Columns
The table indexes are ifIndex and h3cDhcpRelay2SrvAddrIP.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cDhcpRelay2SrvAddrIP (1.3.6.1.4.1.25506.2.122.4.2.1.1) |
not-accessible |
InetAddressIPv4 |
OCTET STRING (4) |
DHCP server IP address. |
As per the MIB. |
hh3cDhcpRelay2SrvAddrRowStatus (1.3.6.1.4.1.25506.2.122.4.2.1.2) |
read-create |
RowStatus |
Active createAndGo destroy |
Row status. |
As per the MIB. |
hh3cDhcpRelay2UserInfoTable
About this table
Use this table to delete DHCP relay entries.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Not supported |
Not supported |
Supported |
Supported |
Columns
The table indexes are h3cDhcpRelay2UserInfoVpnIndex and h3cDhcpRelay2UserInfoIpAddr.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
hh3cDhcpRelay2UserInfoVpnIndex (1.3.6.1.4.1.25506.2.122.4.3.1.1) |
not-accessible |
Unsigned32 |
Unsigned32 (0 . 65534), 0 represents the public network. |
VPN to which the IP address of the relay entry belongs. |
As per the MIB. |
hh3cDhcpRelay2UserInfoIpAddr (1.3.6.1.4.1.25506.2.122.4.3.1.2) |
not-accessible |
InetAddressIPv4 |
OCTET STRING (0.255) |
Client IP address in the relay entry. |
As per the MIB. |
hh3cDhcpRelay2UserInfoMacAddr (1.3.6.1.4.1.25506.2.122.4.3.1.3) |
read-only |
MacAddress |
OCTET STRING (6) |
Client MAC address in the relay entry. |
As per the MIB. |
hh3cDhcpRelay2UserInfoIfIndex (1.3.6.1.4.1.25506.2.122.4.3.1.4) |
read-only |
InterfaceIndexOrZero |
Integer32(0..2147483647) |
Index of the Layer 3 interface that connects to the DHCP client. |
As per the MIB. |
hh3cDhcpRelay2UserInfoRowStatus (1.3.6.1.4.1.25506.2.122.4.3.1.5) |
read-create |
RowStatus |
destroy |
Row status. |
As per the MIB. |
Notifications
hh3cDhcpServer2AddrExhaust
Basic information
OID |
Event |
Type |
Severity |
Recovery notification |
Default status |
1.3.6.1.4.1.25506.2.122.5.0.1 |
Exhaustion of addresses in a DHCP address pool. |
Informational |
Major |
1.3.6.1.4.1.25506.2.122.5.0.2 |
ON |
Description
This notification is generated when all addresses in a DHCP address pool are assigned.
Status control
ON
CLI: Use the snmp-agent trap enable dhcp server address-exhaust command.
OFF
CLI: Use the undo snmp-agent trap enable dhcp server address-exhaust command.
Objects
OID (object name) |
Description |
Index |
Type |
Value range |
1.3.6.1.4.1.25506.2.122.2.1.1.1 (hh3cDhcpServer2PoolIndex) |
DHCP address pool index. |
No |
Unsigned32 |
Standard MIB values. |
This table does not contain indexes. For information about the index or indexes of a MIB object instance in an SNMP variable binding, see the section for that MIB object.
Recommended action
hh3cDhcpServer2AddrExhaustRecov
Basic information
OID |
Event |
Type |
Severity |
Recovery notification |
Default status |
1.3.6.1.4.1.25506.2.122.5.0.2 |
DHCP address pool is recovered from address exhaustion state. |
Informational |
Warning |
- |
ON |
Description
This notification is generated when the DHCP address pool is recovered from the address exhaustion state.
Status control
ON
CLI: Use the snmp-agent trap enable dhcp server address-exhaust command.
OFF
CLI: Use the undo snmp-agent trap enable dhcp server address-exhaust command.
Objects
OID (object name) |
Description |
Index |
Type |
Value range |
1.3.6.1.4.1.25506.2.122.2.1.1.1 (hh3cDhcpServer2PoolIndex) |
DHCP address pool index. |
No |
Unsigned32 |
Standard MIB values. |
This table does not contain indexes. For information about the index or indexes of a MIB object instance in an SNMP variable binding, see the section for that MIB object.
Recommended action
hh3cDhcpServer2IpUsageOverflow
Basic information
OID |
Event |
Type |
Severity |
Recovery notification |
Default status |
1.3.6.1.4.1.25506.2.122.5.0.3 |
Address pool usage threshold is exceeded. |
Informational |
Warning |
- |
ON |
Description
This notification is generated when the address pool usage threshold is exceeded. The address pool usage is read every 5 minutes.
Status control
ON
CLI: Use the snmp-agent trap enable dhcp server ip-in-use command.
OFF
CLI: Use the undo snmp-agent trap enable dhcp server ip-in-use command.
Objects
OID (object name) |
Description |
Index |
Type |
Value range |
1.3.6.1.4.1.25506.2.122.2.1.1.1 (hh3cDhcpServer2PoolIndex) |
DHCP address pool index. |
No |
Unsigned32 |
Standard MIB values. |
This table does not contain indexes. For information about the index or indexes of a MIB object instance in an SNMP variable binding, see the section for that MIB object.
Recommended action
hh3cDhcpServer2AllocOverflow
Basic information
OID |
Event |
Type |
Severity |
Recovery notification |
Default status |
1.3.6.1.4.1.25506.2.122.5.0.4 |
DHCP address allocation success rate is below the specified threshold. |
Informational |
Warning |
- |
ON |
Description
This notification is generated when the DHCP address allocation success rate is below the specified threshold during the past five minutes.
Status control
ON
CLI: Use the snmp-agent trap enable dhcp server allocated-ip command
OFF
CLI: Use the undo snmp-agent trap enable dhcp server allocated-ip command
Objects
This table does not contain indexes. For information about the index or indexes of a MIB object instance in an SNMP variable binding, see the section for that MIB object.
Recommended action
No action is required.
hh3cDhcpServer2IpUsageOverflowRecov
Basic information
OID |
Event |
Type |
Severity |
Recovery notification |
Default status |
1.3.6.1.4.1.25506.2.122.5.0.5 |
Address usage in the pool drops below the threshold. |
Informational |
Warning |
- |
ON |
Description
This notification is generated when the address usage of the pool drops below the threshold.
Status control
ON
CLI: Use the snmp-agent trap enable dhcp server ip-in-use command
OFF
CLI: Use the undo snmp-agent trap enable dhcp server ip-in-use command
Objects
OID (object name) |
Description |
Index |
Type |
Value range |
1.3.6.1.4.1.25506.2.122.2.1.1.1 (hh3cDhcpServer2PoolIndex) |
DHCP address pool index. |
No |
Unsigned32 |
Standard MIB values. |
This table does not contain indexes. For information about the index or indexes of a MIB object instance in an SNMP variable binding, see the section for that MIB object.
Recommended action
No action is required.