zyPortFlowControlState
ZYXEL-PORT-MIB ·
.1.3.6.1.4.1.890.1.15.3.61.1.1.1.2
Object
column r/w
Enumeration
Enable/Disable the flow control on this port. A concentration of traffic on a port decreases port bandwidth and overflows buffer memory causing packet discards and frame losses. Flow control is used to regulate transmission of signals to match the bandwidth of the receiving port.
Context
- MIB
- ZYXEL-PORT-MIB
- OID
.1.3.6.1.4.1.890.1.15.3.61.1.1.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- zyxelPortEntry
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 'ZYXEL-PORT-MIB' -M '/opt/observium/mibs/zyxel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZYXEL-PORT-MIB::zyPortFlowControlState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZYXEL-PORT-MIB' -M '/opt/observium/mibs/zyxel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZYXEL-PORT-MIB::zyPortFlowControlState.<dot1dBasePort>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZYXEL-PORT-MIB' -M '/opt/observium/mibs/zyxel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZYXEL-PORT-MIB::zyPortFlowControlState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | tx-rx |
2 | disable |
3 | tx |
4 | rx |