HUAWEI-DHCP-PROXY-MIB: View SNMP OID List / Download MIB
VENDOR: HUAWEI
Home | MIB: HUAWEI-DHCP-PROXY-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 |
hwDhcpProxy | 1.3.6.1.4.1.2011.5.18 |
The MIB is used for defining Huawei's DHCP attribute. It includes DHCP L3 Relay, DHCP Proxy, DHCP Option82, DHCP User Log, and DHCP Simulation. |
||
hwDhcpMibObject | 1.3.6.1.4.1.2011.5.18.1 | |||
hwDhcpGroupTable | 1.3.6.1.4.1.2011.5.18.1.1 | no-access |
Describes the DHCP server group, including IP addresses of the primary DHCP server and secondary server in each group. It supports the create, modify, delete, and query operations. The index of this table is hwDhcpGroupID. |
|
1.3.6.1.4.1.2011.5.18.1.1.1 | no-access |
Describes the DHCP server group, including IP addresses of the primary DHCP server and secondary server in each group. It supports the create, modify, delete, and query operations. The index of this entry is hwDhcpGroupID. |
||
hwDhcpGroupID | 1.3.6.1.4.1.2011.5.18.1.1.1.1 | integer32 | read-only |
Indicates the index of the DHCP server group. Range: 0C19 |
hwIpDhcpServerAddress1 | 1.3.6.1.4.1.2011.5.18.1.1.1.2 | ipaddress | read-write |
Indicates the IP address of the first server in the DHCP server group. It must be a valid unicast IP address and must be different from existing IP addresses in other server groups. |
hwIpDhcpServerAddress2 | 1.3.6.1.4.1.2011.5.18.1.1.1.3 | ipaddress | read-write |
Indicates the IP address of the second server in the DHCP server group. It must be a valid unicast IP address, must be different from existing IP addresses in other server groups, and must be different from hwIpDhcpServerAddress1. When hwIpDhcpServerAddress1 is not configured, hwIpDhcpServerAddress2 cannot be configured. |
hwDhcpRowStatus | 1.3.6.1.4.1.2011.5.18.1.1.1.4 | rowstatus | read-only |
Row status, used for configuring the DHCP server group. Options: 1. active(1) -when this leaf is queried, the value is fixed to active(1). 2. createAndGo(4) -create a DHCP server group 3. destroy(6) -delete a DHCP server group To create a DHCP server group, specify the index and leaf hwIpDhcpServerAddress1 (other leaves are optional), set hwDhcpRowStatus to createAndGo, and perform the set operation. To modify a DHCP server group, specify the index and leaf hwIpDhcpServerAddress1 (other leaves are optional) and perform the set operation. To delete a DHCP server group, specify index hwDhcpGroupID, set hwDhcpRowStatus to destroy(6), and perform the set operation. In the query operation, the value of this leaf is always active(1). |
hwIpDhcpCurrentServerAddress | 1.3.6.1.4.1.2011.5.18.1.1.1.5 | ipaddress | read-only |
Indicates the IP address of the current server in the DHCP server group. It is a read-only leaf and is meaningful only when the DHCP server works in the backup mode. If the server does not work in the backup mode, it is 0.0.0.0 by default. |
hwIpDhcpServerAddress3 | 1.3.6.1.4.1.2011.5.18.1.1.1.6 | ipaddress | read-write |
Indicates the IP address of the third server in the DHCP server group. It must be a valid unicast IP address, must be different from existing IP addresses in other server groups, and must be different from hwIpDhcpServerAddress1 or hwIpDhcpServerAddress2. When hwIpDhcpServerAddress1 and hwIpDhcpServerAddress2 are not configured, hwIpDhcpServerAddress3 cannot be configured. |
hwIpDhcpServerAddress4 | 1.3.6.1.4.1.2011.5.18.1.1.1.7 | ipaddress | read-write |
Indicates the IP address of the fourth server in the DHCP server group. It must be a valid unicast IP address, must be different from existing IP addresses in other server groups, and must be different from hwIpDhcpServerAddress1, hwIpDhcpServerAddress2, or hwIpDhcpServerAddress3. When hwIpDhcpServerAddress1, hwIpDhcpServerAddress2, and hwIpDhcpServerAddress3 are not configured, hwIpDhcpServerAddress4 cannot be configured. |
hwDhcpSecurityTable | 1.3.6.1.4.1.2011.5.18.1.2 | no-access |
A table containing the information of dhcp security. If security feature is supported by DHCP, add/delete table item of the user address, whose IP is the index. dhcp relay records in the table the IP address and MAC address of the legal user who acquire the IP address through relay. Through this table, the information of legal users can be queried. Moreover, in order to meet the needs of users to configure fixed IP address. This table enables the information configuration of the legal user with a fixed IP address. Specify the IP address, MAC address and the property of the static/dynamic address to implement the create operation. The index of this table is hwDhcpClientIpAddress. |
|
1.3.6.1.4.1.2011.5.18.1.2.1 | no-access |
A table containing the information of dhcp security. If security feature is supported by DHCP, add/delete table item of the user address, whose IP is the index. dhcp relay records in the table the IP address and MAC address of the legal user who acquire the IP address through relay. Through this table, the information of legal users can be queried. Moreover, in order to meet the needs of users to configure fixed IP address. This table enables the information configuration of the legal user with a fixed IP address. Specify the IP address, MAC address and the property of the static/dynamic address to implement the create operation. The index of this entry is hwDhcpClientIpAddress. |
||
hwDhcpClientIpAddress | 1.3.6.1.4.1.2011.5.18.1.2.1.1 | ipaddress | read-only |
The client IP address. |
hwDhcpClientMacAddress | 1.3.6.1.4.1.2011.5.18.1.2.1.2 | macaddress | read-write |
The client MAC address. |
hwDhcpClientProperty | 1.3.6.1.4.1.2011.5.18.1.2.1.3 | integer | read-write |
Property of client. Options: 1. static(1) -indicates client property is static 2. dynamic(2) -indicates client property is dynamic Enumeration: 'static': 1, 'dynamic': 2. |
hwDhcpClientRowStatus | 1.3.6.1.4.1.2011.5.18.1.2.1.4 | rowstatus | read-only |
Status of this table's entry. |
hwDhcpToL3IfTable | 1.3.6.1.4.1.2011.5.18.1.3 | no-access |
Describes the binding between the VLAN interface and the DHCP server group. It supports the create, query, and modify operations. The index of this table is hwDhcpToL3VlanIfIndex. |
|
1.3.6.1.4.1.2011.5.18.1.3.1 | no-access |
Describes the binding between the VLAN interface and the DHCP server group. It supports the create, query, and modify operations. The index of this entry is hwDhcpToL3VlanIfIndex. |
||
hwDhcpToL3VlanIfIndex | 1.3.6.1.4.1.2011.5.18.1.3.1.1 | integer32 | read-only |
Indicates binding to the VLAN ID of the DHCP server group. It uses hwVlanInterfaceID of hwVlanInterfaceTable. Range: 1C4093 |
hwDhcpToL3GroupId | 1.3.6.1.4.1.2011.5.18.1.3.1.2 | integer32 | read-write |
Indicates the corresponding DHCP server group of the VLAN interface. Range: 0-20 In the configuration, if the value of hwDhcpToL3GroupId is in the range of 0C19, ensure that the server group corresponding to this ID exists. Value 20 of hwDhcpToL3GroupId indicates unbinding. In the query, if this interface is not bound to any server group, value 20 of hwDhcpToL3GroupId is returned. |
hwDhcpToL3AddressCheck | 1.3.6.1.4.1.2011.5.18.1.3.1.3 | integer | read-write |
If dhcp security check enabled for this vlan virtual interface. By default, it is disabled. Options: 1. enabled(1) -indicates dhcp security check is enabled 2. disabled(2) -indicates dhcp security check is disabled Enumeration: 'disabled': 2, 'enabled': 1. |
hwDhcpToL3RowStatus | 1.3.6.1.4.1.2011.5.18.1.3.1.4 | rowstatus | read-only |
Indicates the row status, used to configure the corresponding DHCP server group of the VLAN interface. Options: 1. active(1) -when this leaf is queried, the value is fixed to active(1). 2. createAndGo(4) -create a binding between the VLAN interface and the DHCP server group 3. destroy(6) -delete a binding between the VLAN interface and the DHCP server group Creates the binding between the VLAN interface and the DHCP server group. Specify the index and hwDhcpToL3GroupId, set hwDhcpToL3RowStatus to createAndGo(4), and perform the set operation. In the query operation, the value of this leaf is always active(1). Modifies the binding between the VLAN interface and the DHCP server group. Specify the index and hwDhcpToL3GroupId, set hwDhcpToL3RowStatus to active(1), and perform the set operation. Value 20 of hwDhcpToL3GroupId indicates unbinding. Deletes the binding between the VLAN interface and the DHCP server group, Specify the index and hwDhcpToL3GroupId, set hwDhcpToL3RowStatus to destroy(6), and perform the set operation. |
hwDhcpPortPvcTable | 1.3.6.1.4.1.2011.5.18.1.4 | no-access |
Indicates DHCP pvc supported port management feature. The indexes of this table are ifIndex, hwAdsllinePvcVpi and hwAdslLinePvcVci. |
|
1.3.6.1.4.1.2011.5.18.1.4.1 | no-access |
Indicates DHCP pvc supported port management feature. The indexes of this entry are ifIndex, hwAdsllinePvcVpi and hwAdslLinePvcVci. |
||
hwDhcpPortPvcOption82AdminStatus | 1.3.6.1.4.1.2011.5.18.1.4.1.1 | truthvalue | read-write |
DHCP Option82 on pvc of port administer state: true(enable)/false(disable),the default is false. Options: 1. true(1) -indicates DHCP Option82 is on 2. false(2) -indicates DHCP Option82 is off |
hwDhcpPortPvcIPBindAdminStatus | 1.3.6.1.4.1.2011.5.18.1.4.1.2 | truthvalue | read-write |
IP Binding on pvc of port administer state: true(enable)/false(disable),the default is false. Options: 1. true(1) -indicates IP Binding is enabled 2. false(2) -indicates IP Binding is disabled |
hwDhcpPortPvcRowStatus | 1.3.6.1.4.1.2011.5.18.1.4.1.3 | rowstatus | read-only |
Row status. Add or delete a table item. Options: 1. active(1) -indicates query operation 2. createAndGo(4) -indicates creating operation 3. destroy(6) -indicates deleting operation |
hwDhcpPortTable | 1.3.6.1.4.1.2011.5.18.1.5 | no-access |
Indicates DHCP port management feature. The index of this table is ifIndex. |
|
1.3.6.1.4.1.2011.5.18.1.5.1 | no-access |
Indicates DHCP port management feature. The index of this entry is ifIndex. |
||
hwDhcpPortOption82AdminStatus | 1.3.6.1.4.1.2011.5.18.1.5.1.1 | truthvalue | read-write |
DHCP Option82 on port administer state: true(enable)/false(disable),the default is false. Options: 1. true(1) -indicates DHCP Option82 is on 2. false(2) -indicates DHCP Option82 is off |
hwDhcpPortUpLinkStatus | 1.3.6.1.4.1.2011.5.18.1.5.1.2 | truthvalue | read-write |
Up-link administer state, only a port on main board can be an up-link; true(yes)/false(no),the default is true. Options: 1. true(1) -indicates only a port on main board can be an up-link 2. false(2) -indicates not only a port on main board can be an up-link |
hwDhcpPortRowStatus | 1.3.6.1.4.1.2011.5.18.1.5.1.3 | rowstatus | read-only |
Row status. Add or delete a table item. |
hwDhcpDomainTable | 1.3.6.1.4.1.2011.5.18.1.6 | no-access |
Describes the DHCP domain information in the DHCP option 60 mode. It supports the query, create, modify, and delete operations. The index of this table is hwDhcpDomainName. |
|
1.3.6.1.4.1.2011.5.18.1.6.1 | no-access |
Describes the DHCP domain information in the DHCP option 60 mode. It supports the query, create, modify, and delete operations. The index of this entry is hwDhcpDomainName. |
||
hwDhcpDomainName | 1.3.6.1.4.1.2011.5.18.1.6.1.1 | octet string | read-only |
Indicates the DHCP domain name, which is used with the option 60 field in the user packets to differentiate various types of users in DHCP option 60 mode. Range: 1C32 characters The format is character string length+character ASCII length. For example, the length of 'hwdomain' is 8 and its corresponding octet string is 8.104.119.100.111.109.97.105.110. |
hwDhcpDomainGroupId | 1.3.6.1.4.1.2011.5.18.1.6.1.2 | integer32 | read-write |
Indicates the corresponding DHCP server group of the domain. It uses hwDhcpGroupID in hwDhcpGroupTable. Range: 0C20 0C19 indicates the ID of the server group; 20 indicates not binding with any server group. |
hwDhcpDomainRowStatus | 1.3.6.1.4.1.2011.5.18.1.6.1.3 | rowstatus | read-only |
Row status, used for configuring the DHCP domain name. Options: 1. active(1) -when this leaf is queried, the value is fixed to active(1). 2. createAndGo(4) -create a DHCP domain name 3. destroy(6) -delete a DHCP domain name Create a DHCP domain name, specify hwDhcpDomainName as the index, set hwDhcpDomainRowStatus to createAndGo(4), and perform the set operation. hwDhcpDomainGroupId is used to bind to a domain name or a DHCP server group. It is an optional leaf. In the query operation, the value of this leaf is always active(1). When modifying or configuring hwDhcpDomainGroupId, specify hwDhcpDomainName and hwDhcpDomainGroupId and perform the set operation. When deleting a DHCP domain name, specify hwDhcpDomainName, set hwDhcpDomainRowStatus to destroy(6), and perform the set operation. |
hwDhcpDomainGatewayLearn | 1.3.6.1.4.1.2011.5.18.1.6.1.4 | integer | read-write |
Indicates the function of automatically learning the relay IP addresses of the DHCP packets that belong to this domain. Data type:INTEGER Options: 1. enable(1) -enable the IP address learning function for the DHCP gateway 2. disable(2) -disable the IP address learning function for the DHCP gateway Access right: read-write Default: disable(2) Enumeration: 'enable': 1, 'disable': 2. |
hwDhcpMacRangeTable | 1.3.6.1.4.1.2011.5.18.1.7 | no-access |
Describes the DHCP MAC-range information in the DHCP MAC-range mode. It supports the query, create, modify, and delete operations. The index of this table is hwDhcpMacRangeName. |
|
1.3.6.1.4.1.2011.5.18.1.7.1 | no-access |
Describes the DHCP MAC-range information in the DHCP MAC-range mode. It supports the query, create, modify, and delete operations. The index of this entry is hwDhcpMacRangeName. |
||
hwDhcpMacRangeName | 1.3.6.1.4.1.2011.5.18.1.7.1.1 | octet string | read-write |
DHCP MAC-range, used with the user MAC addresses to differentiate various types of users in DHCP MAC-range mode. Range: 1C32 characters For example, the index of 'mran' is 4.109.114.97.110. |
hwDhcpMacRangeStart | 1.3.6.1.4.1.2011.5.18.1.7.1.2 | macaddress | read-write |
Indicates the start address of the MAC-range, which must be a valid unicast MAC address. The format is a 6-byte hexadecimal character string, for example, 0x00 0xe0 0xfc 0x11 0x00 0x00. |
hwDhcpMacRangeEnd | 1.3.6.1.4.1.2011.5.18.1.7.1.3 | macaddress | read-write |
Indicates the end address of the MAC-range, which must be a valid unicast MAC address. hwDhcpMacRangeEnd must be equal to or larger than hwDhcpMacRangeStart. The format is a 6-byte hexadecimal character string, for example, 0x00 0xe0 0xfc 0x11 0x00 0x00. |
hwDhcpMacRangeGroupId | 1.3.6.1.4.1.2011.5.18.1.7.1.4 | integer32 | read-write |
Indicates the DHCP server group relevant to the MAC-range. |
hwDhcpMacRangeRowStatus | 1.3.6.1.4.1.2011.5.18.1.7.1.5 | rowstatus | read-only |
Row status, used to create a MAC-range, modify a MAC-range, and bind a MAC-range to a DHCP server group. Options: 1. active(1) -in the query operation, the value of this leaf is always active(1). 2. createAndGo(4) -create a MAC-range to a DHCP server group 3. destroy(6) -delete a MAC-range to a DHCP server group To create a MAC-range, hwDhcpMacRangeName must be specified. At the same time, hwDhcpMacRangeStart and hwDhcpMacRangeEnd can be selected and configured. In addition, hwDhcpMacRangeGroupId can also be configured. Finally, set hwDhcpMacRangeRowStatus to createAndGo(4) and perform the set operation. The restrictions on the modify and create operations are the same, but the row status need not be bound. In the query operation, the value of this leaf is always active(1). In the delete operation, hwDhcpMacRangeName needs to be specified. Set hwDhcpDomainRowStatus to destroy(6) and perform the set operation. |
hwDhcpDomainGatewayTable | 1.3.6.1.4.1.2011.5.18.1.8 | no-access |
Describes the binding between the DHCP domain and gateway corresponding to the VLAN interface in the DHCP option 60 mode. It supports the modify and query operations. The indexes of this table are hwDhcpDomainGatewayVlanIfIndex and hwDhcpDomainGatewayDmName. |
|
1.3.6.1.4.1.2011.5.18.1.8.1 | no-access |
Describes the binding between the DHCP domain and gateway corresponding to the VLAN interface in the DHCP option 60 mode. It supports the modify and query operations. The indexes of this entry are hwDhcpDomainGatewayVlanIfIndex and hwDhcpDomainGatewayDmName. |
||
hwDhcpDomainGatewayVlanIfIndex | 1.3.6.1.4.1.2011.5.18.1.8.1.1 | integer32 | read-only |
Indicates the VLAN ID to be bound to the gateway. Range: 1C4093 |
hwDhcpDomainGatewayDmName | 1.3.6.1.4.1.2011.5.18.1.8.1.2 | octet string | read-only |
DHCP domain name. Range: 1C32 characters The format is character string length+character ASCII length. For example, the length of 'hwdomain' is 8 and its corresponding octet string is 8.104.119.100.111.109.97.105.110. |
hwDhcpDomainGateway | 1.3.6.1.4.1.2011.5.18.1.8.1.3 | ipaddress | read-write |
Indicates the gateway IP address bound to the VLAN interface in the DHCP domain. |
hwDhcpDomainGatewayRowStatus | 1.3.6.1.4.1.2011.5.18.1.8.1.4 | rowstatus | read-only |
Row status, used for binding a VLAN interface to a DHCP domain or gateway. Options: 1. active(1) -indicates query operation When modifying the binding between the DHCP domain and the gateway, configure hwDhcpDomainGateway to the gateway IP address to be bound to. Make sure that the IP address exists under the interface, and it can be the primary or secondary IP address of the interface. If the value is 0.0.0.0, it indicates that no gateway is bound to. In the query operation, the value of this leaf is always active(1). |
hwDhcpDomainGateway2 | 1.3.6.1.4.1.2011.5.18.1.8.1.5 | ipaddress | read-only |
Indicates the second gateway IP address bound to the VLAN interface in the DHCP domain. |
hwDhcpDomainGateway3 | 1.3.6.1.4.1.2011.5.18.1.8.1.6 | ipaddress | read-only |
Indicates the third gateway IP address bound to the VLAN interface in the DHCP domain. |
hwDhcpMacGatewayTable | 1.3.6.1.4.1.2011.5.18.1.9 | no-access |
Describes the binding between the VLAN interface and the gateway in the DHCP MAC-range mode. It supports the query and modify operations. The indexes of this table are hwDhcpMacGatewayVlanIfIndex and hwDhcpMacGatewayMacName. |
|
1.3.6.1.4.1.2011.5.18.1.9.1 | no-access |
Describes the binding between the VLAN interface and the gateway in the DHCP MAC-range mode. It supports the query and modify operations. The indexes of this entry are hwDhcpMacGatewayVlanIfIndex and hwDhcpMacGatewayMacName. |
||
hwDhcpMacGatewayVlanIfIndex | 1.3.6.1.4.1.2011.5.18.1.9.1.1 | integer32 | read-only |
Indicates the VLAN ID to be bound to. Range: 1C4093 |
hwDhcpMacGatewayMacName | 1.3.6.1.4.1.2011.5.18.1.9.1.2 | octet string | read-only |
Indicates the name of the DHCP MAC-range. It uses hwDhcpMacRangeName in hwDhcpMacRangeTable. Range: 1C32 characters |
hwDhcpMacGateway | 1.3.6.1.4.1.2011.5.18.1.9.1.3 | ipaddress | read-write |
Indicates the gateway IP address bound to the VLAN interface in the DHCP MAC-range. It uses hwVlanIpAddress (primary IP address) in hwVlanInterfaceTable. Make sure that the IP address exists under the interface, and it can be the primary or secondary IP address of the interface. If the value is 0.0.0.0, it indicates that no gateway is bound to. |
hwDhcpMacGatewayRowStatus | 1.3.6.1.4.1.2011.5.18.1.9.1.4 | rowstatus | read-only |
Row status, used to bind a MAC-range to the gateway IP address. In the modify operation, specify hwDhcpMacGateway and perform the set operation. In the query operation, the value of this leaf is always active(1). Options: 1. active(1) -in the query operation, the value of this leaf is always active(1). |
hwDhcpOption82StatisticsTable | 1.3.6.1.4.1.2011.5.18.1.10 | no-access |
Describes the statistics of various DHCP packets received on the DHCP L2 relay. It supports the query and set operations. The index of this table is ifIndex. |
|
1.3.6.1.4.1.2011.5.18.1.10.1 | no-access |
Describes the statistics of various DHCP packets received on the DHCP L2 relay. It supports the query and set operations. The index of this entry is ifIndex. |
||
hwDhcpOption82ReceiveUntrust | 1.3.6.1.4.1.2011.5.18.1.10.1.1 | counter32 | read-only |
Indicates the total number of DHCP packets containing the untrust option 82 information. Range: 0-4294967295 |
hwDhcpOption82ReceiveOverLength | 1.3.6.1.4.1.2011.5.18.1.10.1.2 | counter32 | read-only |
Indicates the total number of DHCP packets that exceed the maximum packet length after option 82 is added. Range: 0-4294967295 |
hwDhcpOption82ReceiveDiscover | 1.3.6.1.4.1.2011.5.18.1.10.1.3 | counter32 | read-only |
Indicates the total number of received DHCP discover packets. Range: 0-4294967295 |
hwDhcpOption82ReceiveOffer | 1.3.6.1.4.1.2011.5.18.1.10.1.4 | counter32 | read-only |
Indicates the total number of received DHCP offer packets. Range: 0-4294967295 |
hwDhcpOption82ReceiveRequest | 1.3.6.1.4.1.2011.5.18.1.10.1.5 | counter32 | read-only |
Indicates the total number of received DHCP request packets. Range: 0-4294967295 |
hwDhcpOption82ReceiveDecline | 1.3.6.1.4.1.2011.5.18.1.10.1.6 | counter32 | read-only |
Indicates the total number of received DHCP decline packets. Range: 0-4294967295 |
hwDhcpOption82ReceiveAck | 1.3.6.1.4.1.2011.5.18.1.10.1.7 | counter32 | read-only |
Indicates the total number of received DHCP ACK packets. Range: 0-4294967295 |
hwDhcpOption82ReceiveNak | 1.3.6.1.4.1.2011.5.18.1.10.1.8 | counter32 | read-only |
Indicates the total number of received DHCP NAK packets. Range: 0-4294967295 |
hwDhcpOption82ReceiveRelease | 1.3.6.1.4.1.2011.5.18.1.10.1.9 | counter32 | read-only |
Indicates the total number of received DHCP release packets. Range: 0-4294967295 |
hwDhcpOption82ReceiveInform | 1.3.6.1.4.1.2011.5.18.1.10.1.10 | counter32 | read-only |
Indicates the total number of received DHCP inform packets. Range: 0-4294967295 |
hwDhcpOption82StatisticsClear | 1.3.6.1.4.1.2011.5.18.1.10.1.11 | integer | read-write |
Resets the statistics of DHCP packets. Set it to clear(1) and perform the set operation. Options: 1. clear(1) -resets the statistics of DHCP packets Enumeration: 'clear': 1. |
hwDhcpOption82ReceiveOverMaxOption82Size | 1.3.6.1.4.1.2011.5.18.1.10.1.12 | counter32 | read-only |
Indicates the total number of received DHCP packets that exceed the maximum option 82 length after the option 82 information is added. |
hwDhcpOption82Status | 1.3.6.1.4.1.2011.5.18.1.16 | integer | read-write |
Indicates the status of the global DHCP Option82 switch. Options: 1. enable(1) -indicates adding a vendor tag to or deleting it from the DHCP packet on the device. 2. disable(2) -indicates not adding a vendor tag to or deleting it from the DHCP packet on the device. 3. forward(3) -indicates not processing the vendor tag of the DHCP packet. In this case, the packet is transparently transmitted. 4. rebuild(4) -indicates rebuild the vendor tag from the ONU device,to meet the TR-156 needs. Default: disable(2) Enumeration: 'forward': 3, 'rebuild': 4, 'enable': 1, 'disable': 2. |
hwDhcpRelayMode | 1.3.6.1.4.1.2011.5.18.1.17 | integer | read-write |
Describes the current DHCP forwarding mode of the system. Options: 1. layer2(3) -indicates L2 mode 2. layer3(1) -indicates L3 mode Default: layer2(3) Enumeration: 'layer3': 1, 'layer2': 3. |
hwDhcpServerSelectMode | 1.3.6.1.4.1.2011.5.18.1.18 | integer | read-write |
Describes the global DHCP server selection mode in the DHCP L3 relay mode. Currently, there are three modes: standard mode, option 60 mode, and MAC-range mode. Options: 1. standard(1) -indicates the standard mode 2. option60(2) -indicates the domain mode 3. macRange(3) -indicates the MAC-range mode Default: standard(1) Enumeration: 'macRange': 3, 'option60': 2, 'standard': 1. |
hwDhcpMaxLenAppendOp82 | 1.3.6.1.4.1.2011.5.18.1.19 | integer32 | read-write |
Indicates the allowable maximum length of a DHCP packet. Range: 500-1500 Unit: byte Default: 1500 bytes |
hwDhcpCIDState | 1.3.6.1.4.1.2011.5.18.1.20 | truthvalue | read-write |
Circuit-id writing state,true(writing to DHCP packet)/false(not writing to DHCP packet). Default: true(1) |
hwDhcpRIDState | 1.3.6.1.4.1.2011.5.18.1.21 | truthvalue | read-write |
Remote-id writing state,true(writing to DHCP packet)/false(not writing to DHCP packet). Default: true(1) |
hwDhcpSuboption90Status | 1.3.6.1.4.1.2011.5.18.1.22 | integer | read-write |
Indicates the status of Suboption90 of DHCP Option82. Options: 1. enable(1) -enable Suboption90 of DHCP Option82 2. disable(2) -disable Suboption90 of DHCP Option82 Default: disable(2) Enumeration: 'enable': 1, 'disable': 2. |
hwDhcpRelayServerMode | 1.3.6.1.4.1.2011.5.18.1.23 | integer | read-write |
Configures the working mode of the DHCP server. Options: 1. shareload(1) -indicates the load balancing mode. In this mode, the system forwards all DHCP packets from the user to all servers in the DHCP server group. 2. backup(2) -indicates the backup mode. In this mode, the system forwards packets from the user to only the primary server in the DHCP server group. When the primary server is disconnected, the packets are forwarded to the secondary server. Default: shareload(1) Enumeration: 'shareload': 1, 'backup': 2. |
hwDhcpServerReplyMaxTime | 1.3.6.1.4.1.2011.5.18.1.24 | integer32 | read-write |
Configures or queries the response timeout time of packets of the DHCP server when the server works in the backup mode. Range: 1C60 Unit: second Default: 1 |
hwDhcpServerReplyOvertimeMaxTimes | 1.3.6.1.4.1.2011.5.18.1.25 | integer32 | read-write |
Configures or queries the response timeout times of packets of the DHCP server when the server works in the backup mode. Range: 1C255 Default: 1 |
hwDhcpSuboptionTable | 1.3.6.1.4.1.2011.5.18.1.26 | no-access |
Indicates DHCP suboption feature. The index of this table is hwDhcpSuboptionIndex. |
|
1.3.6.1.4.1.2011.5.18.1.26.1 | no-access |
Indicates DHCP suboption feature. The index of this entry is hwDhcpSuboptionIndex. |
||
hwDhcpSuboptionIndex | 1.3.6.1.4.1.2011.5.18.1.26.1.1 | integer32 | read-only |
The index of DHCP suboption: index 1 stand for suboption 0x81; index 2 stand for suboption 0x82; index 3 stand for suboption 0x83; index 4 stand for suboption 0x84; index 5 stand for suboption 0x85; index 6 stand for suboption 0x86; index 7 stand for suboption 0x87; index 8 stand for suboption 0x88; index 9 stand for suboption 0x89; index 10 stand for suboption 0x8a; index 11 stand for suboption 0x8b; index 12 stand for suboption 0x8c; index 13 stand for suboption 0x8d; index 14 stand for suboption 0x8e; index 15 stand for suboption 0x90; |
hwDhcpSuboptionStatus | 1.3.6.1.4.1.2011.5.18.1.26.1.2 | truthvalue | read-write |
The configuration of DHCP suboption: true(enable)/false(disable),the default is false.. hwDhcpSuboptionStatus OBJECT-TYPE |
hwDhcpSuboption7Status | 1.3.6.1.4.1.2011.5.18.1.27 | integer | read-write |
Indicates the status of Suboption7 of DHCP Option82. Options: 1. enable(1) -indicates the Suboption7 of DHCP Option82 is enabled 2. disable(2) -indicates the Suboption7 of DHCP Option82 is disabled Default: disable(2) Enumeration: 'enable': 1, 'disable': 2. |
hwDhcpProxyStatus | 1.3.6.1.4.1.2011.5.18.1.28 | integer | read-write |
Describes the current status of the DHCP proxy switch. Options: 1. enable(1) -enable DHCP proxy 2. disable(2) -disable DHCP proxy Default: disable(2) Perform the query and modify operations through get and set operations. Enumeration: 'enable': 1, 'disable': 2. |
hwDhcpLeaseTime | 1.3.6.1.4.1.2011.5.18.1.29 | integer32 | read-write |
Describes the DHCP proxy lease time of the system. Range: 0, 300-10080 Unit: minute Default: 0 indicates that the lease time is not set. Perform the query and modify operations through get and set operations. |
hwDhcpServerSelectModeByVlanTable | 1.3.6.1.4.1.2011.5.18.1.30 | no-access |
Describes the DHCP server selection mode of the VLAN and supports the query and modify operations. The index of this table is hwVlanIndex. |
|
1.3.6.1.4.1.2011.5.18.1.30.1 | no-access |
Describes the DHCP server selection mode of the VLAN and supports the query and modify operations. The index of this entry is hwVlanIndex. |
||
hwDhcpServerSelectModeByVlan | 1.3.6.1.4.1.2011.5.18.1.30.1.1 | integer | read-write |
Indicates the DHCP server selection mode of the VLAN interface. Options: 1. standard(1) -indicates the standard mode 2. option60(2) -indicates the domain mode 3. macRange(3) -indicates the MAC-range mode Default: standard(1) Enumeration: 'macRange': 3, 'option60': 2, 'standard': 1. |
hwDhcpServerSelectModeByVlanRowStatus | 1.3.6.1.4.1.2011.5.18.1.30.1.2 | rowstatus | read-only |
Row status, used to set the DHCP server selection mode of the VLAN interface. Options: 1. active(1) -when this leaf is queried, the value is fixed to active(1). 2. createAndGo(4) -create a DHCP server selection mode of the VLAN interface 3. destroy(6) -delete a DHCP server selection mode of the VLAN interface To create the DHCP server selection mode of the VLAN interface, bind to hwDhcpServerSelectModeByVlan, set hwDhcpServerSelectModeByVlanRowStatus to createAndGo, and then perform the set operation. In the query operation, the value of this leaf is always active(1). To modify the DHCP server selection mode of the VLAN interface, specify hwDhcpServerSelectModeByVlan and perform the set operation. To delete the DHCP server selection mode of the VLAN interface and use the global selection mode, specify hwDhcpServerSelectModeByVlan, set hwDhcpServerSelectModeByVlanRowStatus to destroy(6), and perform the set operation. |
hwDhcpUserTable | 1.3.6.1.4.1.2011.5.18.1.31 | no-access |
Provides the function of DHCP proxy user management, including querying the user information and forcing a user to go offline. The index of this table is hwDhcpUserIndex. |
|
1.3.6.1.4.1.2011.5.18.1.31.1 | no-access |
Provides the function of DHCP proxy user management, including querying the user information and forcing a user to go offline. The index of this entry is hwDhcpUserIndex. |
||
hwDhcpUserIndex | 1.3.6.1.4.1.2011.5.18.1.31.1.1 | integer32 | read-only |
Indicates the DHCP proxy user index. Range: 0-4095 |
hwDhcpUserPortIndex | 1.3.6.1.4.1.2011.5.18.1.31.1.2 | integer32 | read-only |
Indicates the index of the port where the DHCP user resides. Its algorithm and value are the same as ifIndex. |
hwDhcpUserFlowID | 1.3.6.1.4.1.2011.5.18.1.31.1.3 | integer32 | read-only |
Indicates the ID of the service where the DHCP user resides. Here it indicates the service port ID created by the current device. The service port index on the NMS is 1 larger than the service port index on the host. |
hwDhcpUserVlanID | 1.3.6.1.4.1.2011.5.18.1.31.1.4 | integer32 | read-only |
Indicates the DHCP user VLAN index. Range: 1-4093 |
hwDhcpUserIpAddress | 1.3.6.1.4.1.2011.5.18.1.31.1.5 | ipaddress | read-only |
Indicates the IP address of the DHCP user dynamically obtained from the DHCP server, in dotted decimal notation, for example, 10.11.104.10. |
hwDhcpUserMACAddress | 1.3.6.1.4.1.2011.5.18.1.31.1.6 | macaddress | read-only |
Indicates the MAC address of the DHCP user. The format is a 6-byte hexadecimal character string, for example, 0x00 0xe0 0xfc 0x11 0x00 0x00. |
hwDhcpUserServerIpAddress | 1.3.6.1.4.1.2011.5.18.1.31.1.7 | ipaddress | read-only |
Indicates the IP address of the DHCP server to which the DHCP user belongs, in dotted decimal notation, for example, 10.11.104.10. |
hwDhcpUserLeaseTime | 1.3.6.1.4.1.2011.5.18.1.31.1.8 | integer32 | read-only |
Indicates the lease time of the DHCP user. Unit: second |
hwDhcpUserRowStatus | 1.3.6.1.4.1.2011.5.18.1.31.1.9 | rowstatus | read-only |
Indicates the row status, used to query and delete the DHCP proxy user. The set operation supports only destroy(6). During query, active(1) is fixedly returned for this leaf. Options: 1. active(1) -when this leaf is queried, the value is fixed to active(1). 2. destroy(6) -delete a DHCP proxy user |
hwDhcpDomainServerInVlanTable | 1.3.6.1.4.1.2011.5.18.1.32 | no-access |
Describes the binding between the VLAN interface and the DHCP server group in the domain mode. It supports the query, create, modify, and delete operations. The indexes of this table are hwVlanIndex and hwDhcpDomainName. hwVlanIndex is imported from hwVlanMIBTable in HUAWEI-VLAN-MIB. hwDhcpDomainName is imported from hwDhcpDomainTable. |
|
1.3.6.1.4.1.2011.5.18.1.32.1 | no-access |
Describes the binding between the VLAN interface and the DHCP server group in the domain mode. It supports the query, create, modify, and delete operations. The indexes of this entry are hwVlanIndex and hwDhcpDomainName. hwVlanIndex is imported from hwVlanMIBTable in HUAWEI-VLAN-MIB. hwDhcpDomainName is imported from hwDhcpDomainTable. |
||
hwDhcpDomainServerInVlan | 1.3.6.1.4.1.2011.5.18.1.32.1.1 | integer32 | read-write |
Indicates the ID of the DHCP. It uses hwDhcpGroupID in hwDhcpGroupTable. Range: 0C19 |
hwDhcpDomainServerInVlanRowStatus | 1.3.6.1.4.1.2011.5.18.1.32.1.2 | rowstatus | read-only |
Row status, used to configure the DHCP server group bound to a domain under a VLAN. Options: 1. active(1) -when this leaf is queried, the value is fixed to active(1). 2. createAndGo(4) -create a binding between a domain under a VLAN to a DHCP server group 3. destroy(6) -delete the binding between a domain under a VLAN to the DHCP server group To create the binding between a domain under a VLAN to a DHCP server group, specify the index and hwDhcpDomainServerInVlan, set hwDhcpDomainServerInVlanRowStatus to createAndGo(4), and perform the set operation. To modify the binding between a domain under a VLAN to a DHCP server group, specify the index and hwDhcpDomainServerInVlan and perform the set operation. To delete the binding between a domain under a VLAN to the DHCP server group, specify the index and hwDhcpDomainServerInVlan, set hwDhcpDomainServerInVlanRowStatus to destroy(6), and perform the set operation. In the query operation, the value of this leaf is always active(1). |
hwDhcpMacServerInVlanTable | 1.3.6.1.4.1.2011.5.18.1.33 | no-access |
Describes the binding between the VLAN interface and the DHCP server group in the MAC-range mode. It supports the create, modify, delete, and query operations. The indexes of this table are hwVlanIndex and hwDhcpMacRangeName. hwVlanIndex is imported from hwVlanMIBTable in HUAWEI-VLAN-MIB. hwDhcpMacRangeName is imported from hwDhcpMacRangeTable. |
|
1.3.6.1.4.1.2011.5.18.1.33.1 | no-access |
Describes the binding between the VLAN interface and the DHCP server group in the MAC-range mode. It supports the create, modify, delete, and query operations. The indexes of this entry are hwVlanIndex and hwDhcpMacRangeName. hwVlanIndex is imported from hwVlanMIBTable in HUAWEI-VLAN-MIB. hwDhcpMacRangeName is imported from hwDhcpMacRangeTable. |
||
hwDhcpMacServerInVlan | 1.3.6.1.4.1.2011.5.18.1.33.1.1 | integer32 | read-write |
Indicates the ID of the DHCP. It uses hwDhcpGroupID in hwDhcpGroupTable. Range: 0C19 |
hwDhcpMacServerInVlanRowStatus | 1.3.6.1.4.1.2011.5.18.1.33.1.2 | rowstatus | read-only |
Row status, used to configure the gateway IP address to which the MAC-range is bound. Options: 1. active(1) -when this leaf is queried, the value is fixed to active(1). 2. createAndGo(4) -create the binding between the MAC-range and the gateway IP address 3. destroy(6) -delete the binding between the MAC-range and the gateway IP address To create the binding between the MAC-range and the gateway IP address, specify the index first. The index is in the format of VLAN ID+MAC-range character length+ASCII value of each character. For example, to configure the DHCP server group for MAC-range 'abc' under VLAN1, the index value is 1.3.97.98.99. Then, specify hwDhcpMacServerInVlan, set hwDhcpMacServerInVlanRowStatus to createAndGo(4), and perform the set operation. To modify the binding between the MAC-range and the gateway IP address, specify the index and hwDhcpMacServerInVlan and perform the set operation. In the query operation, the value of this leaf is always active(1). To delete the binding between the MAC-range and the gateway IP address, specify the index and hwDhcpMacServerInVlan, set hwDhcpMacServerInVlanRowStatus to destroy(6), and perform the set operation. |
hwDhcpRelayInterfaceSrcip | 1.3.6.1.4.1.2011.5.18.1.34 | integer | read-write |
Configures or queries the filling mode of the source IP address of the current DHCP-relay upstream packet. Options: 1. receive(1) -indicates that in the DHCP packet sent from the relay to the server, the source IP address is set to the IP address of the Rx interface (user-side interface). 2. send(2) -indicates that in the DHCP packet sent from the relay to the server, the source IP address is set to the IP address of the Tx interface (network-side interface). Default: receive(1) Enumeration: 'receive': 1, 'send': 2. |
hwDhcpRelayInterfaceRelayAgent | 1.3.6.1.4.1.2011.5.18.1.35 | integer | read-write |
Configures or queries the filling mode of the GIADDR field of the current DHCP-relay upstream packet. Options: 1. receive(1) -indicates that in the DHCP packet sent from the DHCP relay to the server, the gateway IP address is set to the IP address of the Rx interface (user-side interface). 2. send(2) -indicates that in the DHCP packet sent from the DHCP relay to the server, the gateway IP address is set to the IP address of the Tx interface (network-side interface). Default: receive(1) Enumeration: 'receive': 1, 'send': 2. |
hwDhcpSmltTable | 1.3.6.1.4.1.2011.5.18.1.36 | no-access |
Used to start and stop the DHCP emulation test and query the DHCP emulation test result. The index of this table is hwDhcpSmltIndex. |
|
1.3.6.1.4.1.2011.5.18.1.36.1 | no-access |
Used to start and stop the DHCP emulation test and query the DHCP emulation test result. The index of this entry is hwDhcpSmltIndex. |
||
hwDhcpSmltIndex | 1.3.6.1.4.1.2011.5.18.1.36.1.1 | integer32 | read-write |
Indicates the index of a simulation user. Range: 1-255 Currently, the system supports only one simulation user. |
hwDhcpSmltServicePortId | 1.3.6.1.4.1.2011.5.18.1.36.1.2 | integer32 | read-write |
Indicates the index of the service port. The service port index here is 1 greater than the service port index queried through the CLI. |
hwDhcpSmltOption60 | 1.3.6.1.4.1.2011.5.18.1.36.1.3 | octet string | read-write |
Indicates the DHCP option 60 field. If the DHCP option 60 is not configured, the default configuration of the L3 interface is adopted. A string of 0-32 characters is supported. |
hwDhcpSmltOverTime | 1.3.6.1.4.1.2011.5.18.1.36.1.4 | integer32 | read-write |
Indicates the simulation timeout time. Range: 5-60 Default: 5 Unit: second |
hwDhcpSmltResult | 1.3.6.1.4.1.2011.5.18.1.36.1.5 | gauge32 | read-only |
Indicates the DHCP simulation result. 0: Indicates that the DHCP simulation is successful. 6921509: Indicates the DHCP simulation is being performed. 6921510: Indicates that the DHCP simulation fails due to timeout. |
hwDhcpSmltStartTime | 1.3.6.1.4.1.2011.5.18.1.36.1.6 | dateandtime | read-only |
Indicates the start time of the DHCP simulation. |
hwDhcpSmltEndTime | 1.3.6.1.4.1.2011.5.18.1.36.1.7 | dateandtime | read-only |
Indicates the end time of the DHCP simulation. |
hwDhcpSmltUserIp | 1.3.6.1.4.1.2011.5.18.1.36.1.8 | ipaddress | read-only |
Indicates the IP address obtained by the DHCP client. |
hwDhcpSmltSubNetMask | 1.3.6.1.4.1.2011.5.18.1.36.1.9 | ipaddress | read-only |
Indicates the subnet mask of the IP address obtained by the DHCP client. |
hwDhcpSmltDhcpServerIp | 1.3.6.1.4.1.2011.5.18.1.36.1.10 | ipaddress | read-only |
Indicates the IP address of the DHCP server. |
hwDhcpSmltDnsServerIp | 1.3.6.1.4.1.2011.5.18.1.36.1.11 | ipaddress | read-only |
Indicates the IP address of the primary DNS server. |
hwDhcpSmltDnsServerName | 1.3.6.1.4.1.2011.5.18.1.36.1.12 | octet string | read-only |
Indicates the name of the DNS server. |
hwDhcpSmltSecondaryDnsServerIp | 1.3.6.1.4.1.2011.5.18.1.36.1.13 | ipaddress | read-only |
Indicates the IP address of the secondary DNS server. |
hwDhcpSmltGatewayIp | 1.3.6.1.4.1.2011.5.18.1.36.1.14 | ipaddress | read-only |
Indicates the IP address of the gateway. |
hwDhcpSmltRowStatus | 1.3.6.1.4.1.2011.5.18.1.36.1.15 | rowstatus | read-only |
Indicates the row status, used for starting and stopping the DHCP simulation. Options: 1. active(1) -when this leaf is queried, the value is fixed to active(1). 2. createAndGo(4) -start the DHCP simulation 3. destroy(6) -stop the DHCP simulation To start the DHCP simulation, input the index of the service port, set hwDhcpSmltRowStatus to createAndGo(4), and perform the set operation. To stop the DHCP simulation, input the simulation index, set hwDhcpSmltRowStatus to destroy(6), and perform the set operation. During the query operation, the value of this leaf is always active(1). |
hwDhcpClientSystemAutoConfigStatus | 1.3.6.1.4.1.2011.5.18.1.37 | integer | read-write |
Set the system auto-config status Options: 1. enable(1) -indicates the system auto-config is enabled 2. disable(2) -indicates the system auto-config is disabled Enumeration: 'enable': 1, 'disable': 2. |
hwDhcpMessagesStatisticsTable | 1.3.6.1.4.1.2011.5.18.1.38 | no-access |
Queries and resets the statistics of transmitted and received DHCP L3 relay packets. The index of this table is ifIndex, and the value of the index must be 0. |
|
1.3.6.1.4.1.2011.5.18.1.38.1 | no-access |
Queries and resets the statistics of transmitted and received DHCP L3 relay packets. The index of this entry is ifIndex, and the value of the index must be 0. |
||
hwDhcpL3Option82ReceiveUntrust | 1.3.6.1.4.1.2011.5.18.1.38.1.1 | counter32 | read-only |
Indicates the total number of received DHCP packets containing the untrust option 82 information. |
hwDhcpL3Option82ReceiveOverLength | 1.3.6.1.4.1.2011.5.18.1.38.1.2 | counter32 | read-only |
Indicates the total number of DHCP packets that exceeds the maximum packet length after the option 82 information is added. |
hwDhcpL3Option82ReceiveOverMaxMessagesSize | 1.3.6.1.4.1.2011.5.18.1.38.1.3 | counter32 | read-only |
Indicates the total number of DHCP packets that exceeds the maximum option 82 length after the option 82 information is added. |
hwDhcpMessagesReceiveOffer | 1.3.6.1.4.1.2011.5.18.1.38.1.4 | counter32 | read-only |
Indicates the total number of received DHCP offer packets. |
hwDhcpMessagesReceiveAck | 1.3.6.1.4.1.2011.5.18.1.38.1.5 | counter32 | read-only |
Indicates the total number of received DHCP ACK packets. |
hwDhcpMessagesReceiveNak | 1.3.6.1.4.1.2011.5.18.1.38.1.6 | counter32 | read-only |
Indicates the total number of received DHCP NAK packets. |
hwDhcpMessagesReceiveDecline | 1.3.6.1.4.1.2011.5.18.1.38.1.7 | counter32 | read-only |
Indicates the total number of received DHCP decline packets. |
hwDhcpMessagesReceiveDiscover | 1.3.6.1.4.1.2011.5.18.1.38.1.8 | counter32 | read-only |
Indicates the total number of received DHCP discover packets. |
hwDhcpMessagesReceiveInform | 1.3.6.1.4.1.2011.5.18.1.38.1.9 | counter32 | read-only |
Indicates the total number of received DHCP inform packets. |
hwDhcpMessagesReceiveRelease | 1.3.6.1.4.1.2011.5.18.1.38.1.10 | counter32 | read-only |
Indicates the total number of received DHCP release packets. |
hwDhcpMessagesReceiveRequest | 1.3.6.1.4.1.2011.5.18.1.38.1.11 | counter32 | read-only |
Indicates the total number of received DHCP request packets. |
hwDhcpMessagesReceiveForceRenew | 1.3.6.1.4.1.2011.5.18.1.38.1.12 | counter32 | read-only |
Indicates the total number of received DHCP FORCERENEW packets. |
hwDhcpMessagesReceiveProxyPktAck | 1.3.6.1.4.1.2011.5.18.1.38.1.13 | counter32 | read-only |
Indicates the total number of DHCP ACK packets sent by the proxy. |
hwDhcpMessagesReceiveProxyPktRelease | 1.3.6.1.4.1.2011.5.18.1.38.1.14 | counter32 | read-only |
Indicates the total number of DHCP release packets sent by the proxy. |
hwDhcpMACConflictNum | 1.3.6.1.4.1.2011.5.18.1.38.1.15 | counter32 | read-only |
Indicates the total number of packets that have MAC address conflict. |
hwDhcpSearchDownFailNum | 1.3.6.1.4.1.2011.5.18.1.38.1.16 | counter32 | read-only |
Indicates the total number of ACK packets whose corresponding users cannot be found. |
hwDhcpUserNotZeroGiaddrPktNum | 1.3.6.1.4.1.2011.5.18.1.38.1.17 | counter32 | read-only |
Indicates the total number of packets whose DHCP DISCOVER and REQUEST 'giaddr' are not zero on the user side. |
hwDhcpMessagesStatisticsClear | 1.3.6.1.4.1.2011.5.18.1.38.1.18 | integer | read-write |
Resets the DHCP packet statistics. Options: 1. clear(1) -resets the DHCP packet statistics Enumeration: 'clear': 1. |
hwDhcpProxyVbOids | 1.3.6.1.4.1.2011.5.18.1.39 | |||
hwDhcpSmltRequestID | 1.3.6.1.4.1.2011.5.18.1.39.1 | integer32 | no-access |
The Request ID of DHCP simulation. |
hwDhcpConfilctIpAddress | 1.3.6.1.4.1.2011.5.18.1.39.2 | ipaddress | no-access |
The conflicting IP address got by DHCP. |
hwDhcpConfilctIpAddressMask | 1.3.6.1.4.1.2011.5.18.1.39.3 | ipaddress | no-access |
The sub net mask of the conflicting IP address got by DHCP. |
hwDhcpFlowStatisticsTable | 1.3.6.1.4.1.2011.5.18.1.40 | no-access |
Queries and resets the statistics of dhcp packets on flow. The index of this table is hwDhcpFlowStatisticsIndex. Statistics for a maximum of 64 service ports are supported at the same time. |
|
1.3.6.1.4.1.2011.5.18.1.40.1 | no-access |
Queries and resets the statistics of dhcp packets on flow. The index of this entry is hwDhcpFlowStatisticsIndex. Statistics for a maximum of 64 service ports are supported at the same time. |
||
hwDhcpFlowStatisticsIndex | 1.3.6.1.4.1.2011.5.18.1.40.1.1 | unsigned32 | no-access |
The index of the dhcp flow statistics table. Indicates service port ID. |
hwDhcpFlowStatisticsRowStatus | 1.3.6.1.4.1.2011.5.18.1.40.1.2 | rowstatus | read-only |
Indicates the row status, used for enabling and disabling the DHCP statistics on flow. Options: 1. active(1) -when this leaf is queried, the value is fixed to active(1). 2. createAndGo(4) -enable the DHCP statistics on flow. 3. destroy(6) -disable the DHCP statistics on flow. To start the DHCP statistics on flow, input the hwDhcpFlowStatisticsIndex, set hwDhcpFlowStatisticsRowStatus to createAndGo(4), and perform the set operation. To stop the DHCP statistics on flow, input the hwDhcpFlowStatisticsIndex, set hwDhcpFlowStatisticsRowStatus to destroy(6), and perform the set operation. During the query operation, the value of this leaf is always active(1). |
hwDhcpFlowStatisticsOperMode | 1.3.6.1.4.1.2011.5.18.1.40.1.3 | integer | read-write |
Reset the DHCP flow statistics. Options: 1. reset(1) -Reset the DHCP flow statistics. 2. invalid(2) -In get operation, the invalid(2) will be returned. Enumeration: 'reset': 1, 'invalid': 2. |
hwDhcpFlowStatisticsReceiveDiscover | 1.3.6.1.4.1.2011.5.18.1.40.1.4 | unsigned32 | read-only |
Number of received DHCP discover packets. |
hwDhcpFlowStatisticsReceiveOffer | 1.3.6.1.4.1.2011.5.18.1.40.1.5 | unsigned32 | read-only |
Number of received DHCP offer packets. |
hwDhcpFlowStatisticsReceiveRequest | 1.3.6.1.4.1.2011.5.18.1.40.1.6 | unsigned32 | read-only |
Number of received DHCP request packets. |
hwDhcpFlowStatisticsReceiveDecline | 1.3.6.1.4.1.2011.5.18.1.40.1.7 | unsigned32 | read-only |
Number of received DHCP decline packets. |
hwDhcpFlowStatisticsReceiveAck | 1.3.6.1.4.1.2011.5.18.1.40.1.8 | unsigned32 | read-only |
Number of received DHCP ack packets. |
hwDhcpFlowStatisticsReceiveNak | 1.3.6.1.4.1.2011.5.18.1.40.1.9 | unsigned32 | read-only |
Number of received DHCP nack packets. |
hwDhcpFlowStatisticsReceiveRelease | 1.3.6.1.4.1.2011.5.18.1.40.1.10 | unsigned32 | read-only |
Number of received DHCP release packets. |
hwDhcpFlowStatisticsReceiveInform | 1.3.6.1.4.1.2011.5.18.1.40.1.11 | unsigned32 | read-only |
Number of received DHCP inform packets. |
hwDhcpFlowStatisticsReceiveRenew | 1.3.6.1.4.1.2011.5.18.1.40.1.12 | unsigned32 | read-only |
Number of received DHCP renew packets. |
hwDhcpFlowStatisticsSendDiscover | 1.3.6.1.4.1.2011.5.18.1.40.1.13 | unsigned32 | read-only |
Number of sent DHCP discover packets. |
hwDhcpFlowStatisticsSendOffer | 1.3.6.1.4.1.2011.5.18.1.40.1.14 | unsigned32 | read-only |
Number of sent DHCP offer packets. |
hwDhcpFlowStatisticsSendRequest | 1.3.6.1.4.1.2011.5.18.1.40.1.15 | unsigned32 | read-only |
Number of sent DHCP request packets. |
hwDhcpFlowStatisticsSendDecline | 1.3.6.1.4.1.2011.5.18.1.40.1.16 | unsigned32 | read-only |
Number of sent DHCP decline packets. |
hwDhcpFlowStatisticsSendAck | 1.3.6.1.4.1.2011.5.18.1.40.1.17 | unsigned32 | read-only |
Number of sent DHCP ack packets. |
hwDhcpFlowStatisticsSendNak | 1.3.6.1.4.1.2011.5.18.1.40.1.18 | unsigned32 | read-only |
Number of sent DHCP nack packets. |
hwDhcpFlowStatisticsSendRelease | 1.3.6.1.4.1.2011.5.18.1.40.1.19 | unsigned32 | read-only |
Number of sent DHCP release packets. |
hwDhcpFlowStatisticsSendInform | 1.3.6.1.4.1.2011.5.18.1.40.1.20 | unsigned32 | read-only |
Number of sent DHCP inform packets. |
hwDhcpFlowStatisticsSendRenew | 1.3.6.1.4.1.2011.5.18.1.40.1.21 | unsigned32 | read-only |
Number of sent DHCP renew packets. |
hwDhcpFlowStatisticsReceiveUnknownType | 1.3.6.1.4.1.2011.5.18.1.40.1.22 | unsigned32 | read-only |
Number of received unknown type DHCP packets. |
hwDhcpFlowStatisticsTagTooLong | 1.3.6.1.4.1.2011.5.18.1.40.1.23 | unsigned32 | read-only |
Number of DHCP packets which option length is over 255. |
hwDhcpFlowStatisticsFrameTooLong | 1.3.6.1.4.1.2011.5.18.1.40.1.24 | unsigned32 | read-only |
Number of DHCP packets which packet length is over max length after adding options. The defalut value of DHCP packet max length is 1500 bytes. |
hwDhcpFlowStatisticsReceiveUntrust | 1.3.6.1.4.1.2011.5.18.1.40.1.25 | unsigned32 | read-only |
Number of DHCP packets with untrusty options. |
hwDhcpFlowStatisticsReceiveWithGiaddr | 1.3.6.1.4.1.2011.5.18.1.40.1.26 | unsigned32 | read-only |
Number of DHCP packets which giaddr is not zero. |
hwDhcpReverse | 1.3.6.1.4.1.2011.5.18.1.41 | integer | read-write |
Indicates the status of the global reverse DHCP packets switch. Options: 1. enable(1) -indicates the reverse DHCP L2 packets are forwarded. 2. disable(2) -indicates the reverse DHCP L2 packets are dropped. Default: disable(2) Enumeration: 'enable': 1, 'disable': 2. |
hwDhcpProxyTraps | 1.3.6.1.4.1.2011.5.18.2 | |||
hwDhcpProxyCommonTraps | 1.3.6.1.4.1.2011.5.18.2.1 | |||
hwDhcpProxyCommonTrapsPrefix | 1.3.6.1.4.1.2011.5.18.2.1.0 | |||
hwDhcpSmltResultTrap | 1.3.6.1.4.1.2011.5.18.2.1.0.1 |
This notification is generated when DHCP client has found network-side DHCP server or finding timeout. |
||
hwDhcpProxyAlarmTraps | 1.3.6.1.4.1.2011.5.18.2.2 | |||
hwDhcpProxyAlarmTrapsPrefix | 1.3.6.1.4.1.2011.5.18.2.2.0 | |||
hwIpConflictTrap | 1.3.6.1.4.1.2011.5.18.2.2.0.1 |
This notification is generated when an IP address got by DHCP client for the interface conflicted with those assigned to other interfaces. |