swL2PortInfoFlowCtrlOperStatus
DES1228MEv2-28-L2MGMT-MIB ·
.1.3.6.1.4.1.171.11.116.2.2.2.1.1.10
Object
column Enumeration
The current operational state of flow control. The none (1) state indicates that no flow control is performed. The flow control mechanism is different between full duplex mode and half duplex mode. For full duplex mode, the IEEE 802.3x (2) flow control function sends PAUSE frames and receives PAUSE frames. For half duplex mode, backpressure (3) is performed.
Context
- MIB
- DES1228MEv2-28-L2MGMT-MIB
- OID
.1.3.6.1.4.1.171.11.116.2.2.2.1.1.10- Type
- column
- Access
- readonly
- Status
- current
- Parent
- swL2PortInfoEntry
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 'DES1228MEv2-28-L2MGMT-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DES1228MEv2-28-L2MGMT-MIB::swL2PortInfoFlowCtrlOperStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DES1228MEv2-28-L2MGMT-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DES1228MEv2-28-L2MGMT-MIB::swL2PortInfoFlowCtrlOperStatus.<swL2PortInfoPortIndex>.<swL2PortInfoMediumType>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DES1228MEv2-28-L2MGMT-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DES1228MEv2-28-L2MGMT-MIB::swL2PortInfoFlowCtrlOperStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | ieee8023x |
3 | backPressure |