dpwFlowType
DPW-ATM-MIB ·
.0.1.1.11.1.2
Object
column r/w
Enumeration
This variable is used to set the flow type as E2E / SEG / Both.
Context
- MIB
- DPW-ATM-MIB
- OID
.0.1.1.11.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- dpwAtmoamEntry
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 'DPW-ATM-MIB' -M '/opt/observium/mibs/dasan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DPW-ATM-MIB::dpwFlowType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DPW-ATM-MIB' -M '/opt/observium/mibs/dasan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DPW-ATM-MIB::dpwFlowType.<pwIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DPW-ATM-MIB' -M '/opt/observium/mibs/dasan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DPW-ATM-MIB::dpwFlowType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | ete |
2 | seg |
3 | both |