A3COM-HUAWEI-DHCP-SERVER-MIB: View SNMP OID List / Download MIB

VENDOR: 3COM


 Home MIB: A3COM-HUAWEI-DHCP-SERVER-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 h3cDHCPServer 1.3.6.1.4.1.43.45.1.10.2.101
The MIB module is used for DHCP server.
         h3cDHCPServerObjects 1.3.6.1.4.1.43.45.1.10.2.101.1
             h3cDHCPServerIPPoolUsage 1.3.6.1.4.1.43.45.1.10.2.101.1.1 integer32 read-only
Usage factor of DHCP server ip pool.
             h3cDHCPServerReqTimes 1.3.6.1.4.1.43.45.1.10.2.101.1.2 counter32 read-only
Number of requests received by the DHCP server.
             h3cDHCPServerReqSuccessTimes 1.3.6.1.4.1.43.45.1.10.2.101.1.3 counter32 read-only
Number of requests success responses sent by the DHCP server.
             h3cDHCPServerAvgIpUseThreshold 1.3.6.1.4.1.43.45.1.10.2.101.1.4 integer32 read-write
Threshold of average IP useage of a DHCP server pool in 5 minutes.
             h3cDHCPServerMaxIpUseThreshold 1.3.6.1.4.1.43.45.1.10.2.101.1.5 integer32 read-write
Threshold of maximum IP useage of a DHCP server pool in 5 minutes.
             h3cDHCPServerAllocateThreshold 1.3.6.1.4.1.43.45.1.10.2.101.1.6 integer32 read-write
Threshold of DHCP server allocated IP address in 5 minutes.
         h3cDHCPServerTables 1.3.6.1.4.1.43.45.1.10.2.101.2
             h3cDHCPServerPoolName 1.3.6.1.4.1.43.45.1.10.2.101.2.1 octet string no-access
DHCP server pool name.
             h3cDHCPSrvGlobalPoolTable 1.3.6.1.4.1.43.45.1.10.2.101.2.2 no-access
A table for creating DHCP server global pools.
                 h3cDHCPSrvGlobalPoolEntry 1.3.6.1.4.1.43.45.1.10.2.101.2.2.1 no-access
An entry containing objects for creating or deleting a global pool for the DHCP server.
                     h3cDHCPSrvGlobalPoolName 1.3.6.1.4.1.43.45.1.10.2.101.2.2.1.1 octet string read-only
DHCP server global pool name.
                     h3cDHCPSrvGlobalPoolRowStatus 1.3.6.1.4.1.43.45.1.10.2.101.2.2.1.2 rowstatus read-only
RowStatus. Three actions are used: active, createAndGo, destroy.
             h3cDHCPSrvGlobalPoolConfigTable 1.3.6.1.4.1.43.45.1.10.2.101.2.3 no-access
A table containing the configurations of dhcp server global pools.
                 h3cDHCPSrvGlobalPoolConfigEntry 1.3.6.1.4.1.43.45.1.10.2.101.2.3.1 no-access
An entry containing the objects for configuring the network ip or host ip etc. to global pools for DHCP server.
                     h3cDHCPSrvGlobalPoolType 1.3.6.1.4.1.43.45.1.10.2.101.2.3.1.1 integer read-write
Type of a DHCP global pool. Any operations of this object will be bound with the operations of h3cDHCPSrvGlobalPoolNetwork, h3cDHCPSrvGlobalPoolHostIPAddr, or h3cDHCPSrvGlobalPoolHostHAddr. That means any operation of this object alone will be regarded as invalid operation. Enumeration: 'host': 1, 'null': 0, 'network': 2.
                     h3cDHCPSrvGlobalPoolNetwork 1.3.6.1.4.1.43.45.1.10.2.101.2.3.1.2 ipaddress read-write
Network ip of a DHCP global pool. To delete a configured network ip, please set h3cDHCPSrvGlobalPoolCfgUndoFlag to 1.
                     h3cDHCPSrvGlobalPoolNetworkMask 1.3.6.1.4.1.43.45.1.10.2.101.2.3.1.3 ipaddress read-write
Net mask of a DHCP global pool(network). The SET operation to this object ought to be with the SET of h3cDHCPSrvGlobalPoolNetwork together, and any SET operation alone to this object will be regarded as an invalid operation. When a network ip of a DHCP global pool was deleted, the net mask would also be deleted automatically, and no further operation needed.
                     h3cDHCPSrvGlobalPoolHostIPAddr 1.3.6.1.4.1.43.45.1.10.2.101.2.3.1.4 ipaddress read-write
Host ip of a DHCP global pool. To delete a configured network ip, please set h3cDHCPSrvGlobalPoolCfgUndoFlag to 2.
                     h3cDHCPSrvGlobalPoolHostMask 1.3.6.1.4.1.43.45.1.10.2.101.2.3.1.5 ipaddress read-write
Net mask of a DHCP global pool(host) The SET operation to this object ought to be with the SET of h3cDHCPSrvGlobalPoolHostIPAddr together, and any SET operation alone to this object will be regarded as an invalid operation. When a host ip of a DHCP global pool was deleted, the net mask would also be deleted automatically, and no further operation needed.
                     h3cDHCPSrvGlobalPoolHostHAddr 1.3.6.1.4.1.43.45.1.10.2.101.2.3.1.6 macaddress read-write
Hardware address of a DHCP global pool(host). To delete a configured hardware address, please set h3cDHCPSrvGlobalPoolCfgUndoFlag to 3.
                     h3cDHCPSrvGlobalPoolCfgUndoFlag 1.3.6.1.4.1.43.45.1.10.2.101.2.3.1.7 integer read-write
Flag of undo operation for h3cDHCPSrvGlobalPoolConfigTable. Enumeration: 'undohostip': 2, 'undonetworkip': 1, 'undohosthaddr': 3.
                     h3cDHCPSrvGlobalPoolStartAddr 1.3.6.1.4.1.43.45.1.10.2.101.2.3.1.8 ipaddress read-write
Start IP of a DHCP global pool. To delete a configured start IP, please set h3cDHCPSrvGlobalPoolStartAddr to 0. It takes effect only when h3cDHCPSrvGlobalPoolNetwork is set.
                     h3cDHCPSrvGlobalPoolEndAddr 1.3.6.1.4.1.43.45.1.10.2.101.2.3.1.9 ipaddress read-write
End ip of a DHCP global pool.
             h3cDHCPSrvGlobalPoolParaTable 1.3.6.1.4.1.43.45.1.10.2.101.2.4 no-access
A table for configuring parameters to DHCP global pools.
                 h3cDHCPSrvGlobalPoolParaEntry 1.3.6.1.4.1.43.45.1.10.2.101.2.4.1 no-access
An entry containing the objects for the configurations of parameters of DHCP global pools.
                     h3cDHCPSrvGlbPoolLeaseDay 1.3.6.1.4.1.43.45.1.10.2.101.2.4.1.1 integer32 read-write
Number of days of the lease.
                     h3cDHCPSrvGlbPoolLeaseHour 1.3.6.1.4.1.43.45.1.10.2.101.2.4.1.2 integer32 read-write
Number of hours of the lease.
                     h3cDHCPSrvGlbPoolLeaseMinute 1.3.6.1.4.1.43.45.1.10.2.101.2.4.1.3 integer32 read-write
Number of minutes of the lease.
                     h3cDHCPSrvGlbPoolLeaseUnlimited 1.3.6.1.4.1.43.45.1.10.2.101.2.4.1.4 integer read-write
A flag denoting if the lease of a pool is unlimited. Enumeration: 'unlimited': 1, 'invalid': 0.
                     h3cDHCPSrvGlbPoolDomainName 1.3.6.1.4.1.43.45.1.10.2.101.2.4.1.5 octet string read-write
Domain name for DHCP clients.
                     h3cDHCPSrvGlbPoolCliGWIPStr 1.3.6.1.4.1.43.45.1.10.2.101.2.4.1.6 octet string read-write
String of gateway ip addresses for DHCP clients. Since mostly 8 ip can be configured for a pool totally, a string is defined to get or configure 8 ip ip at a time.
                     h3cDHCPSrvGlbPoolCliGWIPUndo 1.3.6.1.4.1.43.45.1.10.2.101.2.4.1.7 ipaddress read-write
A gateway ip address to delete. This object is only for deleting a given ip of gateway router.
                     h3cDHCPSrvGlbPoolCliDNSIPStr 1.3.6.1.4.1.43.45.1.10.2.101.2.4.1.8 octet string read-write
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.
                     h3cDHCPSrvGlbPoolCliDNSIPUndo 1.3.6.1.4.1.43.45.1.10.2.101.2.4.1.9 ipaddress read-write
A DNS server ip address to delete. This object is only for deleting a given ip of DNS server.
                     h3cDHCPSrvGlbPoolCliNetbiosType 1.3.6.1.4.1.43.45.1.10.2.101.2.4.1.10 integer read-write
NetBios node type for DHCP clients. Enumeration: 'mnode': 4, 'bnode': 1, 'null': 0, 'hnode': 8, 'pnode': 2.
                     h3cDHCPSrvGlbPoolCliNbnsIPStr 1.3.6.1.4.1.43.45.1.10.2.101.2.4.1.11 octet string read-write
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.
                     h3cDHCPSrvGlbPoolCliNbnsIPUndo 1.3.6.1.4.1.43.45.1.10.2.101.2.4.1.12 ipaddress read-write
A NetBios server ip address to delete. This object is only for deleting a given ip of NetBios server.
                     h3cDHCPSrvGlbPoolParaUndoFlag 1.3.6.1.4.1.43.45.1.10.2.101.2.4.1.13 integer read-write
Flag of undo-operation for h3cDHCPSrvGlobalPoolParaTable. Enumeration: 'undoNbType': 6, 'undoGateway': 3, 'undoNbns': 5, 'undoDns': 4, 'undoDomain': 1, 'undoLease': 2.
                     h3cDHCPSrvGlbPoolIPInUseReset 1.3.6.1.4.1.43.45.1.10.2.101.2.4.1.14 integer read-write
Reset the auto binding ip of the given global pool for DHCP server. Enumeration: 'reset': 1.
                     h3cDHCPSrvGlbPoolLeaseTime 1.3.6.1.4.1.43.45.1.10.2.101.2.4.1.15 timeticks read-write
Number of timeticks of the lease.
                     h3cDHCPSrvGlbPoolPrimaryDNSIP 1.3.6.1.4.1.43.45.1.10.2.101.2.4.1.16 ipaddress read-write
The Primary DNS server IP address to be assigned to the client. To delete a configured Primary DNS server IP, please set h3cDHCPSrvGlbPoolPrimaryDNSIP to 0. It takes effect only when h3cDHCPSrvGlobalPoolNetwork is set.
                     h3cDHCPSrvGlbPoolSecondaryDNSIP 1.3.6.1.4.1.43.45.1.10.2.101.2.4.1.17 ipaddress read-write
The Secondary DNS server IP address to be assigned to the client. To delete a configured Secondary DNS server IP, please set h3cDHCPSrvGlbPoolSecondaryDNSIP to 0. It takes effect only when h3cDHCPSrvGlobalPoolNetwork is set.
                     h3cDHCPSrvGlbPoolLeaseSecond 1.3.6.1.4.1.43.45.1.10.2.101.2.4.1.18 integer32 read-write
Number of seconds of the lease.
             h3cDHCPSrvGlobalPoolOptionTable 1.3.6.1.4.1.43.45.1.10.2.101.2.5 no-access
A table for configuring options to DHCP global pools.
                 h3cDHCPSrvGlobalPoolOptionEntry 1.3.6.1.4.1.43.45.1.10.2.101.2.5.1 no-access
An entry containing the objects for configuring options to DHCP global pools.
                     h3cDHCPSrvGlbPoolOptCode 1.3.6.1.4.1.43.45.1.10.2.101.2.5.1.1 integer32 read-only
Option code.
                     h3cDHCPSrvGlbPoolOptType 1.3.6.1.4.1.43.45.1.10.2.101.2.5.1.2 integer read-only
Option type. Enumeration: 'hex': 2, 'ascii': 1, 'ip': 3.
                     h3cDHCPSrvGlbPoolOptAscii 1.3.6.1.4.1.43.45.1.10.2.101.2.5.1.3 octet string read-only
Ascii string of an option.
                     h3cDHCPSrvGlbPoolOptHexString 1.3.6.1.4.1.43.45.1.10.2.101.2.5.1.4 octet string read-only
Hex string of an option. 1st to 16th hex strings, which are 2 bytes, 4 bytes, 6 bytes or 8 bytes, can be configured at most simultaneously. That means the format of each string must be '12', '1234', '123456' or '12345678'.
                     h3cDHCPSrvGlbPoolOptIPString 1.3.6.1.4.1.43.45.1.10.2.101.2.5.1.5 octet string read-only
Ip string of an option. 1 to 8 ip addresses can be configured at most simultaneously.
                     h3cDHCPSrvGlbPoolOptRowStatus 1.3.6.1.4.1.43.45.1.10.2.101.2.5.1.6 rowstatus read-only
RowStatus. Three actions are used: active, createAndGo, destroy.
             h3cDHCPSrvGlobalPoolStatTable 1.3.6.1.4.1.43.45.1.10.2.101.2.6 no-access
The statistics of each DHCP address pool.
                 h3cDHCPSrvGlobalPoolStatEntry 1.3.6.1.4.1.43.45.1.10.2.101.2.6.1 no-access
An entry containing the statistics of each DHCP address pool.
                     h3cDHCPSrvGlbPoolIPPoolUsage 1.3.6.1.4.1.43.45.1.10.2.101.2.6.1.1 integer32 read-only
Utilization rate of IP addresses in each DHCP address pool, in percentage.
                     h3cDHCPSrvGlbPoolReqTimes 1.3.6.1.4.1.43.45.1.10.2.101.2.6.1.2 counter32 read-only
Number of request packets received by each DHCP address pool, including the request packets for an extension of the lease.
                     h3cDHCPSrvGlbPoolSuccessTimes 1.3.6.1.4.1.43.45.1.10.2.101.2.6.1.3 counter32 read-only
Number of positive responses sent by each DHCP address pool, including responses to the request for an extension of the lease.
                     h3cDHCPSrvGlbPoolDiscoverTimes 1.3.6.1.4.1.43.45.1.10.2.101.2.6.1.4 counter32 read-only
Number of discover packets received by each DHCP address pool.
                     h3cDHCPSrvGlbPoolOfferTimes 1.3.6.1.4.1.43.45.1.10.2.101.2.6.1.5 counter32 read-only
Number of offer packets sent by each DHCP address pool.
                     h3cDHCPSrvGlbPoolACKTimes 1.3.6.1.4.1.43.45.1.10.2.101.2.6.1.6 counter32 read-only
Number of ACK packets sent by each DHCP address pool.
         h3cDHCPServerTraps 1.3.6.1.4.1.43.45.1.10.2.101.3
             h3cDHCPServerTrapPrefix 1.3.6.1.4.1.43.45.1.10.2.101.3.0
                 h3cDHCPServerAddrExhaust 1.3.6.1.4.1.43.45.1.10.2.101.3.0.1
This trap is generated when the device DHCP server address exhaust.
                 h3cDHCPServerAddrExhaustRecover 1.3.6.1.4.1.43.45.1.10.2.101.3.0.2
This trap is generated when the device DHCP server address exhaust recover.
                 h3cDHCPServerAvgIpUsageOverflow 1.3.6.1.4.1.43.45.1.10.2.101.3.0.3
This trap is generated when the average IP address usage of DHCP server pool in 5 minutes overflows.
                 h3cDHCPServerMaxIpUsageOverflow 1.3.6.1.4.1.43.45.1.10.2.101.3.0.4
This trap is generated when the maximun IP address usage of DHCP server pool in 5 minutes overflows.
                 h3cDHCPServerAllocateOverflow 1.3.6.1.4.1.43.45.1.10.2.101.3.0.5
This trap is generated when the number of DHCP server allocated IP address in 5 minutes overflows.
             h3cDHCPServerTrapObjects 1.3.6.1.4.1.43.45.1.10.2.101.3.1
                 h3cDHCPServerFirstTrapTime 1.3.6.1.4.1.43.45.1.10.2.101.3.1.1 timeticks no-access
Represents the first trap time.