HH3C-DHCPS-MIB: View SNMP OID List / Download MIB
VENDOR: H3C
Home | MIB: HH3C-DHCPS-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).
|
|||
Object Name | OID | Type | Access | Info |
hh3cDHCPServerMib | 1.3.6.1.4.1.25506.8.2 |
This MIB describes objects used for managing DHCP server. |
||
hh3cDHCPServerMibObject | 1.3.6.1.4.1.25506.8.2.1 | |||
hh3cDHCPSGlobalPoolTable | 1.3.6.1.4.1.25506.8.2.1.1 | no-access |
A table for creating DHCP server global pools. |
|
1.3.6.1.4.1.25506.8.2.1.1.1 | no-access |
An entry containing objects for creating or deleting a global pool for the DHCP server. |
||
hh3cDHCPSGlobalPoolName | 1.3.6.1.4.1.25506.8.2.1.1.1.1 | octet string | read-only |
DHCP server global pool name. |
hh3cDHCPSGlobalPoolRowStatus | 1.3.6.1.4.1.25506.8.2.1.1.1.2 | rowstatus | read-only |
RowStatus. Three actions are used: active, createAndGo, destroy. |
hh3cDHCPSGlobalPoolConfigTable | 1.3.6.1.4.1.25506.8.2.1.2 | no-access |
A table containing the configurations of dhcp server global pools. |
|
1.3.6.1.4.1.25506.8.2.1.2.1 | no-access |
An entry containing the objects for configuring the network ip or host ip etc. to global pools for DHCP server. |
||
hh3cDHCPSGlobalPoolType | 1.3.6.1.4.1.25506.8.2.1.2.1.1 | integer | read-write |
Type of a DHCP global pool. Any operations of this object will be bound with the operations of hh3cDHCPSGlobalPoolNetwork, hh3cDHCPSGlobalPoolHostIPAddr, or hh3cDHCPSGlobalPoolHostHAddr. That means any operation of this object alone will be regarded as invalid operation. Enumeration: 'host': 1, 'null': 0, 'network': 2. |
hh3cDHCPSGlobalPoolNetwork | 1.3.6.1.4.1.25506.8.2.1.2.1.2 | ipaddress | read-write |
Network ip of a DHCP global pool. To delete a configured network ip, please set hh3cDHCPSGlobalPoolConfigUndoFlag to 1. |
hh3cDHCPSGlobalPoolNetworkMask | 1.3.6.1.4.1.25506.8.2.1.2.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 hh3cDHCPSGlobalPoolNetwork together, and any SET operation alone to this object will be regarded as an invalid operation. When a network ip of a DHCP global pool was deleted, the net mask would also be deleted automatically, and no further operation needed. |
hh3cDHCPSGlobalPoolHostIPAddr | 1.3.6.1.4.1.25506.8.2.1.2.1.4 | ipaddress | read-write |
Host ip of a DHCP global pool. To delete a configured network ip, please set hh3cDHCPSGlobalPoolConfigUndoFlag to 2. |
hh3cDHCPSGlobalPoolHostMask | 1.3.6.1.4.1.25506.8.2.1.2.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 hh3cDHCPSGlobalPoolHostIPAddr together, and any SET operation alone to this object will be regarded as an invalid operation. When a host ip of a DHCP global pool was deleted, the net mask would also be deleted automatically, and no further operation needed. |
hh3cDHCPSGlobalPoolHostHAddr | 1.3.6.1.4.1.25506.8.2.1.2.1.6 | macaddress | read-write |
Hardware address of a DHCP global pool(host). To delete a configured hardware address, please set hh3cDHCPSGlobalPoolConfigUndoFlag to 3. |
hh3cDHCPSGlobalPoolConfigUndoFlag | 1.3.6.1.4.1.25506.8.2.1.2.1.7 | integer | read-write |
Flag of undo operation for hh3cDHCPSGlobalPoolConfigTable. Enumeration: 'undohostip': 2, 'undonetworkip': 1, 'undohosthaddr': 3. |
hh3cDHCPSGlobalPoolParaTable | 1.3.6.1.4.1.25506.8.2.1.3 | no-access |
A table for configuring parameters to DHCP global pools. |
|
1.3.6.1.4.1.25506.8.2.1.3.1 | no-access |
An entry containing the objects for the configurations of parameters of DHCP global pools. |
||
hh3cDHCPSGlobalPoolLeaseDay | 1.3.6.1.4.1.25506.8.2.1.3.1.1 | integer | read-write |
Number of days of the lease. |
hh3cDHCPSGlobalPoolLeaseHour | 1.3.6.1.4.1.25506.8.2.1.3.1.2 | integer | read-write |
Number of hours of the lease. |
hh3cDHCPSGlobalPoolLeaseMinute | 1.3.6.1.4.1.25506.8.2.1.3.1.3 | integer | read-write |
Number of minutes of the lease. |
hh3cDHCPSGlobalPoolLeaseUnlimited | 1.3.6.1.4.1.25506.8.2.1.3.1.4 | integer | read-write |
A flag denoting if the lease of a pool is unlimited. Enumeration: 'unlimited': 1, 'invalid': 0. |
hh3cDHCPSGlobalPoolDomainName | 1.3.6.1.4.1.25506.8.2.1.3.1.5 | octet string | read-write |
Domain name for DHCP clients. |
hh3cDHCPSGlobalPoolClientGatewayIPString | 1.3.6.1.4.1.25506.8.2.1.3.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. |
hh3cDHCPSGlobalPoolClientGatewayIPUndo | 1.3.6.1.4.1.25506.8.2.1.3.1.7 | ipaddress | read-write |
A gateway ip address to delete. This object is only for deleting a given ip of gateway router. |
hh3cDHCPSGlobalPoolClientDNSIPString | 1.3.6.1.4.1.25506.8.2.1.3.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. |
hh3cDHCPSGlobalPoolClientDNSIPUndo | 1.3.6.1.4.1.25506.8.2.1.3.1.9 | ipaddress | read-write |
A DNS server ip address to delete. This object is only for deleting a given ip of DNS server. |
hh3cDHCPSGlobalPoolClientNetbiosType | 1.3.6.1.4.1.25506.8.2.1.3.1.10 | integer | read-write |
NetBios node type for DHCP clients. Enumeration: 'mnode': 4, 'bnode': 1, 'null': 0, 'hnode': 8, 'pnode': 2. |
hh3cDHCPSGlobalPoolClientNbnsIPString | 1.3.6.1.4.1.25506.8.2.1.3.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. |
hh3cDHCPSGlobalPoolClientNbnsIPUndo | 1.3.6.1.4.1.25506.8.2.1.3.1.12 | ipaddress | read-write |
A NetBios server ip address to delete. This object is only for deleting a given ip of NetBios server. |
hh3cDHCPSGlobalPoolParaUndoFlag | 1.3.6.1.4.1.25506.8.2.1.3.1.13 | integer | read-write |
Flag of undo-operation for hh3cDHCPSGlobalPoolParaTable. Enumeration: 'undoNbType': 6, 'undoGateway': 3, 'undoNbns': 5, 'undoDns': 4, 'undoDomain': 1, 'undoLease': 2. |
hh3cDHCPSGlobalPoolIPInUseReset | 1.3.6.1.4.1.25506.8.2.1.3.1.14 | integer | read-write |
Reset the auto binding ip of the given global pool for DHCP server. Enumeration: 'reset': 1. |
hh3cDHCPSGlobalPoolOptionTable | 1.3.6.1.4.1.25506.8.2.1.4 | no-access |
A table for configuring options to DHCP global pools. |
|
1.3.6.1.4.1.25506.8.2.1.4.1 | no-access |
An entry containing the objects for configuring options to DHCP global pools. |
||
hh3cDHCPSGlobalPoolOptionCode | 1.3.6.1.4.1.25506.8.2.1.4.1.1 | integer | read-only |
Option code. |
hh3cDHCPSGlobalPoolOptionType | 1.3.6.1.4.1.25506.8.2.1.4.1.2 | integer | read-only |
Option type. Enumeration: 'hex': 2, 'ascii': 1, 'ip': 3. |
hh3cDHCPSGlobalPoolOptionAscii | 1.3.6.1.4.1.25506.8.2.1.4.1.3 | octet string | read-only |
Ascii string of an option. |
hh3cDHCPSGlobalPoolOptionHexString | 1.3.6.1.4.1.25506.8.2.1.4.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'. |
hh3cDHCPSGlobalPoolOptionIPString | 1.3.6.1.4.1.25506.8.2.1.4.1.5 | octet string | read-only |
Ip string of an option. 1 to 8 ip addresses can be configured at most simultaneously. |
hh3cDHCPSGlobalPoolOptionRowStatus | 1.3.6.1.4.1.25506.8.2.1.4.1.6 | rowstatus | read-only |
RowStatus. Three actions are used: active, createAndGo, destroy. |
hh3cDHCPSGlobalTreeTable | 1.3.6.1.4.1.25506.8.2.1.5 | no-access |
A table containing the information of the tree of DHCP global pools. |
|
1.3.6.1.4.1.25506.8.2.1.5.1 | no-access |
An entry of objects containing the information for displaying the tree of DHCP global pools. |
||
hh3cDHCPSGlobalTreeParentNodeName | 1.3.6.1.4.1.25506.8.2.1.5.1.1 | octet string | read-only |
Pool name of the parent node. |
hh3cDHCPSGlobalTreeChildNodeName | 1.3.6.1.4.1.25506.8.2.1.5.1.2 | octet string | read-only |
Pool name of the child node. |
hh3cDHCPSGlobalTreePreSiblingNodeName | 1.3.6.1.4.1.25506.8.2.1.5.1.3 | octet string | read-only |
Pool name of the presibling node. |
hh3cDHCPSGlobalTreeSiblingNodeName | 1.3.6.1.4.1.25506.8.2.1.5.1.4 | octet string | read-only |
Pool name of the sibling node. |
hh3cDHCPSInterfacePoolParaTable | 1.3.6.1.4.1.25506.8.2.1.6 | no-access |
A table for configuring parameters to DHCP interface pools. |
|
1.3.6.1.4.1.25506.8.2.1.6.1 | no-access |
An entry of objects for configuring parameters to DHCP interface pools. The index of this entry is the ifIndex of ethernet. |
||
hh3cDHCPSInterfacePoolLeaseDay | 1.3.6.1.4.1.25506.8.2.1.6.1.1 | integer | read-write |
Number of days of the lease. |
hh3cDHCPSInterfacePoolLeaseHour | 1.3.6.1.4.1.25506.8.2.1.6.1.2 | integer | read-write |
Number of hours of the lease. |
hh3cDHCPSInterfacePoolLeaseMinute | 1.3.6.1.4.1.25506.8.2.1.6.1.3 | integer | read-write |
Number of minutes of the lease. |
hh3cDHCPSInterfacePoolLeaseUnlimited | 1.3.6.1.4.1.25506.8.2.1.6.1.4 | integer | read-write |
A flag denoting if the lease of a pool is unlimited. Enumeration: 'unlimited': 1, 'invalid': 0. |
hh3cDHCPSInterfacePoolDomainName | 1.3.6.1.4.1.25506.8.2.1.6.1.5 | octet string | read-write |
Domain name for DHCP clients. |
hh3cDHCPSInterfacePoolClientDNSIPString | 1.3.6.1.4.1.25506.8.2.1.6.1.6 | 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. |
hh3cDHCPSInterfacePoolClientDNSIPUndo | 1.3.6.1.4.1.25506.8.2.1.6.1.7 | ipaddress | read-write |
A DNS server ip address to delete. This object is only for deleting a given ip of DNS server. |
hh3cDHCPSInterfacePoolClientNetbiosType | 1.3.6.1.4.1.25506.8.2.1.6.1.8 | integer | read-write |
NetBios node type for DHCP clients. Enumeration: 'mnode': 4, 'bnode': 1, 'null': 0, 'hnode': 8, 'pnode': 2. |
hh3cDHCPSInterfacePoolClientNbnsIPString | 1.3.6.1.4.1.25506.8.2.1.6.1.9 | 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. |
hh3cDHCPSInterfacePoolClientNbnsIPUndo | 1.3.6.1.4.1.25506.8.2.1.6.1.10 | ipaddress | read-write |
A NetBios server ip address to delete. This object is only for deleting a given ip of NetBios server. |
hh3cDHCPSInterfacePoolParaUndoFlag | 1.3.6.1.4.1.25506.8.2.1.6.1.11 | integer | read-write |
Flag of undo-operation for hh3cDHCPSInterfacePoolParaTable. Enumeration: 'undoNbType': 6, 'undoDns': 4, 'undoNbns': 5, 'undoDomain': 1, 'undoLease': 2. |
hh3cDHCPSInterfacePoolIPInUseReset | 1.3.6.1.4.1.25506.8.2.1.6.1.12 | integer | read-write |
Reset the auto binding ip of the given interface pool for DHCP server. Enumeration: 'reset': 1. |
hh3cDHCPSInterfacePoolOptionTable | 1.3.6.1.4.1.25506.8.2.1.7 | no-access |
A table for configuring options to DHCP interface pools. |
|
1.3.6.1.4.1.25506.8.2.1.7.1 | no-access |
An entry of objects for configuring options to DHCP interface pools. The index of this entry is the ifIndex of ethernet. |
||
hh3cDHCPSInterfacePoolOptionCode | 1.3.6.1.4.1.25506.8.2.1.7.1.1 | integer | read-only |
Option Code. |
hh3cDHCPSInterfacePoolOptionType | 1.3.6.1.4.1.25506.8.2.1.7.1.2 | integer | read-only |
Option type. Enumeration: 'hex': 2, 'ascii': 1, 'ip': 3. |
hh3cDHCPSInterfacePoolOptionAscii | 1.3.6.1.4.1.25506.8.2.1.7.1.3 | octet string | read-only |
Ascii string of an option. |
hh3cDHCPSInterfacePoolOptionHexString | 1.3.6.1.4.1.25506.8.2.1.7.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'. |
hh3cDHCPSInterfacePoolOptionIPString | 1.3.6.1.4.1.25506.8.2.1.7.1.5 | octet string | read-only |
Ip string of an option. 1 to 8 ip addresses can be configured at most simultaneously. |
hh3cDHCPSInterfacePoolOptionRowStatus | 1.3.6.1.4.1.25506.8.2.1.7.1.6 | rowstatus | read-only |
RowStatus. Three actions are used: active, createAndGo, destroy. |
hh3cDHCPSInterfacePoolStaticBindTable | 1.3.6.1.4.1.25506.8.2.1.8 | no-access |
A table for configuring static binding to DHCP interface pools. |
|
1.3.6.1.4.1.25506.8.2.1.8.1 | no-access |
An entry of objects for configuring static binding to DHCP interface pools. The index of this entry is the ifIndex of ethernet. |
||
hh3cDHCPSInterfacePoolStaticBindIP | 1.3.6.1.4.1.25506.8.2.1.8.1.1 | ipaddress | read-only |
Ip address in static binding for DHCP interface pools. |
hh3cDHCPSInterfacePoolStaticBindMac | 1.3.6.1.4.1.25506.8.2.1.8.1.2 | macaddress | read-only |
Hardware address in static binding for DHCP interface pools. |
hh3cDHCPSInterfacePoolStaticBindRowStatus | 1.3.6.1.4.1.25506.8.2.1.8.1.3 | rowstatus | read-only |
RowStatus. Three actions are used: active, createAndGo, destroy. |
hh3cDHCPSIPInUseTable | 1.3.6.1.4.1.25506.8.2.1.9 | no-access |
A table for displaying the information of ip in use for DHCP server pools. |
|
1.3.6.1.4.1.25506.8.2.1.9.1 | no-access |
An entry of objects for displaying information of ip in use for DHCP server pools. |
||
hh3cDHCPSIPInUseHAddr | 1.3.6.1.4.1.25506.8.2.1.9.1.1 | macaddress | read-only |
Hardware address. |
hh3cDHCPSIPInUseIP | 1.3.6.1.4.1.25506.8.2.1.9.1.2 | ipaddress | read-only |
Ip address in use. |
hh3cDHCPSIPInUseEndLease | 1.3.6.1.4.1.25506.8.2.1.9.1.3 | octet string | read-only |
End time of lease. The structure of the OCTET STRING is month/day/year hour:munite:second -- MM/DD/YYYY hh:mm:ss. |
hh3cDHCPSIPInUseType | 1.3.6.1.4.1.25506.8.2.1.9.1.4 | integer | read-only |
Type of binding. Enumeration: 'release': 3, 'auto': 2, 'manual': 1. |
hh3cDHCPSIPInUsePoolName | 1.3.6.1.4.1.25506.8.2.1.9.1.5 | octet string | read-only |
Name of the DHCP server pool the ip belongs to. |
hh3cDHCPSIPInUseInterface | 1.3.6.1.4.1.25506.8.2.1.9.1.6 | integer | read-only |
Interface index information. |
hh3cDHCPSIPInUseVlan | 1.3.6.1.4.1.25506.8.2.1.9.1.7 | integer | read-only |
Vlan information. |
hh3cDHCPSIPInUseAtmpvc | 1.3.6.1.4.1.25506.8.2.1.9.1.8 | integer | read-only |
Pvc information. |
hh3cDHCPSForbiddenIPTable | 1.3.6.1.4.1.25506.8.2.1.10 | no-access |
A table for configuring forbidden ip to DHCP server. |
|
1.3.6.1.4.1.25506.8.2.1.10.1 | no-access |
An entry for configuring forbidden ip to DHCP server. |
||
hh3cDHCPSForbiddenIPStart | 1.3.6.1.4.1.25506.8.2.1.10.1.1 | ipaddress | read-only |
Start ip of forbidden ip. |
hh3cDHCPSForbiddenIPEnd | 1.3.6.1.4.1.25506.8.2.1.10.1.2 | ipaddress | read-only |
End ip of forbidden ip. |
hh3cDHCPSForbiddenIPRowStatus | 1.3.6.1.4.1.25506.8.2.1.10.1.3 | rowstatus | read-only |
RowStatus. Three actions are used: active, createAndGo, destroy. |
hh3cDHCPSConflictIPTable | 1.3.6.1.4.1.25506.8.2.1.11 | no-access |
A table for displaying the information of conflict ip for DHCP server. |
|
1.3.6.1.4.1.25506.8.2.1.11.1 | no-access |
An entry for displaying the information of conflict ip for DHCP server. |
||
hh3cDHCPSConflictIP | 1.3.6.1.4.1.25506.8.2.1.11.1.1 | ipaddress | read-only |
Conflict ip. |
hh3cDHCPSConflictIPType | 1.3.6.1.4.1.25506.8.2.1.11.1.2 | integer | read-only |
Type of the detection of conflict ip. Enumeration: 'arp': 2, 'ping': 1. |
hh3cDHCPSConflictIPDetectTime | 1.3.6.1.4.1.25506.8.2.1.11.1.3 | octet string | read-only |
Time when the conflict is detected. The structure of the OCTET STRING is month/day/year hour:munite:second -- MM/DD/YYYY hh:mm:ss. |
hh3cDHCPSServiceStatus | 1.3.6.1.4.1.25506.8.2.1.12 | hh3cdhcpsenabledstatus | read-write |
The status of DHCP service. |
hh3cDHCPSDetectingServerStatus | 1.3.6.1.4.1.25506.8.2.1.13 | hh3cdhcpsenabledstatus | read-write |
The status of DHCP servers detecting function. |
hh3cDHCPSPingNum | 1.3.6.1.4.1.25506.8.2.1.14 | integer | read-write |
The number of ping packets sent out. |
hh3cDHCPSPingTimeout | 1.3.6.1.4.1.25506.8.2.1.15 | integer | read-write |
The delay for the reply of a ping packet. Unit: millisecond. |
hh3cDHCPSWriteDataStatus | 1.3.6.1.4.1.25506.8.2.1.16 | hh3cdhcpsenabledstatus | read-write |
The status of the function writing data to the harddisk. |
hh3cDHCPSWriteDataDirection | 1.3.6.1.4.1.25506.8.2.1.17 | octet string | read-only |
The direction of writing data to a harddisk. |
hh3cDHCPSWriteDataDelay | 1.3.6.1.4.1.25506.8.2.1.18 | integer | read-write |
The allowable delay of writing data to the harddisk. Unit: second. |
hh3cDHCPSWriteDataRecover | 1.3.6.1.4.1.25506.8.2.1.19 | hh3cdhcpsenabledstatus | read-write |
The flag used to recover DHCP data with the data on the harddisk. |
hh3cDHCPSIPInUseResetIP | 1.3.6.1.4.1.25506.8.2.1.20 | ipaddress | read-write |
An ip in use that will be cleared. 0 returned for SET operation. |
hh3cDHCPSConflictIPResetIP | 1.3.6.1.4.1.25506.8.2.1.21 | ipaddress | read-write |
A conflict ip that will be cleared. 0 returned for SET operation. |
hh3cDHCPSIPResetFlag | 1.3.6.1.4.1.25506.8.2.1.22 | integer | read-write |
A flag that descript the reset operation. Enumeration: 'ipInUse': 1, 'conflictIp': 2, 'invalid': 0. |
hh3cDHCPSGlobalPoolNumber | 1.3.6.1.4.1.25506.8.2.1.23 | integer32 | read-only |
The total number of DHCP server global-pools. |
hh3cDHCPSGlobalPoolAutoBindingNum | 1.3.6.1.4.1.25506.8.2.1.24 | integer32 | read-only |
The total number of auto binding ip in DHCP server global-pools. |
hh3cDHCPSGlobalPoolManualBindingNum | 1.3.6.1.4.1.25506.8.2.1.25 | integer32 | read-only |
The total number of manual binding ip in DHCP server global-pools. |
hh3cDHCPSGlobalPoolExpiredBindingNum | 1.3.6.1.4.1.25506.8.2.1.26 | integer32 | read-only |
The total number of expired binding ip in DHCP server global-pools. |
hh3cDHCPSInterfacePoolNumber | 1.3.6.1.4.1.25506.8.2.1.27 | integer32 | read-only |
The total number of DHCP server interface-pools. |
hh3cDHCPSInterfacePoolAutoBindingNum | 1.3.6.1.4.1.25506.8.2.1.28 | integer32 | read-only |
The total number of auto binding ip in DHCP server interface-pools. |
hh3cDHCPSInterfacePoolManualBindingNum | 1.3.6.1.4.1.25506.8.2.1.29 | integer32 | read-only |
The total number of manual binding ip in DHCP server interface-pools. |
hh3cDHCPSInterfacePoolExpiredBindingNum | 1.3.6.1.4.1.25506.8.2.1.30 | integer32 | read-only |
The total number of expired binding ip in DHCP server interface-pools. |
hh3cDHCPSBadPktNum | 1.3.6.1.4.1.25506.8.2.1.31 | integer32 | read-only |
The total number of the bad packets received. |
hh3cDHCPSBootRequestPktNum | 1.3.6.1.4.1.25506.8.2.1.32 | integer32 | read-only |
The total number of the packets received by DHCP Server from DHCP clients. |
hh3cDHCPSDiscoverPktNum | 1.3.6.1.4.1.25506.8.2.1.33 | integer32 | read-only |
The total number of the DHCP Discover packets received from the DHCP clients. |
hh3cDHCPSRequestPktNum | 1.3.6.1.4.1.25506.8.2.1.34 | integer32 | read-only |
The total number of the DHCP Request packets received from the DHCP clients. |
hh3cDHCPSDeclinePktNum | 1.3.6.1.4.1.25506.8.2.1.35 | integer32 | read-only |
The total number of the DHCP Decline packets received from the DHCP clients. |
hh3cDHCPSReleasePktNum | 1.3.6.1.4.1.25506.8.2.1.36 | integer32 | read-only |
The total number of the DHCP Release packets received from the DHCP clients. |
hh3cDHCPSInformPktNum | 1.3.6.1.4.1.25506.8.2.1.37 | integer32 | read-only |
The total number of the DHCP Inform packets received from the DHCP clients. |
hh3cDHCPSBootReplyPktNum | 1.3.6.1.4.1.25506.8.2.1.38 | integer32 | read-only |
The total number of the packets sent by DHCP server to DHCP clients. |
hh3cDHCPSOfferPktNum | 1.3.6.1.4.1.25506.8.2.1.39 | integer32 | read-only |
The total number of the DHCP Offer packets sent by the DHCP server. |
hh3cDHCPSAckPktNum | 1.3.6.1.4.1.25506.8.2.1.40 | integer32 | read-only |
The total number of the DHCP Ack packets sent by the DHCP server. |
hh3cDHCPSNakPktNum | 1.3.6.1.4.1.25506.8.2.1.41 | integer32 | read-only |
The total number of the DHCP Nak packets sent by the DHCP server. |
hh3cDHCPSStatisticsReset | 1.3.6.1.4.1.25506.8.2.1.42 | integer | read-write |
Reset the above statistic information of packets received and sent by the DHCP server. Enumeration: 'reset': 1. |
hh3cDHCPSIPInUseExTable | 1.3.6.1.4.1.25506.8.2.1.43 | no-access |
A table for displaying the information of ip in use for DHCP Server pools. |
|
1.3.6.1.4.1.25506.8.2.1.43.1 | no-access |
An entry of objects for displaying information of ip in use for DHCP server pools. |
||
hh3cDHCPSIPInUseHAddrEx | 1.3.6.1.4.1.25506.8.2.1.43.1.1 | macaddress | no-access |
Hardware address. |
hh3cDHCPSIPInUseVlanIdEx | 1.3.6.1.4.1.25506.8.2.1.43.1.2 | integer | no-access |
User's vlanID. 60000 means that a client doesn't have vlanID or have an invalid vlanID. |
hh3cDHCPSIPInUseIPEx | 1.3.6.1.4.1.25506.8.2.1.43.1.3 | ipaddress | read-only |
Ip address in use. |
hh3cDHCPSIPInUseEndLeaseEx | 1.3.6.1.4.1.25506.8.2.1.43.1.4 | octet string | read-only |
End time of lease. The structure of the OCTET STRING is month/day/year hour:munite:second -- MM/DD/YYYY hh:mm:ss. |
hh3cDHCPSIPInUseTypeEx | 1.3.6.1.4.1.25506.8.2.1.43.1.5 | integer | read-only |
Type of binding. Enumeration: 'release': 3, 'auto': 2, 'manual': 1. |
hh3cDHCPSIPInUsePoolNameEx | 1.3.6.1.4.1.25506.8.2.1.43.1.6 | octet string | read-only |
Name of the DHCP server pool the ip belongs to. |
hh3cDHCPSIPInUseIfIndexEx | 1.3.6.1.4.1.25506.8.2.1.43.1.7 | integer | read-only |
Interface index information. |
hh3cDHCPSIPInUseServerPortVlanIdEx | 1.3.6.1.4.1.25506.8.2.1.43.1.8 | integer | read-only |
Vlan information of port on server through which the client user accesses server. |
hh3cDHCPSIPInUseAtmpvcEx | 1.3.6.1.4.1.25506.8.2.1.43.1.9 | integer | read-only |
Pvc information. |
hh3cDHCPServerMIBConformance | 1.3.6.1.4.1.25506.8.2.2 | |||
hh3cDHCPServerMIBCompliances | 1.3.6.1.4.1.25506.8.2.2.1 | |||
hh3cDHCPServerMIBGroups | 1.3.6.1.4.1.25506.8.2.2.2 | |||
hh3cDHCPServerMIBGroup | 1.3.6.1.4.1.25506.8.2.2.2.1 |
The basic collection of objects providing management of DHCP server. |