hwPPPoEClientSessionCurrentPhase

HUAWEI-IPDSLAM-PPPOE-MIB · .1.3.6.1.4.1.2011.6.107.4.1.1

Object

column Enumeration
Used for querying the current stage of a PPPoE session. 
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. disable(6)        -indicates that PPPoE dialup is not performed
7. initialstate(255) -indicates the initial state

Context

MIB
HUAWEI-IPDSLAM-PPPOE-MIB
OID
.1.3.6.1.4.1.2011.6.107.4.1.1
Type
column
Access
readonly
Status
current
Parent
hwPPPoEClientSessionEntry

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::hwPPPoEClientSessionCurrentPhase'
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::hwPPPoEClientSessionCurrentPhase.<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::hwPPPoEClientSessionCurrentPhase'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1discovery
2lcp
3authentication
4ncp
5online
6disable
255initialstate