adGenEthernetDslamFlowRev2ActivationStatus
ADTRAN-ETHERNET-DSLAM-FLOW-MIB ·
.1.3.6.1.4.1.664.5.70.2.11.1.60
Object
column Enumeration
Provides an indication of whether the flow is actually activated. If adGenEthernetDslamFlowRev2RowStatus is not active, this object will return notActivated. When rowStatus is successfully set to active, the flow begins attempting to activate. If the module must acquire system information relating to the flow (such as provisioned VLANs, interfaces, etc.), this object will return inProgress. If the module detects a provisioning conflict, it will return error. adGenEthernetDslamFlowRev2LastErrorString can be used to identify the source of any problems. When the flow has activated successfully, this object will return active.
Context
- MIB
- ADTRAN-ETHERNET-DSLAM-FLOW-MIB
- OID
.1.3.6.1.4.1.664.5.70.2.11.1.60- Type
- column
- Access
- readonly
- Status
- current
- Parent
- adGenEthernetDslamFlowRev2Entry
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 'ADTRAN-ETHERNET-DSLAM-FLOW-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ADTRAN-ETHERNET-DSLAM-FLOW-MIB::adGenEthernetDslamFlowRev2ActivationStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ADTRAN-ETHERNET-DSLAM-FLOW-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ADTRAN-ETHERNET-DSLAM-FLOW-MIB::adGenEthernetDslamFlowRev2ActivationStatus.<adGenSlotInfoIndex>.<adGenEthernetDslamFlowRev2Index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ADTRAN-ETHERNET-DSLAM-FLOW-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ADTRAN-ETHERNET-DSLAM-FLOW-MIB::adGenEthernetDslamFlowRev2ActivationStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | notActivated |
2 | inProgress |
3 | active |
4 | error |