Description:
|
portFlowCtrlCfg OBJECT-TYPE
SYNTAX INTEGER {enabled(1), disabled(2), tx(5), rx(6)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"(1) Flow control mechanism is enabled with tx and rx pause
mechansim.
If the port type is hundredBaseTX or thousandBaseSX:
When the port is operating in halfDuplex mode, the
port uses backPressure flow control mechanism. When
the port is operating in fullDuplex mode, the port
uses IEEE 802.3x flow control mechanism.
If the port type is hundredBaseFX:
When the port is operating in halfDuplex mode, the
port uses backPressure flow control mechanism. When
the port is operating in fullDuplex mode, Flow
control mechanism will not function.
(2) Flow control mechanism is disabled.
(5) Flow control mechanism is enabled with tx pause
mechanism only.
(6) Flow control mechansim is enabled with rx pause
mechansim only.
Fast ethernet ports can be set as:
enabled(1),
disabled(2).
Gigabit ethernet ports can be set as:
enabled(1),
disabled(2),
tx(5),
rx(6).
The actual flow control mechanism is used given by
portFlowCtrlStatus."
|
|