hwDhcpSimulateResult
HUAWEI-IPDSLAM-SIMULATION-MIB ·
.1.3.6.1.4.1.2011.5.113.1.2.1.2
Object
column Enumeration
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.
Context
- MIB
- HUAWEI-IPDSLAM-SIMULATION-MIB
- OID
.1.3.6.1.4.1.2011.5.113.1.2.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- hwDhcpSimulateResultEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'HUAWEI-IPDSLAM-SIMULATION-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-IPDSLAM-SIMULATION-MIB::hwDhcpSimulateResult'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HUAWEI-IPDSLAM-SIMULATION-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-IPDSLAM-SIMULATION-MIB::hwDhcpSimulateResult.<hwDhcpSimulateFlowId>.<hwDhcpSimulateMacAddress>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HUAWEI-IPDSLAM-SIMULATION-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HUAWEI-IPDSLAM-SIMULATION-MIB::hwDhcpSimulateResult'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | sendPacketFail |
2 | dhcpServerNotFound |
3 | dhcpServerRejectRequest |
4 | getIpOvertime |
5 | getIpSuccessful |
6 | allPingSucceed |
7 | partialPingSucceed |
8 | allPingFail |
9 | systemResourceNotEnough |
10 | unknown |