All MIBs › CHARACTER-MIB › charPortInFlowTypes
charPortInFlowTypes
Module: CHARACTER-MIB
OID (symbolic): CHARACTER-MIB::charPortInFlowTypes
OID (numeric): 1.3.6.1.2.1.19.2.1.19
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-write
Description:
The port's types of input flow control at the software level. Hardware-level flow control is independently controlled by the appropriate hardware-level MIB.
A value of zero indicates no flow control. Depending on the specific implementation, any or all combinations of flow control may be chosen by adding the values:
128 xonXoff, recognizing XON and XOFF characters 64 enqHost, ENQ/ACK to allow input to host 32 enqTerm, ACK to allow output to port
What is charPortInFlowTypes?
Read-write bitmask configuring the software-level input flow-control method(s) used on the port; a value of zero means no flow control is applied (hardware flow control is managed separately).
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.19.2.1.19 snmpwalk -v2c -c public <target> CHARACTER-MIB::charPortInFlowTypes
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.19.2.1.19.1 snmpget -v2c -c public <target> CHARACTER-MIB::charPortInFlowTypes.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.2.1.19.2.1.19.1 s <value>
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.2 | mgmt | BKTEL-HFC862-BASE-MIB |
| 1.3.6.1.2.1 | mib_2 | CHECKPOINT-MIB-2 |
| 1.3.6.1.2.1.19 | char | CHARACTER-MIB |
| 1.3.6.1.2.1.19.2 | charPortTable | CHARACTER-MIB |
| 1.3.6.1.2.1.19.2.1 | charPortEntry | CHARACTER-MIB |
| 1.3.6.1.2.1.19.2.1.19 | charPortInFlowTypes | CHARACTER-MIB |