set port flowcontrol

Last Updated : Nov 06, 2012 |

Sets the send or receive mode for flow-control frames (IEEE 802.3x or proprietary) for a full duplex port. Each direction (send or receive) can be configured separately.

Syntax

set port flowcontrol {receive | send | all} module/port {off | on | proprietary}

Parameters

Parameter

Description

Possible Values

Default Value

receive

Keyword specifying whether the port can receive its administrative status from a remote device.

This option is only available for Gigabit Ethernet modules with negotiation set to off.

send

Keyword specifying whether the local port can send its administrative status to a remote device.

This option is only available for Gigabit Ethernet modules with negotiation set to off.

all

Keyword specifying whether the port can send and receive (symmetric flow control).

Used with on indicates that the local port acts upon and sends flow control frames.

Used with off indicates that the local port discards and does not send flow control frames.

module

Number of the module

port

Number of the port on the module

off

Used with receive to turn off an attached device's ability to send flow-control packets to a local port. Used with send to turn off the local port's ability to send administrative status to a remote device.

on

Used with receive to specify that a local port receives administrative status from a remote device. Used with send to specify that a local port sends administrative status to a remote device.

proprietary

Used with all to indicate that the local port acts on and sends Avaya proprietary flow control frames

User level

read-write

Context

general

Examples

To specify that port 6/5 receives administrative status from a remote device:
Gxxx-001# set port flowcontrol receive 6/5 on
Port 6/5 flow control receive administration status set to on
(port will require far end to send flowcontrol)
To specify that port 6/5 cannot send administrative status to a remote device:
Gxxx-001# set port flowcontrol send 6/5 off
Port 6/5 flow control send administration status set to off
(port will send flowcontrol to far end)