HUAWEI-DHCPS-MIB: View SNMP OID List / Download MIB
VENDOR: HUAWEI
Home | MIB: HUAWEI-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 |
hwDHCPServerMib | 1.3.6.1.4.1.2011.5.7.2 |
Add node hwDHCPSGlobalPoolConflictRecycleTime hwDHCPSInterfacePoolConflictRecycleTime |
||
hwDHCPServerMibObject | 1.3.6.1.4.1.2011.5.7.2.1 | |||
hwDHCPSGlobalPoolTable | 1.3.6.1.4.1.2011.5.7.2.1.1 | no-access |
DHCP Server Global Pool table for creating and deleting DHCP server global pool |
|
1.3.6.1.4.1.2011.5.7.2.1.1.1 | no-access |
An entry in DHCP Server Global Pool table containing objects for creating or deleting a global pool for the DHCP server |
||
hwDHCPSGlobalPoolName | 1.3.6.1.4.1.2011.5.7.2.1.1.1.1 | octet string | read-only |
DHCP server global pool name for creating or deleting DHCP server global pool |
hwDHCPSGlobalPoolRowStatus | 1.3.6.1.4.1.2011.5.7.2.1.1.1.2 | rowstatus | read-only |
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 |
hwDHCPSGlobalPoolConfigTable | 1.3.6.1.4.1.2011.5.7.2.1.2 | no-access |
A table containing the configuration informations of DHCP server global pools, such as pool type, ip address, mask |
|
1.3.6.1.4.1.2011.5.7.2.1.2.1 | no-access |
An entry containing the objects for configuring the network ip or host ip etc. to global pools for DHCP server |
||
hwDHCPSGlobalPoolType | 1.3.6.1.4.1.2011.5.7.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 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 Enumeration: 'host': 1, 'null': 0, 'network': 2. |
hwDHCPSGlobalPoolNetwork | 1.3.6.1.4.1.2011.5.7.2.1.2.1.2 | ipaddress | read-write |
Network ip address of a DHCP Server global pool. To delete a configured network ip, please set hwDHCPSGlobalPoolConfigUndoFlag to 1 |
hwDHCPSGlobalPoolNetworkMask | 1.3.6.1.4.1.2011.5.7.2.1.2.1.3 | ipaddress | read-write |
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 |
hwDHCPSGlobalPoolHostIPAddr | 1.3.6.1.4.1.2011.5.7.2.1.2.1.4 | ipaddress | read-write |
Host ip of a DHCP server global pool To detete a configured Host ip, please set hwDHCPSGlobalPoolConfigUndoFlag to 2 |
hwDHCPSGlobalPoolHostMask | 1.3.6.1.4.1.2011.5.7.2.1.2.1.5 | ipaddress | read-write |
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 |
hwDHCPSGlobalPoolHostHAddr | 1.3.6.1.4.1.2011.5.7.2.1.2.1.6 | macaddress | read-write |
Hardware address of a DHCP server global pool(host). To delete a configured hardware address, please set hwDHCPSGlobalPoolConfigUndoFlag to 3 |
hwDHCPSGlobalPoolConfigUndoFlag | 1.3.6.1.4.1.2011.5.7.2.1.2.1.7 | integer | read-write |
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 Enumeration: 'undohostip': 2, 'undonetworkip': 1, 'undohosthaddr': 3, 'invalid': 4. |
hwDHCPSGlobalPoolParaTable | 1.3.6.1.4.1.2011.5.7.2.1.3 | no-access |
A table for configuring parameters to DHCP server global pool, include lease, Domain name,GateWayIP,DNSIP and so on |
|
1.3.6.1.4.1.2011.5.7.2.1.3.1 | no-access |
An entry containing the objects for the configurations of parameters of DHCP server global pools |
||
hwDHCPSGlobalPoolLeaseDay | 1.3.6.1.4.1.2011.5.7.2.1.3.1.1 | integer32 | read-write |
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'. |
hwDHCPSGlobalPoolLeaseHour | 1.3.6.1.4.1.2011.5.7.2.1.3.1.2 | integer32 | read-write |
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'. |
hwDHCPSGlobalPoolLeaseMinute | 1.3.6.1.4.1.2011.5.7.2.1.3.1.3 | integer32 | read-write |
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'. |
hwDHCPSGlobalPoolLeaseUnlimited | 1.3.6.1.4.1.2011.5.7.2.1.3.1.4 | integer | read-write |
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 Enumeration: 'unlimited': 1, 'invalid': 0. |
hwDHCPSGlobalPoolDomainName | 1.3.6.1.4.1.2011.5.7.2.1.3.1.5 | octet string | read-write |
Domain name for DHCP Clients, the domain name that client should use when resolving hostnames via the Domain Name System. |
hwDHCPSGlobalPoolClientGatewayIPString | 1.3.6.1.4.1.2011.5.7.2.1.3.1.6 | octet string | read-write |
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 |
hwDHCPSGlobalPoolClientGatewayIPUndo | 1.3.6.1.4.1.2011.5.7.2.1.3.1.7 | ipaddress | read-write |
A gateway ip address to be deleted. This object is only for deleting a given ip address of gateway router |
hwDHCPSGlobalPoolClientDNSIPString | 1.3.6.1.4.1.2011.5.7.2.1.3.1.8 | octet string | read-write |
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 |
hwDHCPSGlobalPoolClientDNSIPUndo | 1.3.6.1.4.1.2011.5.7.2.1.3.1.9 | ipaddress | read-write |
A DNS server ip address to be deleted. This object is only for deleting a given ip address of DNS server |
hwDHCPSGlobalPoolClientNetbiosType | 1.3.6.1.4.1.2011.5.7.2.1.3.1.10 | integer | read-write |
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. Enumeration: 'mnode': 4, 'bnode': 1, 'null': 0, 'hnode': 8, 'pnode': 2. |
hwDHCPSGlobalPoolClientNbnsIPString | 1.3.6.1.4.1.2011.5.7.2.1.3.1.11 | octet string | read-write |
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 |
hwDHCPSGlobalPoolClientNbnsIPUndo | 1.3.6.1.4.1.2011.5.7.2.1.3.1.12 | ipaddress | read-write |
A NetBios server ip address to delete. This object is only for deleting a given ip address of NetBios server |
hwDHCPSGlobalPoolParaUndoFlag | 1.3.6.1.4.1.2011.5.7.2.1.3.1.13 | integer | read-write |
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 Enumeration: 'undoNbType': 6, 'undoGateway': 3, 'invalid': 7, 'undoNbns': 5, 'undoDns': 4, 'undoDomain': 1, 'undoLease': 2. |
hwDHCPSGlobalPoolIPInUseReset | 1.3.6.1.4.1.2011.5.7.2.1.3.1.14 | integer | read-write |
Reset the auto binding ip of the given global pool for DHCP server. The invalid(2) is a default vlaue, do nothing Enumeration: 'reset': 1, 'invalid': 2. |
hwDHCPSGlobalPoolLogging | 1.3.6.1.4.1.2011.5.7.2.1.3.1.15 | integer | read-write |
Log the assigning IP addresses information of the given global pool for DHCP server. Enumeration: 'enable': 1, 'disable': 0. |
hwDHCPSGlobalPoolConflictRecycleTime | 1.3.6.1.4.1.2011.5.7.2.1.3.1.16 | integer32 | read-write |
Description. |
hwDHCPSGlobalPoolOptionTable | 1.3.6.1.4.1.2011.5.7.2.1.4 | no-access |
A table for configuring options to DHCP server global pools, include option code type and value and so on |
|
1.3.6.1.4.1.2011.5.7.2.1.4.1 | no-access |
An entry containing the objects for configuring options to DHCP global pools |
||
hwDHCPSGlobalPoolOptionCode | 1.3.6.1.4.1.2011.5.7.2.1.4.1.1 | integer32 | read-only |
Option code, All options begin with a tag octet, which uniquely identifies the option. |
hwDHCPSGlobalPoolOptionType | 1.3.6.1.4.1.2011.5.7.2.1.4.1.2 | integer | read-only |
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 cipher(4) - The option type is cipher string Enumeration: 'hex': 2, 'cipher': 4, 'ascii': 1, 'ip': 3. |
hwDHCPSGlobalPoolOptionAscii | 1.3.6.1.4.1.2011.5.7.2.1.4.1.3 | octet string | read-only |
Ascii string of a option |
hwDHCPSGlobalPoolOptionHexString | 1.3.6.1.4.1.2011.5.7.2.1.4.1.4 | octet string | read-only |
Hex string of a option. 1 to 10 2 bytes or 4 bytes hex string can be configured at most simultaneously |
hwDHCPSGlobalPoolOptionIPString | 1.3.6.1.4.1.2011.5.7.2.1.4.1.5 | octet string | read-only |
Ip string of a option. 1 to 8 ip addresses can be configured at most simultaneously |
hwDHCPSGlobalPoolOptionRowStatus | 1.3.6.1.4.1.2011.5.7.2.1.4.1.6 | rowstatus | read-only |
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 |
hwDHCPSGlobalPoolOptionCipher | 1.3.6.1.4.1.2011.5.7.2.1.4.1.7 | octet string | read-only |
Cipher string of a option. |
hwDHCPSGlobalTreeTable | 1.3.6.1.4.1.2011.5.7.2.1.5 | no-access |
A table containing the information of the tree of DHCP global pools, and the relationship between the pools, |
|
1.3.6.1.4.1.2011.5.7.2.1.5.1 | no-access |
An entry of objects containing the information for displaying the tree of DHCP global pools |
||
hwDHCPSGlobalTreeParentNodeName | 1.3.6.1.4.1.2011.5.7.2.1.5.1.1 | octet string | read-only |
Pool name of the parent node |
hwDHCPSGlobalTreeChildNodeName | 1.3.6.1.4.1.2011.5.7.2.1.5.1.2 | octet string | read-only |
Pool name of the child node |
hwDHCPSGlobalTreePreSiblingNodeName | 1.3.6.1.4.1.2011.5.7.2.1.5.1.3 | octet string | read-only |
Pool name of the presibling node |
hwDHCPSGlobalTreeSiblingNodeName | 1.3.6.1.4.1.2011.5.7.2.1.5.1.4 | octet string | read-only |
Pool name of the sibling node |
hwDHCPSInterfacePoolParaTable | 1.3.6.1.4.1.2011.5.7.2.1.6 | no-access |
A table for configuring parameters to DHCP server interface pools, include lease, Domain Name, DNS and so on |
|
1.3.6.1.4.1.2011.5.7.2.1.6.1 | no-access |
An entry of objects for configuring parameters to DHCP interface pools. The index of this entry is the ifIndex of ethernet |
||
hwDHCPSInterfacePoolLeaseDay | 1.3.6.1.4.1.2011.5.7.2.1.6.1.1 | integer32 | read-write |
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'. |
hwDHCPSInterfacePoolLeaseHour | 1.3.6.1.4.1.2011.5.7.2.1.6.1.2 | integer32 | read-write |
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'. |
hwDHCPSInterfacePoolLeaseMinute | 1.3.6.1.4.1.2011.5.7.2.1.6.1.3 | integer32 | read-write |
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'. |
hwDHCPSInterfacePoolLeaseUnlimited | 1.3.6.1.4.1.2011.5.7.2.1.6.1.4 | integer | read-write |
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 Enumeration: 'unlimited': 1, 'invalid': 0. |
hwDHCPSInterfacePoolDomainName | 1.3.6.1.4.1.2011.5.7.2.1.6.1.5 | octet string | read-write |
Domain name for DHCP Clients, the domain name that client should use when resolving hostnames via the Domain Name System. |
hwDHCPSInterfacePoolClientDNSIPString | 1.3.6.1.4.1.2011.5.7.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 |
hwDHCPSInterfacePoolClientDNSIPUndo | 1.3.6.1.4.1.2011.5.7.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 |
hwDHCPSInterfacePoolClientNetbiosType | 1.3.6.1.4.1.2011.5.7.2.1.6.1.8 | integer | read-write |
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. Enumeration: 'mnode': 4, 'bnode': 1, 'null': 0, 'hnode': 8, 'pnode': 2. |
hwDHCPSInterfacePoolClientNbnsIPString | 1.3.6.1.4.1.2011.5.7.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 |
hwDHCPSInterfacePoolClientNbnsIPUndo | 1.3.6.1.4.1.2011.5.7.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 |
hwDHCPSInterfacePoolParaUndoFlag | 1.3.6.1.4.1.2011.5.7.2.1.6.1.11 | integer | read-write |
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 Enumeration: 'undoNbType': 6, 'invalid': 7, 'undoNbns': 5, 'undoDns': 4, 'undoDomain': 1, 'undoLease': 2. |
hwDHCPSInterfacePoolIPInUseReset | 1.3.6.1.4.1.2011.5.7.2.1.6.1.12 | integer | read-write |
Reset the auto or manual binding ip of the given interface pool for DHCP server. The invalid(2) is a default vlaue, do nothing Enumeration: 'reset': 1, 'invalid': 2. |
hwDHCPSInterfacePoolLogging | 1.3.6.1.4.1.2011.5.7.2.1.6.1.13 | integer | read-write |
Log the assigning IP addresses information of the given interface pool for DHCP server. Enumeration: 'enable': 1, 'disable': 0. |
hwDHCPSInterfacePoolConflictRecycleTime | 1.3.6.1.4.1.2011.5.7.2.1.6.1.14 | integer32 | read-write |
Description. |
hwDHCPSInterfacePoolOptionTable | 1.3.6.1.4.1.2011.5.7.2.1.7 | no-access |
A table for configuring options to DHCP interface pools, include option code type and value and so on |
|
1.3.6.1.4.1.2011.5.7.2.1.7.1 | no-access |
An entry of objects for configuring options to DHCP interface pools. The index of this entry is the inIndex of ethernet |
||
hwDHCPSInterfacePoolOptionCode | 1.3.6.1.4.1.2011.5.7.2.1.7.1.1 | integer32 | read-only |
Option Code,All options begin with a tag octet, which uniquely identifies the option. |
hwDHCPSInterfacePoolOptionType | 1.3.6.1.4.1.2011.5.7.2.1.7.1.2 | integer | read-only |
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 cipher(4) - The option type is cipher string Enumeration: 'hex': 2, 'cipher': 4, 'ascii': 1, 'ip': 3. |
hwDHCPSInterfacePoolOptionAscii | 1.3.6.1.4.1.2011.5.7.2.1.7.1.3 | octet string | read-only |
Ascii string of an option |
hwDHCPSInterfacePoolOptionHexString | 1.3.6.1.4.1.2011.5.7.2.1.7.1.4 | octet string | read-only |
Hex string of a option. 1 to 10 2 bytes or 4 bytes hex string can be configured at most simultaneously |
hwDHCPSInterfacePoolOptionIPString | 1.3.6.1.4.1.2011.5.7.2.1.7.1.5 | octet string | read-only |
Ip string of a option. 1 to 8 ip addresses can be configured at most simultaneously |
hwDHCPSInterfacePoolOptionRowStatus | 1.3.6.1.4.1.2011.5.7.2.1.7.1.6 | rowstatus | read-only |
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 |
hwDHCPSInterfacePoolOptionCipher | 1.3.6.1.4.1.2011.5.7.2.1.7.1.7 | octet string | read-only |
Cipher string of an option |
hwDHCPSInterfacePoolStaticBindTable | 1.3.6.1.4.1.2011.5.7.2.1.8 | no-access |
A table for configuring static binding to DHCP interface pools,which manual binding ip address and Hardware address |
|
1.3.6.1.4.1.2011.5.7.2.1.8.1 | no-access |
An entry of objects for configuring static binding to DHCP interface pools. The index of this entry is the inIndex of ethernet |
||
hwDHCPSInterfacePoolStaticBindIP | 1.3.6.1.4.1.2011.5.7.2.1.8.1.1 | ipaddress | read-only |
Ip address in static binding for DHCP interface pools |
hwDHCPSInterfacePoolStaticBindMac | 1.3.6.1.4.1.2011.5.7.2.1.8.1.2 | macaddress | read-only |
Hardware address in static binding for DHCP interface pools |
hwDHCPSInterfacePoolStaticBindRowStatus | 1.3.6.1.4.1.2011.5.7.2.1.8.1.3 | rowstatus | read-only |
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 |
hwDHCPSIPInUseTable | 1.3.6.1.4.1.2011.5.7.2.1.9 | no-access |
A table for displaying the information of ip allocation to clients for DHCP server pools |
|
1.3.6.1.4.1.2011.5.7.2.1.9.1 | no-access |
An entry of objects for displaying information of ip in use for DHCP server pools |
||
hwDHCPSIPInUseHAddr | 1.3.6.1.4.1.2011.5.7.2.1.9.1.1 | macaddress | read-only |
The MAC addreess of host use the ip address in DHCP pools |
hwDHCPSIPInUseIP | 1.3.6.1.4.1.2011.5.7.2.1.9.1.2 | ipaddress | read-only |
Ip address allocation to clients in DHCP pools |
hwDHCPSIPInUseEndLease | 1.3.6.1.4.1.2011.5.7.2.1.9.1.3 | octet string | read-only |
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 |
hwDHCPSIPInUseType | 1.3.6.1.4.1.2011.5.7.2.1.9.1.4 | integer | read-only |
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 Enumeration: 'release': 3, 'auto': 2, 'offered': 4, 'manual': 1. |
hwDHCPSIPInUsePoolName | 1.3.6.1.4.1.2011.5.7.2.1.9.1.5 | octet string | read-only |
Name of the DHCP server pool that allocated ip belongs to |
hwDHCPSIPInUseInterface | 1.3.6.1.4.1.2011.5.7.2.1.9.1.6 | integer32 | read-only |
Interface index information that ip address belong to |
hwDHCPSIPInUseVlan | 1.3.6.1.4.1.2011.5.7.2.1.9.1.7 | integer32 | read-only |
Vlan informationg that ip address belong to |
hwDHCPSIPInUseAtmpvc | 1.3.6.1.4.1.2011.5.7.2.1.9.1.8 | integer32 | read-only |
ATM Pvc informationg that ip address belong to |
hwDHCPSForbiddenIPTable | 1.3.6.1.4.1.2011.5.7.2.1.10 | no-access |
A table for configuring forbidden ip to DHCP server, which don't allow to allocate to clients |
|
1.3.6.1.4.1.2011.5.7.2.1.10.1 | no-access |
An entry for configuring forbidden ip to DHCP server |
||
hwDHCPSForbiddenIPStart | 1.3.6.1.4.1.2011.5.7.2.1.10.1.1 | ipaddress | read-only |
Start ip address of forbidden ip |
hwDHCPSForbiddenIPEnd | 1.3.6.1.4.1.2011.5.7.2.1.10.1.2 | ipaddress | read-only |
End ip address of forbidden ip |
hwDHCPSForbiddenIPRowStatus | 1.3.6.1.4.1.2011.5.7.2.1.10.1.3 | rowstatus | read-only |
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) |
hwDHCPSConflictIPTable | 1.3.6.1.4.1.2011.5.7.2.1.11 | no-access |
A table for displaying the information of conflict ip for DHCP server,ip address is uesed by others when allocate the address. |
|
1.3.6.1.4.1.2011.5.7.2.1.11.1 | no-access |
An entry for displaying the information of conflict ip for DHCP server |
||
hwDHCPSConflictIP | 1.3.6.1.4.1.2011.5.7.2.1.11.1.1 | ipaddress | read-only |
Conflict ip address |
hwDHCPSConflictIPType | 1.3.6.1.4.1.2011.5.7.2.1.11.1.2 | integer | read-only |
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 Enumeration: 'arp': 2, 'ping': 1. |
hwDHCPSConflictIPDetectTime | 1.3.6.1.4.1.2011.5.7.2.1.11.1.3 | octet string | read-only |
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 |
hwDHCPSServiceStatus | 1.3.6.1.4.1.2011.5.7.2.1.12 | enabledstatus | read-write |
The status of DHCP service, The default value is disabled, which mean disabled the DHCP service; the other value is enabled, which mean enable the DHCP service |
hwDHCPSDetectingServerStatus | 1.3.6.1.4.1.2011.5.7.2.1.13 | enabledstatus | read-write |
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 |
hwDHCPSPingNum | 1.3.6.1.4.1.2011.5.7.2.1.14 | integer32 | read-write |
The number of ping packets sent out when check address conflict,the default value is 2. |
hwDHCPSPingTimeout | 1.3.6.1.4.1.2011.5.7.2.1.15 | integer32 | read-write |
The delay for the reply of a ping packet when check address conflict. Unit: millisecond, the default value is 500. |
hwDHCPSWriteDataStatus | 1.3.6.1.4.1.2011.5.7.2.1.16 | enabledstatus | read-write |
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, the default value is disable. |
hwDHCPSWriteDataDirection | 1.3.6.1.4.1.2011.5.7.2.1.17 | octet string | read-only |
The directory of writing data to a harddisk, The format is directory and file name |
hwDHCPSWriteDataDelay | 1.3.6.1.4.1.2011.5.7.2.1.18 | integer32 | read-write |
The allowable delay of writing data to the harddisk. Unit: second,the default value is 300. |
hwDHCPSWriteDataRecover | 1.3.6.1.4.1.2011.5.7.2.1.19 | enabledstatus | read-write |
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 |
hwDHCPSIPInUseResetIP | 1.3.6.1.4.1.2011.5.7.2.1.20 | ipaddress | read-write |
An ip in use that will be cleared. 0 returned for SET operation |
hwDHCPSConflictIPResetIP | 1.3.6.1.4.1.2011.5.7.2.1.21 | ipaddress | read-write |
An conflict ip that will be cleared. 0 returned for SET operation |
hwDHCPSIPResetFlag | 1.3.6.1.4.1.2011.5.7.2.1.22 | integer | read-write |
A flag that descript the reset operation, 1 means deleting ip in use 2 means deleting conflict ip addresses Enumeration: 'ipInUse': 1, 'conflictIp': 2. |
hwDHCPSGlobalPoolNumber | 1.3.6.1.4.1.2011.5.7.2.1.23 | integer32 | read-only |
The total number of DHCP server global pools |
hwDHCPSGlobalPoolAutoBindingNum | 1.3.6.1.4.1.2011.5.7.2.1.24 | integer32 | read-only |
The total number of auto binding ip in DHCP server |
hwDHCPSGlobalPoolManualBindingNum | 1.3.6.1.4.1.2011.5.7.2.1.25 | integer32 | read-only |
The total number of manual binding ip in DHCP server |
hwDHCPSGlobalPoolExpiredBindingNum | 1.3.6.1.4.1.2011.5.7.2.1.26 | integer32 | read-only |
The total number of expired binding ip in DHCP server |
hwDHCPSInterfacePoolNumber | 1.3.6.1.4.1.2011.5.7.2.1.27 | integer32 | read-only |
The total number of DHCP server interface pools |
hwDHCPSInterfacePoolAutoBindingNum | 1.3.6.1.4.1.2011.5.7.2.1.28 | integer32 | read-only |
The total number of auto binding ip in DHCP server interface pools |
hwDHCPSInterfacePoolManualBindingNum | 1.3.6.1.4.1.2011.5.7.2.1.29 | integer32 | read-only |
The total number of manual binding ip in DHCP server interface pool |
hwDHCPSInterfacePoolExpiredBindingNum | 1.3.6.1.4.1.2011.5.7.2.1.30 | integer32 | read-only |
The total number of expired binding ip in DHCP server interface pool |
hwDHCPSBadPktNum | 1.3.6.1.4.1.2011.5.7.2.1.31 | integer32 | read-only |
The total number of the bad packets received by DHCP server |
hwDHCPSBootRequestPktNum | 1.3.6.1.4.1.2011.5.7.2.1.32 | integer32 | read-only |
The total number of the boot request packets recieved by DHCP Server from DHCP clients |
hwDHCPSDiscoverPktNum | 1.3.6.1.4.1.2011.5.7.2.1.33 | integer32 | read-only |
The total number of the DHCP Discover packets received from the DHCP clients |
hwDHCPSRequestPktNum | 1.3.6.1.4.1.2011.5.7.2.1.34 | integer32 | read-only |
The total number of the DHCP Request packets received from the DHCP clients |
hwDHCPSDeclinePktNum | 1.3.6.1.4.1.2011.5.7.2.1.35 | integer32 | read-only |
The total number of the DHCP Decline packets received from the DHCP clients |
hwDHCPSReleasePktNum | 1.3.6.1.4.1.2011.5.7.2.1.36 | integer32 | read-only |
The total number of the DHCP Release packets received from the DHCP clients |
hwDHCPSInformPktNum | 1.3.6.1.4.1.2011.5.7.2.1.37 | integer32 | read-only |
The total number of the DHCP Inform packets received from the DHCP clients |
hwDHCPSBootReplyPktNum | 1.3.6.1.4.1.2011.5.7.2.1.38 | integer32 | read-only |
The total number of the boot reply packets sent by DHCP server to DHCP clients |
hwDHCPSOfferPktNum | 1.3.6.1.4.1.2011.5.7.2.1.39 | integer32 | read-only |
The total number of the DHCP Offer packets sent by the DHCP server |
hwDHCPSAckPktNum | 1.3.6.1.4.1.2011.5.7.2.1.40 | integer32 | read-only |
The total number of the DHCP Ack packets sent by the DHCP server |
hwDHCPSNakPktNum | 1.3.6.1.4.1.2011.5.7.2.1.41 | integer32 | read-only |
The total number of the DHCP Nak packets sent by the DHCP server |
hwDHCPSStatisticsReset | 1.3.6.1.4.1.2011.5.7.2.1.42 | integer | read-write |
Reset the above statictics information of packets received and sent by the DHCP server. The value 1 means clear the statictics information Enumeration: 'reset': 1, 'invalid': 0. |
hwDHCPChastenTable | 1.3.6.1.4.1.2011.5.7.2.1.43 | no-access |
A table for configuring parameters of chasten , which don't allow to deal with packet of clients |
|
1.3.6.1.4.1.2011.5.7.2.1.43.1 | no-access |
An entry for configuring parameters of chasten |
||
hwDHCPChastenIndex | 1.3.6.1.4.1.2011.5.7.2.1.43.1.1 | integer32 | read-only |
Slot of LPU |
hwDHCPChastenPktNum | 1.3.6.1.4.1.2011.5.7.2.1.43.1.2 | integer32 | read-only |
The threshold number of DHCP Discover packet |
hwDHCPChastenAutenPktNum | 1.3.6.1.4.1.2011.5.7.2.1.43.1.3 | integer32 | read-only |
The threshold number of DHCP Discover packet |
hwDHCPChastenCheckPeriod | 1.3.6.1.4.1.2011.5.7.2.1.43.1.4 | integer32 | read-only |
The period of checking |
hwDHCPChastenChastenPeriod | 1.3.6.1.4.1.2011.5.7.2.1.43.1.5 | integer32 | read-only |
The period of chasten |
hwDHCPChastenChastenRowStatus | 1.3.6.1.4.1.2011.5.7.2.1.43.1.6 | rowstatus | read-only |
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 suboption, you must specify suboption type and value |
hwDHCPSIPPOOLForbiddenIPTable | 1.3.6.1.4.1.2011.5.7.2.1.45 | no-access |
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.45.1 | no-access |
An entry for configuring forbidden ip to DHCP server |
||
hwDHCPSIPPOOLForbiddenIPStart | 1.3.6.1.4.1.2011.5.7.2.1.45.1.1 | ipaddress | read-only |
Start ip address of forbidden ip |
hwDHCPSIPPOOLForbiddenIPEnd | 1.3.6.1.4.1.2011.5.7.2.1.45.1.2 | ipaddress | read-only |
End ip address of forbidden ip |
hwDHCPSIPPOOLForbiddenIPVRFName | 1.3.6.1.4.1.2011.5.7.2.1.45.1.3 | octet string | read-only |
Index: the VRFNAME of forbidden ip. |
hwDHCPSIPPOOLForbiddenIPRowStatus | 1.3.6.1.4.1.2011.5.7.2.1.45.1.4 | rowstatus | read-only |
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) |
hwDHCPSIPPOOLConflictIPTable | 1.3.6.1.4.1.2011.5.7.2.1.46 | no-access |
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.46.1 | no-access |
An entry for displaying the information of conflict ip for DHCP server |
||
hwDHCPSIPPOOLConflictIP | 1.3.6.1.4.1.2011.5.7.2.1.46.1.1 | ipaddress | read-only |
Conflict ip address |
hwDHCPSIPPOOLConflictIPVRFName | 1.3.6.1.4.1.2011.5.7.2.1.46.1.2 | octet string | read-only |
Index: the VRFNAME of conflict ip. |
hwDHCPSIPPOOLConflictIPType | 1.3.6.1.4.1.2011.5.7.2.1.46.1.3 | integer | read-only |
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 Enumeration: 'arp': 2, 'ping': 1. |
hwDHCPSIPPOOLConflictIPDetectTime | 1.3.6.1.4.1.2011.5.7.2.1.46.1.4 | octet string | read-only |
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 |
hwDHCPThroughPacket | 1.3.6.1.4.1.2011.5.7.2.1.47 | truthvalue | read-write |
Set client request packet through |
hwDHCPServerMIBConformance | 1.3.6.1.4.1.2011.5.7.2.2 | |||
hwDHCPServerMIBCompliances | 1.3.6.1.4.1.2011.5.7.2.2.1 | |||
hwDHCPServerMIBCompliance | 1.3.6.1.4.1.2011.5.7.2.2.1.1 |
The compliance statement for systems supporting this module. |
||
hwDHCPServerMIBGroups | 1.3.6.1.4.1.2011.5.7.2.2.2 | |||
hwDHCPServerMIBGroup | 1.3.6.1.4.1.2011.5.7.2.2.2.1 |
The basic collection of objects providing management of DHCP server. |