hwPPPoESmltResult
HUAWEI-IPDSLAM-PPPOE-MIB ·
.1.3.6.1.4.1.2011.6.107.2.1.8
Object
column Enumeration
Indicates the simulation result.
Options:
1. success(0) -indicates the PPPoE simulation is success
2. otherError(1) -indicates other errors
3. timeout(2) -indicates the PPPoE simulation timeout
4. paramNegoFail(3) -indicates parameter negotiation failure
5. authenticationFail(4) -indicates the simulation authentication is failed
6. peerDownRequest(5) -indicates that the dialup request is denied by the peer end
7. waitPADOTimeout(6) -indicates that sending PADI and waiting for PADO time out
8. waitPADSTimeout(7) -indicates that sending PADR and waiting for PADS time out
9. waitPPPTimeout(8) -indicates waiting for PPP times out, such as an LCP timeout
or an NCP timeout.
10. linkAbnormal(9) -indicates the link of the PPPoE simulation is abnormal
Context
- MIB
- HUAWEI-IPDSLAM-PPPOE-MIB
- OID
.1.3.6.1.4.1.2011.6.107.2.1.8- Type
- column
- Access
- readonly
- Status
- current
- Parent
- hwPPPoESmltAdminEntry
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-PPPOE-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-IPDSLAM-PPPOE-MIB::hwPPPoESmltResult'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HUAWEI-IPDSLAM-PPPOE-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-IPDSLAM-PPPOE-MIB::hwPPPoESmltResult.<hwPPPoESmltObjIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HUAWEI-IPDSLAM-PPPOE-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HUAWEI-IPDSLAM-PPPOE-MIB::hwPPPoESmltResult'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | success |
1 | otherError |
2 | timeout |
3 | paramNegoFail |
4 | authenticationFail |
5 | peerDownRequest |
6 | waitPADOTimeout |
7 | waitPADSTimeout |
8 | waitPPPTimeout |
9 | linkAbnormal |