MIB Viewer

hwDhcpSimulateResult

OBJECT-TYPE
1.3.6.1.4.1.2011.5.113.1.2.1.2
Access
read-only
Status
current
Sub-identifiers
0
Indicates the simulation result of the current simulation instance. Options: 1. sendPacketFail(1) -Indicates that the packet fails to be sent. 2. dhcpServerNotFound(2) -Indicates that the DHCP server cannot be found. 3. dhcpServerRejectRequest(3) -Indicates that the DHCP server rejects the request. 4. getIpOvertime(4) -Indicates that the request for IP address is overtime. 5. getIpSuccessful(5) -Indicates that the request for IP address succeeds. 6. allPingSucceed(6) -Indicates that all ping operations succeed. 7. partialPingSucceed(7) -Indicates that parts of ping operations succeed. 8. allPingFail(8) -Indicates that all ping operations fail. 9. systemResourceNotEnough(9) -Indicates that the resource is not enough. 10. unknown(10) -Indicates other results.
INTEGER{ sendPacketFail(1), dhcpServerNotFound(2), dhcpServerRejectRequest(3), getIpOvertime(4), getIpSuccessful(5), allPingSucceed(6), partialPingSucceed(7), allPingFail(8), systemResourceNotEnough(9), unknown(10) }