HUAWEI-DHCP-PROXY-MIB
AI MIB Summary
The HUAWEI-DHCP-PROXY-MIB enables monitoring and management of Huawei DHCP L3 Relay, DHCP Proxy, Option82 insertion, user session logs, and simulation states. It provides visibility into relay agent statistics, proxy binding tables, and DHCP option processing metrics for network troubleshooting and capacity planning.
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.
Main OID:
hwDhcpProxy.1.3.6.1.4.1.2011.5.18
194
Objects
Active
Status
6
Dependencies
Imported Objects
Objects
194 total| Object Name |
|---|
hwDhcpProxyThe MIB is used for defining Huawei's DHCP attribute. It includes
DHCP L3 Relay, DHCP Proxy, DHCP Option82, DHCP User Log, and DHCP Simulation. MODULE-IDENTITY .1.3.6.1.4.1.2011.5.18 |
hwDhcpMibObject OBJECT IDENTIFIER .1.3.6.1.4.1.2011.5.18.1 |
hwDhcpGroupTableDescribes 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. SEQUENCE OF HwDhcpGroupEntry .1.3.6.1.4.1.2011.5.18.1.1 |
hwDhcpGroupEntryDescribes 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. HwDhcpGroupEntry .1.3.6.1.4.1.2011.5.18.1.1.1 |
hwDhcpGroupIDIndicates the index of the DHCP server group.
Range: 0C19ro Integer32 .1.3.6.1.4.1.2011.5.18.1.1.1.1 |
hwIpDhcpServerAddress1Indicates 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.rw IpAddress .1.3.6.1.4.1.2011.5.18.1.1.1.2 |
hwIpDhcpServerAddress2Indicates 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.rw IpAddress .1.3.6.1.4.1.2011.5.18.1.1.1.3 |
hwDhcpRowStatusRow 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).rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.2011.5.18.1.1.1.4 |
hwIpDhcpCurrentServerAddressIndicates 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.ro IpAddress .1.3.6.1.4.1.2011.5.18.1.1.1.5 |
hwIpDhcpServerAddress3Indicates 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.rw IpAddress .1.3.6.1.4.1.2011.5.18.1.1.1.6 |
hwIpDhcpServerAddress4Indicates 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.rw IpAddress .1.3.6.1.4.1.2011.5.18.1.1.1.7 |
hwDhcpSecurityTableA 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. SEQUENCE OF HwDhcpSecurityEntry .1.3.6.1.4.1.2011.5.18.1.2 |
hwDhcpSecurityEntryA 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. HwDhcpSecurityEntry .1.3.6.1.4.1.2011.5.18.1.2.1 |
hwDhcpClientIpAddressThe client IP address.ro IpAddress .1.3.6.1.4.1.2011.5.18.1.2.1.1 |
hwDhcpClientMacAddressThe client MAC address.rw MacAddress (SNMPv2-TC) .1.3.6.1.4.1.2011.5.18.1.2.1.2 |
hwDhcpClientPropertyProperty of client.
Options:
1. static(1) -indicates client property is static
2. dynamic(2) -indicates client property is dynamicrw Enumeration .1.3.6.1.4.1.2011.5.18.1.2.1.3 |
hwDhcpClientRowStatusStatus of this table's entry.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.2011.5.18.1.2.1.4 |
hwDhcpToL3IfTableDescribes 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. SEQUENCE OF HwDhcpToL3IfEntry .1.3.6.1.4.1.2011.5.18.1.3 |
hwDhcpToL3IfEntryDescribes 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. HwDhcpToL3IfEntry .1.3.6.1.4.1.2011.5.18.1.3.1 |
hwDhcpToL3VlanIfIndexIndicates binding to the VLAN ID of the DHCP server group.
It uses hwVlanInterfaceID of hwVlanInterfaceTable.
Range: 1C4093ro Integer32 .1.3.6.1.4.1.2011.5.18.1.3.1.1 |
hwDhcpToL3GroupIdIndicates 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.rw Integer32 .1.3.6.1.4.1.2011.5.18.1.3.1.2 |
hwDhcpToL3AddressCheckIf 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 disabledrw Enumeration .1.3.6.1.4.1.2011.5.18.1.3.1.3 |
hwDhcpToL3RowStatusIndicates 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.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.2011.5.18.1.3.1.4 |
hwDhcpPortPvcTableIndicates DHCP pvc supported port management feature.
The indexes of this table are ifIndex, hwAdsllinePvcVpi and hwAdslLinePvcVci. SEQUENCE OF HwDhcpPortPvcEntry .1.3.6.1.4.1.2011.5.18.1.4 |
hwDhcpPortPvcEntryIndicates DHCP pvc supported port management feature.
The indexes of this entry are ifIndex, hwAdsllinePvcVpi and hwAdslLinePvcVci. HwDhcpPortPvcEntry .1.3.6.1.4.1.2011.5.18.1.4.1 |
hwDhcpPortPvcOption82AdminStatusDHCP 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 offrw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.2011.5.18.1.4.1.1 |
hwDhcpPortPvcIPBindAdminStatusIP 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 disabledrw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.2011.5.18.1.4.1.2 |
hwDhcpPortPvcRowStatusRow 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 operationrw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.2011.5.18.1.4.1.3 |
hwDhcpPortTableIndicates DHCP port management feature.
The index of this table is ifIndex. SEQUENCE OF HwDhcpPortEntry .1.3.6.1.4.1.2011.5.18.1.5 |
hwDhcpPortEntryIndicates DHCP port management feature.
The index of this entry is ifIndex. HwDhcpPortEntry .1.3.6.1.4.1.2011.5.18.1.5.1 |
hwDhcpPortOption82AdminStatusDHCP 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 offrw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.2011.5.18.1.5.1.1 |
hwDhcpPortUpLinkStatusUp-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-linkrw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.2011.5.18.1.5.1.2 |
hwDhcpPortRowStatusRow status.
Add or delete a table item.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.2011.5.18.1.5.1.3 |
hwDhcpDomainTableDescribes 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. SEQUENCE OF HwDhcpDomainEntry .1.3.6.1.4.1.2011.5.18.1.6 |
hwDhcpDomainEntryDescribes 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. HwDhcpDomainEntry .1.3.6.1.4.1.2011.5.18.1.6.1 |
hwDhcpDomainNameIndicates 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.ro OCTET STRING .1.3.6.1.4.1.2011.5.18.1.6.1.1 |
hwDhcpDomainGroupIdIndicates 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.rw Integer32 .1.3.6.1.4.1.2011.5.18.1.6.1.2 |
hwDhcpDomainRowStatusRow 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.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.2011.5.18.1.6.1.3 |
hwDhcpDomainGatewayLearnIndicates 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)rw Enumeration .1.3.6.1.4.1.2011.5.18.1.6.1.4 |
hwDhcpMacRangeTableDescribes 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. SEQUENCE OF HwDhcpMacRangeEntry .1.3.6.1.4.1.2011.5.18.1.7 |
hwDhcpMacRangeEntryDescribes 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. HwDhcpMacRangeEntry .1.3.6.1.4.1.2011.5.18.1.7.1 |
hwDhcpMacRangeNameDHCP 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.rw OCTET STRING .1.3.6.1.4.1.2011.5.18.1.7.1.1 |
hwDhcpMacRangeStartIndicates 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.rw MacAddress (SNMPv2-TC) .1.3.6.1.4.1.2011.5.18.1.7.1.2 |
hwDhcpMacRangeEndIndicates 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.rw MacAddress (SNMPv2-TC) .1.3.6.1.4.1.2011.5.18.1.7.1.3 |
hwDhcpMacRangeGroupIdIndicates the DHCP server group relevant to the MAC-range.rw Integer32 .1.3.6.1.4.1.2011.5.18.1.7.1.4 |
hwDhcpMacRangeRowStatusRow 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.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.2011.5.18.1.7.1.5 |
hwDhcpDomainGatewayTableDescribes 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. SEQUENCE OF HwDhcpDomainGatewayEntry .1.3.6.1.4.1.2011.5.18.1.8 |
hwDhcpDomainGatewayEntryDescribes 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. HwDhcpDomainGatewayEntry .1.3.6.1.4.1.2011.5.18.1.8.1 |
hwDhcpDomainGatewayVlanIfIndexIndicates the VLAN ID to be bound to the gateway.
Range: 1C4093ro Integer32 .1.3.6.1.4.1.2011.5.18.1.8.1.1 |
hwDhcpDomainGatewayDmNameDHCP 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.ro OCTET STRING .1.3.6.1.4.1.2011.5.18.1.8.1.2 |
hwDhcpDomainGatewayIndicates the gateway IP address bound to the VLAN interface in the DHCP domain.rw IpAddress .1.3.6.1.4.1.2011.5.18.1.8.1.3 |
hwDhcpDomainGatewayRowStatusRow 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).rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.2011.5.18.1.8.1.4 |
hwDhcpDomainGateway2Indicates the second gateway IP address bound to the VLAN interface in the DHCP domain.rw IpAddress .1.3.6.1.4.1.2011.5.18.1.8.1.5 |
hwDhcpDomainGateway3Indicates the third gateway IP address bound to the VLAN interface in the DHCP domain.rw IpAddress .1.3.6.1.4.1.2011.5.18.1.8.1.6 |
hwDhcpMacGatewayTableDescribes 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. SEQUENCE OF HwDhcpMacGatewayEntry .1.3.6.1.4.1.2011.5.18.1.9 |
hwDhcpMacGatewayEntryDescribes 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. HwDhcpMacGatewayEntry .1.3.6.1.4.1.2011.5.18.1.9.1 |
hwDhcpMacGatewayVlanIfIndexIndicates the VLAN ID to be bound to.
Range: 1C4093ro Integer32 .1.3.6.1.4.1.2011.5.18.1.9.1.1 |
hwDhcpMacGatewayMacNameIndicates the name of the DHCP MAC-range. It uses hwDhcpMacRangeName in hwDhcpMacRangeTable.
Range: 1C32 charactersro OCTET STRING .1.3.6.1.4.1.2011.5.18.1.9.1.2 |
hwDhcpMacGatewayIndicates 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.rw IpAddress .1.3.6.1.4.1.2011.5.18.1.9.1.3 |
hwDhcpMacGatewayRowStatusRow 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).rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.2011.5.18.1.9.1.4 |
hwDhcpOption82StatisticsTableDescribes 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. SEQUENCE OF HwDhcpOption82StatisticsEntry .1.3.6.1.4.1.2011.5.18.1.10 |
hwDhcpOption82StatisticsEntryDescribes 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. HwDhcpOption82StatisticsEntry .1.3.6.1.4.1.2011.5.18.1.10.1 |
hwDhcpOption82ReceiveUntrustIndicates the total number of DHCP packets containing the untrust option 82 information.
Range: 0-4294967295ro Counter32 .1.3.6.1.4.1.2011.5.18.1.10.1.1 |
hwDhcpOption82ReceiveOverLengthIndicates the total number of DHCP packets that exceed the maximum packet length after option 82 is added.
Range: 0-4294967295ro Counter32 .1.3.6.1.4.1.2011.5.18.1.10.1.2 |
hwDhcpOption82ReceiveDiscoverIndicates the total number of received DHCP discover packets.
Range: 0-4294967295ro Counter32 .1.3.6.1.4.1.2011.5.18.1.10.1.3 |
hwDhcpOption82ReceiveOfferIndicates the total number of received DHCP offer packets.
Range: 0-4294967295ro Counter32 .1.3.6.1.4.1.2011.5.18.1.10.1.4 |
hwDhcpOption82ReceiveRequestIndicates the total number of received DHCP request packets.
Range: 0-4294967295ro Counter32 .1.3.6.1.4.1.2011.5.18.1.10.1.5 |
hwDhcpOption82ReceiveDeclineIndicates the total number of received DHCP decline packets.
Range: 0-4294967295ro Counter32 .1.3.6.1.4.1.2011.5.18.1.10.1.6 |
hwDhcpOption82ReceiveAckIndicates the total number of received DHCP ACK packets.
Range: 0-4294967295ro Counter32 .1.3.6.1.4.1.2011.5.18.1.10.1.7 |
hwDhcpOption82ReceiveNakIndicates the total number of received DHCP NAK packets.
Range: 0-4294967295ro Counter32 .1.3.6.1.4.1.2011.5.18.1.10.1.8 |
hwDhcpOption82ReceiveReleaseIndicates the total number of received DHCP release packets.
Range: 0-4294967295ro Counter32 .1.3.6.1.4.1.2011.5.18.1.10.1.9 |
hwDhcpOption82ReceiveInformIndicates the total number of received DHCP inform packets.
Range: 0-4294967295ro Counter32 .1.3.6.1.4.1.2011.5.18.1.10.1.10 |
hwDhcpOption82StatisticsClearResets the statistics of DHCP packets.
Set it to clear(1) and perform the set operation.
Options:
1. clear(1) -resets the statistics of DHCP packetsrw Enumeration .1.3.6.1.4.1.2011.5.18.1.10.1.11 |
hwDhcpOption82ReceiveOverMaxOption82SizeIndicates the total number of received DHCP packets that exceed the maximum
option 82 length after the option 82 information is added.ro Counter32 .1.3.6.1.4.1.2011.5.18.1.10.1.12 |
hwDhcpOption82StatusIndicates 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)rw Enumeration .1.3.6.1.4.1.2011.5.18.1.16 |
hwDhcpRelayModeDescribes the current DHCP forwarding mode of the system.
Options:
1. layer2(3) -indicates L2 mode
2. layer3(1) -indicates L3 mode
Default: layer2(3)rw Enumeration .1.3.6.1.4.1.2011.5.18.1.17 |
hwDhcpServerSelectModeDescribes 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)rw Enumeration .1.3.6.1.4.1.2011.5.18.1.18 |
hwDhcpMaxLenAppendOp82Indicates the allowable maximum length of a DHCP packet.
Range: 500-1500
Unit: byte
Default: 1500 bytesrw Integer32 .1.3.6.1.4.1.2011.5.18.1.19 |
hwDhcpCIDStateCircuit-id writing state,true(writing to DHCP packet)/false(not writing to DHCP packet).
Default: true(1)rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.2011.5.18.1.20 |
hwDhcpRIDStateRemote-id writing state,true(writing to DHCP packet)/false(not writing to DHCP packet).
Default: true(1)rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.2011.5.18.1.21 |
hwDhcpSuboption90StatusIndicates 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)rw Enumeration .1.3.6.1.4.1.2011.5.18.1.22 |
hwDhcpRelayServerModeConfigures 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)rw Enumeration .1.3.6.1.4.1.2011.5.18.1.23 |
hwDhcpServerReplyMaxTimeConfigures 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: 1rw Integer32 .1.3.6.1.4.1.2011.5.18.1.24 |
hwDhcpServerReplyOvertimeMaxTimesConfigures or queries the response timeout times of packets of the DHCP server when the server works in the backup mode.
Range: 1C255
Default: 1rw Integer32 .1.3.6.1.4.1.2011.5.18.1.25 |
hwDhcpSuboptionTableIndicates DHCP suboption feature.
The index of this table is hwDhcpSuboptionIndex. SEQUENCE OF HwDhcpSuboptionEntry .1.3.6.1.4.1.2011.5.18.1.26 |
hwDhcpSuboptionEntryIndicates DHCP suboption feature.
The index of this entry is hwDhcpSuboptionIndex. HwDhcpSuboptionEntry .1.3.6.1.4.1.2011.5.18.1.26.1 |
hwDhcpSuboptionIndexThe 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;ro Integer32 .1.3.6.1.4.1.2011.5.18.1.26.1.1 |
hwDhcpSuboptionStatusThe configuration of DHCP suboption: true(enable)/false(disable),the default is false..
hwDhcpSuboptionStatus OBJECT-TYPErw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.2011.5.18.1.26.1.2 |
hwDhcpSuboption7StatusIndicates 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)rw Enumeration .1.3.6.1.4.1.2011.5.18.1.27 |
hwDhcpProxyStatusDescribes 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.rw Enumeration .1.3.6.1.4.1.2011.5.18.1.28 |
hwDhcpLeaseTimeDescribes 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.rw Integer32 .1.3.6.1.4.1.2011.5.18.1.29 |
hwDhcpServerSelectModeByVlanTableDescribes the DHCP server selection mode of the VLAN and supports the query and modify operations.
The index of this table is hwVlanIndex. SEQUENCE OF HwDhcpServerSelectModeByVlanEntry .1.3.6.1.4.1.2011.5.18.1.30 |
hwDhcpServerSelectModeByVlanEntryDescribes the DHCP server selection mode of the VLAN and supports the query and modify operations.
The index of this entry is hwVlanIndex. HwDhcpServerSelectModeByVlanEntry .1.3.6.1.4.1.2011.5.18.1.30.1 |
hwDhcpServerSelectModeByVlanIndicates 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)rw Enumeration .1.3.6.1.4.1.2011.5.18.1.30.1.1 |
hwDhcpServerSelectModeByVlanRowStatusRow 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.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.2011.5.18.1.30.1.2 |
hwDhcpUserTableProvides 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. SEQUENCE OF HwDhcpUserEntry .1.3.6.1.4.1.2011.5.18.1.31 |
hwDhcpUserEntryProvides 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. HwDhcpUserEntry .1.3.6.1.4.1.2011.5.18.1.31.1 |
hwDhcpUserIndexIndicates the DHCP proxy user index.
Range: 0-4095ro Integer32 .1.3.6.1.4.1.2011.5.18.1.31.1.1 |
hwDhcpUserPortIndexIndicates the index of the port where the DHCP user resides.
Its algorithm and value are the same as ifIndex.ro Integer32 .1.3.6.1.4.1.2011.5.18.1.31.1.2 |
hwDhcpUserFlowIDIndicates 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.ro Integer32 .1.3.6.1.4.1.2011.5.18.1.31.1.3 |
hwDhcpUserVlanIDIndicates the DHCP user VLAN index.
Range: 1-4093ro Integer32 .1.3.6.1.4.1.2011.5.18.1.31.1.4 |
hwDhcpUserIpAddressIndicates the IP address of the DHCP user dynamically obtained from the DHCP server,
in dotted decimal notation, for example, 10.11.104.10.ro IpAddress .1.3.6.1.4.1.2011.5.18.1.31.1.5 |
hwDhcpUserMACAddressIndicates the MAC address of the DHCP user.
The format is a 6-byte hexadecimal character string, for example,
0x00 0xe0 0xfc 0x11 0x00 0x00.ro MacAddress (SNMPv2-TC) .1.3.6.1.4.1.2011.5.18.1.31.1.6 |
hwDhcpUserServerIpAddressIndicates the IP address of the DHCP server to which the DHCP user belongs,
in dotted decimal notation, for example, 10.11.104.10.ro IpAddress .1.3.6.1.4.1.2011.5.18.1.31.1.7 |
hwDhcpUserLeaseTimeIndicates the lease time of the DHCP user.
Unit: secondro Integer32 .1.3.6.1.4.1.2011.5.18.1.31.1.8 |
hwDhcpUserRowStatusIndicates 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 userrw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.2011.5.18.1.31.1.9 |
hwDhcpDomainServerInVlanTableDescribes 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. SEQUENCE OF HwDhcpDomainServerInVlanEntry .1.3.6.1.4.1.2011.5.18.1.32 |
hwDhcpDomainServerInVlanEntryDescribes 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. HwDhcpDomainServerInVlanEntry .1.3.6.1.4.1.2011.5.18.1.32.1 |
hwDhcpDomainServerInVlanIndicates the ID of the DHCP. It uses hwDhcpGroupID in hwDhcpGroupTable.
Range: 0C19rw Integer32 .1.3.6.1.4.1.2011.5.18.1.32.1.1 |
hwDhcpDomainServerInVlanRowStatusRow 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).rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.2011.5.18.1.32.1.2 |
hwDhcpMacServerInVlanTableDescribes 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. SEQUENCE OF HwDhcpMacServerInVlanEntry .1.3.6.1.4.1.2011.5.18.1.33 |
hwDhcpMacServerInVlanEntryDescribes 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. HwDhcpMacServerInVlanEntry .1.3.6.1.4.1.2011.5.18.1.33.1 |
hwDhcpMacServerInVlanIndicates the ID of the DHCP. It uses hwDhcpGroupID in hwDhcpGroupTable.
Range: 0C19rw Integer32 .1.3.6.1.4.1.2011.5.18.1.33.1.1 |
hwDhcpMacServerInVlanRowStatusRow 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.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.2011.5.18.1.33.1.2 |
hwDhcpRelayInterfaceSrcipConfigures 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)rw Enumeration .1.3.6.1.4.1.2011.5.18.1.34 |
hwDhcpRelayInterfaceRelayAgentConfigures 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)rw Enumeration .1.3.6.1.4.1.2011.5.18.1.35 |
hwDhcpSmltTableUsed to start and stop the DHCP emulation test and query the DHCP emulation test result.
The index of this table is hwDhcpSmltIndex. SEQUENCE OF HwDhcpSmltEntry .1.3.6.1.4.1.2011.5.18.1.36 |
hwDhcpSmltEntryUsed to start and stop the DHCP emulation test and query the DHCP emulation test result.
The index of this entry is hwDhcpSmltIndex. HwDhcpSmltEntry .1.3.6.1.4.1.2011.5.18.1.36.1 |
hwDhcpSmltIndexIndicates the index of a simulation user.
Range: 1-255
Currently, the system supports only one simulation user.rw Integer32 .1.3.6.1.4.1.2011.5.18.1.36.1.1 |
hwDhcpSmltServicePortIdIndicates the index of the service port.
The service port index here is 1 greater than the service port index queried through the CLI.rw Integer32 .1.3.6.1.4.1.2011.5.18.1.36.1.2 |
hwDhcpSmltOption60Indicates 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.rw OCTET STRING .1.3.6.1.4.1.2011.5.18.1.36.1.3 |
hwDhcpSmltOverTimeIndicates the simulation timeout time.
Range: 5-60
Default: 5
Unit: secondrw Integer32 .1.3.6.1.4.1.2011.5.18.1.36.1.4 |
hwDhcpSmltResultIndicates 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.ro Gauge32 .1.3.6.1.4.1.2011.5.18.1.36.1.5 |
hwDhcpSmltStartTimeIndicates the start time of the DHCP simulation.ro DateAndTime (SNMPv2-TC) .1.3.6.1.4.1.2011.5.18.1.36.1.6 |
hwDhcpSmltEndTimeIndicates the end time of the DHCP simulation.ro DateAndTime (SNMPv2-TC) .1.3.6.1.4.1.2011.5.18.1.36.1.7 |
hwDhcpSmltUserIpIndicates the IP address obtained by the DHCP client.ro IpAddress .1.3.6.1.4.1.2011.5.18.1.36.1.8 |
hwDhcpSmltSubNetMaskIndicates the subnet mask of the IP address obtained by the DHCP client.ro IpAddress .1.3.6.1.4.1.2011.5.18.1.36.1.9 |
hwDhcpSmltDhcpServerIpIndicates the IP address of the DHCP server.ro IpAddress .1.3.6.1.4.1.2011.5.18.1.36.1.10 |
hwDhcpSmltDnsServerIpIndicates the IP address of the primary DNS server.ro IpAddress .1.3.6.1.4.1.2011.5.18.1.36.1.11 |
hwDhcpSmltDnsServerNameIndicates the name of the DNS server.ro OCTET STRING .1.3.6.1.4.1.2011.5.18.1.36.1.12 |
hwDhcpSmltSecondaryDnsServerIpIndicates the IP address of the secondary DNS server.ro IpAddress .1.3.6.1.4.1.2011.5.18.1.36.1.13 |
hwDhcpSmltGatewayIpIndicates the IP address of the gateway.ro IpAddress .1.3.6.1.4.1.2011.5.18.1.36.1.14 |
hwDhcpSmltRowStatusIndicates 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).rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.2011.5.18.1.36.1.15 |
hwDhcpClientSystemAutoConfigStatusSet 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 disabledrw Enumeration .1.3.6.1.4.1.2011.5.18.1.37 |
hwDhcpMessagesStatisticsTableQueries 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. SEQUENCE OF HwDhcpMessagesStatisticsEntry .1.3.6.1.4.1.2011.5.18.1.38 |
hwDhcpMessagesStatisticsEntryQueries 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. HwDhcpMessagesStatisticsEntry .1.3.6.1.4.1.2011.5.18.1.38.1 |
hwDhcpL3Option82ReceiveUntrustIndicates the total number of received DHCP packets containing the untrust option 82 information.ro Counter32 .1.3.6.1.4.1.2011.5.18.1.38.1.1 |
hwDhcpL3Option82ReceiveOverLengthIndicates the total number of DHCP packets that exceeds the maximum packet length after the option 82 information is added.ro Counter32 .1.3.6.1.4.1.2011.5.18.1.38.1.2 |
hwDhcpL3Option82ReceiveOverMaxMessagesSizeIndicates the total number of DHCP packets that exceeds the maximum option 82 length after the option 82 information is added.ro Counter32 .1.3.6.1.4.1.2011.5.18.1.38.1.3 |
hwDhcpMessagesReceiveOfferIndicates the total number of received DHCP offer packets.ro Counter32 .1.3.6.1.4.1.2011.5.18.1.38.1.4 |
hwDhcpMessagesReceiveAckIndicates the total number of received DHCP ACK packets.ro Counter32 .1.3.6.1.4.1.2011.5.18.1.38.1.5 |
hwDhcpMessagesReceiveNakIndicates the total number of received DHCP NAK packets.ro Counter32 .1.3.6.1.4.1.2011.5.18.1.38.1.6 |
hwDhcpMessagesReceiveDeclineIndicates the total number of received DHCP decline packets.ro Counter32 .1.3.6.1.4.1.2011.5.18.1.38.1.7 |
hwDhcpMessagesReceiveDiscoverIndicates the total number of received DHCP discover packets.ro Counter32 .1.3.6.1.4.1.2011.5.18.1.38.1.8 |
hwDhcpMessagesReceiveInformIndicates the total number of received DHCP inform packets.ro Counter32 .1.3.6.1.4.1.2011.5.18.1.38.1.9 |
hwDhcpMessagesReceiveReleaseIndicates the total number of received DHCP release packets.ro Counter32 .1.3.6.1.4.1.2011.5.18.1.38.1.10 |
hwDhcpMessagesReceiveRequestIndicates the total number of received DHCP request packets.ro Counter32 .1.3.6.1.4.1.2011.5.18.1.38.1.11 |
hwDhcpMessagesReceiveForceRenewIndicates the total number of received DHCP FORCERENEW packets.ro Counter32 .1.3.6.1.4.1.2011.5.18.1.38.1.12 |
hwDhcpMessagesReceiveProxyPktAckIndicates the total number of DHCP ACK packets sent by the proxy.ro Counter32 .1.3.6.1.4.1.2011.5.18.1.38.1.13 |
hwDhcpMessagesReceiveProxyPktReleaseIndicates the total number of DHCP release packets sent by the proxy.ro Counter32 .1.3.6.1.4.1.2011.5.18.1.38.1.14 |
hwDhcpMACConflictNumIndicates the total number of packets that have MAC address conflict.ro Counter32 .1.3.6.1.4.1.2011.5.18.1.38.1.15 |
hwDhcpSearchDownFailNumIndicates the total number of ACK packets whose corresponding users cannot be found.ro Counter32 .1.3.6.1.4.1.2011.5.18.1.38.1.16 |
hwDhcpUserNotZeroGiaddrPktNumIndicates the total number of packets whose DHCP DISCOVER and REQUEST 'giaddr' are not zero on the user side.ro Counter32 .1.3.6.1.4.1.2011.5.18.1.38.1.17 |
hwDhcpMessagesStatisticsClearResets the DHCP packet statistics.
Options:
1. clear(1) -resets the DHCP packet statisticsrw Enumeration .1.3.6.1.4.1.2011.5.18.1.38.1.18 |
hwDhcpProxyVbOids OBJECT IDENTIFIER .1.3.6.1.4.1.2011.5.18.1.39 |
hwDhcpSmltRequestIDThe Request ID of DHCP simulation.ro Integer32 .1.3.6.1.4.1.2011.5.18.1.39.1 |
hwDhcpConfilctIpAddressThe conflicting IP address got by DHCP.ro IpAddress .1.3.6.1.4.1.2011.5.18.1.39.2 |
hwDhcpConfilctIpAddressMaskThe sub net mask of the conflicting IP address got by DHCP.ro IpAddress .1.3.6.1.4.1.2011.5.18.1.39.3 |
hwDhcpFlowStatisticsTableQueries 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. SEQUENCE OF HwDhcpFlowStatisticsEntry .1.3.6.1.4.1.2011.5.18.1.40 |
hwDhcpFlowStatisticsEntryQueries 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. HwDhcpFlowStatisticsEntry .1.3.6.1.4.1.2011.5.18.1.40.1 |
hwDhcpFlowStatisticsIndexThe index of the dhcp flow statistics table.
Indicates service port ID. Unsigned32 .1.3.6.1.4.1.2011.5.18.1.40.1.1 |
hwDhcpFlowStatisticsRowStatusIndicates 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).rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.2011.5.18.1.40.1.2 |
hwDhcpFlowStatisticsOperModeReset 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.rw Enumeration .1.3.6.1.4.1.2011.5.18.1.40.1.3 |
hwDhcpFlowStatisticsReceiveDiscoverNumber of received DHCP discover packets.ro Unsigned32 .1.3.6.1.4.1.2011.5.18.1.40.1.4 |
hwDhcpFlowStatisticsReceiveOfferNumber of received DHCP offer packets.ro Unsigned32 .1.3.6.1.4.1.2011.5.18.1.40.1.5 |
hwDhcpFlowStatisticsReceiveRequestNumber of received DHCP request packets.ro Unsigned32 .1.3.6.1.4.1.2011.5.18.1.40.1.6 |
hwDhcpFlowStatisticsReceiveDeclineNumber of received DHCP decline packets.ro Unsigned32 .1.3.6.1.4.1.2011.5.18.1.40.1.7 |
hwDhcpFlowStatisticsReceiveAckNumber of received DHCP ack packets.ro Unsigned32 .1.3.6.1.4.1.2011.5.18.1.40.1.8 |
hwDhcpFlowStatisticsReceiveNakNumber of received DHCP nack packets.ro Unsigned32 .1.3.6.1.4.1.2011.5.18.1.40.1.9 |
hwDhcpFlowStatisticsReceiveReleaseNumber of received DHCP release packets.ro Unsigned32 .1.3.6.1.4.1.2011.5.18.1.40.1.10 |
hwDhcpFlowStatisticsReceiveInformNumber of received DHCP inform packets.ro Unsigned32 .1.3.6.1.4.1.2011.5.18.1.40.1.11 |
hwDhcpFlowStatisticsReceiveRenewNumber of received DHCP renew packets.ro Unsigned32 .1.3.6.1.4.1.2011.5.18.1.40.1.12 |
hwDhcpFlowStatisticsSendDiscoverNumber of sent DHCP discover packets.ro Unsigned32 .1.3.6.1.4.1.2011.5.18.1.40.1.13 |
hwDhcpFlowStatisticsSendOfferNumber of sent DHCP offer packets.ro Unsigned32 .1.3.6.1.4.1.2011.5.18.1.40.1.14 |
hwDhcpFlowStatisticsSendRequestNumber of sent DHCP request packets.ro Unsigned32 .1.3.6.1.4.1.2011.5.18.1.40.1.15 |
hwDhcpFlowStatisticsSendDeclineNumber of sent DHCP decline packets.ro Unsigned32 .1.3.6.1.4.1.2011.5.18.1.40.1.16 |
hwDhcpFlowStatisticsSendAckNumber of sent DHCP ack packets.ro Unsigned32 .1.3.6.1.4.1.2011.5.18.1.40.1.17 |
hwDhcpFlowStatisticsSendNakNumber of sent DHCP nack packets.ro Unsigned32 .1.3.6.1.4.1.2011.5.18.1.40.1.18 |
hwDhcpFlowStatisticsSendReleaseNumber of sent DHCP release packets.ro Unsigned32 .1.3.6.1.4.1.2011.5.18.1.40.1.19 |
hwDhcpFlowStatisticsSendInformNumber of sent DHCP inform packets.ro Unsigned32 .1.3.6.1.4.1.2011.5.18.1.40.1.20 |
hwDhcpFlowStatisticsSendRenewNumber of sent DHCP renew packets.ro Unsigned32 .1.3.6.1.4.1.2011.5.18.1.40.1.21 |
hwDhcpFlowStatisticsReceiveUnknownTypeNumber of received unknown type DHCP packets.ro Unsigned32 .1.3.6.1.4.1.2011.5.18.1.40.1.22 |
hwDhcpFlowStatisticsTagTooLongNumber of DHCP packets which option length is over 255.ro Unsigned32 .1.3.6.1.4.1.2011.5.18.1.40.1.23 |
hwDhcpFlowStatisticsFrameTooLongNumber of DHCP packets which packet length is over max length after adding options.
The defalut value of DHCP packet max length is 1500 bytes.ro Unsigned32 .1.3.6.1.4.1.2011.5.18.1.40.1.24 |
hwDhcpFlowStatisticsReceiveUntrustNumber of DHCP packets with untrusty options.ro Unsigned32 .1.3.6.1.4.1.2011.5.18.1.40.1.25 |
hwDhcpFlowStatisticsReceiveWithGiaddrNumber of DHCP packets which giaddr is not zero.ro Unsigned32 .1.3.6.1.4.1.2011.5.18.1.40.1.26 |
hwDhcpReverseIndicates 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)rw Enumeration .1.3.6.1.4.1.2011.5.18.1.41 |
hwDhcpProxyTraps OBJECT IDENTIFIER .1.3.6.1.4.1.2011.5.18.2 |
hwDhcpProxyCommonTraps OBJECT IDENTIFIER .1.3.6.1.4.1.2011.5.18.2.1 |
hwDhcpProxyCommonTrapsPrefix OBJECT IDENTIFIER .1.3.6.1.4.1.2011.5.18.2.1.0 |
hwDhcpSmltResultTrapThis notification is generated when DHCP client has found network-side DHCP server or finding timeout. NOTIFICATION-TYPE .1.3.6.1.4.1.2011.5.18.2.1.0.1 |
hwDhcpProxyAlarmTraps OBJECT IDENTIFIER .1.3.6.1.4.1.2011.5.18.2.2 |
hwDhcpProxyAlarmTrapsPrefix OBJECT IDENTIFIER .1.3.6.1.4.1.2011.5.18.2.2.0 |
hwIpConflictTrapThis notification is generated when an IP address got by DHCP client for the interface
conflicted with those assigned to other interfaces. NOTIFICATION-TYPE .1.3.6.1.4.1.2011.5.18.2.2.0.1 |