hwPPPoESmltCurrentPhase

HUAWEI-IPDSLAM-PPPOE-MIB · .1.3.6.1.4.1.2011.6.107.2.1.7

Object

column Enumeration
Indicates the current stage of the simulation.
Options:
1. discovery(1)      -indicates the discovery stage of PPPoE dialup
2. lcp(2)            -indicates the LCP negotiation stage. In this stage, 
                      the parameters required for creating, maintaining, and 
                      terminating the PPP networking are negotiated.
3. authentication(3) -indicates the authentication stage. In this stage, 
                      the user is authenticated after the PPPoE connection is 
                      set up.
4. ncp(4)            -indicates the NCP negotiation stage. In this stage, the 
                      network-layer compression protocol and IP address are 
                      negotiated.
5. online(5)         -indicates the data transmission stage
6. stop(6)           -indicates that PPPoE dialup is not performed

Context

MIB
HUAWEI-IPDSLAM-PPPOE-MIB
OID
.1.3.6.1.4.1.2011.6.107.2.1.7
Type
column
Access
readonly
Status
current
Parent
hwPPPoESmltAdminEntry

Walk 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::hwPPPoESmltCurrentPhase'
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::hwPPPoESmltCurrentPhase.<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::hwPPPoESmltCurrentPhase'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1discovery
2lcp
3authentication
4ncp
5online
6stop