hwPPPoEClientSessionDiagnostic
HUAWEI-IPDSLAM-PPPOE-MIB ·
.1.3.6.1.4.1.2011.6.107.4.1.9
Object
column Enumeration
Used for querying the information about a PPPoE dialup result.
Options:
1. success(1) -indicates successful PPPoE dialup
2. otherError(2) -indicates other errors
3. timeout(3) -indicates dialup timeout
4. waitPADOTimeout(4) -indicates that sending PADI and waiting for PADO time out
5. waitPADSTimeout(5) -indicates that sending PADR and waiting for PADS time out
6. waitPPPTimeout(6) -indicates waiting for PPP times out, such as an LCP timeout
or an NCP timeout.
7. paramNegoFail(7) -indicates parameter negotiation failure
8. authenticationFail(8) -indicates authentication failure
9. peerDownRequest(9) -indicates that the dialup request is denied by the peer end
10.linkAbnormal(10) -indicates that the link is unnormal
11.initialstate(256) -indicates the initial state
Context
- MIB
- HUAWEI-IPDSLAM-PPPOE-MIB
- OID
.1.3.6.1.4.1.2011.6.107.4.1.9- Type
- column
- Access
- readonly
- Status
- current
- Parent
- hwPPPoEClientSessionEntry
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::hwPPPoEClientSessionDiagnostic'
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::hwPPPoEClientSessionDiagnostic.<hwPPPoEClientConfigName>'
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::hwPPPoEClientSessionDiagnostic'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | success |
2 | otherError |
3 | timeout |
4 | waitPADOTimeout |
5 | waitPADSTimeout |
6 | waitPPPTimeout |
7 | paramNegoFail |
8 | authenticationFail |
9 | peerDownRequest |
10 | linkAbnormal |
256 | initialstate |