ctFlowCtlHalfDuplexAdminStatus
CTRON-ETHERNET-PARAMETERS-MIB ·
.1.3.6.1.4.1.52.4.1.2.4.2.2.1.1.1
Object
column mandatory
r/w
Enumeration
The administrative status requested by management for back pressure on this port. Back pressure is a collision based flow control mechanism used in half duplex configurations. The value of enabled(1) indicates that back pressure should be enabled on this port if the port is in half duplex. The value of disable(2) indicates that back pressure should be disabled on this port.
Context
- MIB
- CTRON-ETHERNET-PARAMETERS-MIB
- OID
.1.3.6.1.4.1.52.4.1.2.4.2.2.1.1.1- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- ctFlowCtlEntry
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 'CTRON-ETHERNET-PARAMETERS-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CTRON-ETHERNET-PARAMETERS-MIB::ctFlowCtlHalfDuplexAdminStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CTRON-ETHERNET-PARAMETERS-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CTRON-ETHERNET-PARAMETERS-MIB::ctFlowCtlHalfDuplexAdminStatus.<ctIfPortIfNumber>.<ctIfPortPortNumber>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CTRON-ETHERNET-PARAMETERS-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CTRON-ETHERNET-PARAMETERS-MIB::ctFlowCtlHalfDuplexAdminStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | enabled |
2 | disabled |