R3204P16-HP Load Balancing Module Network Management Command Reference-6PW101

12
Use the undo flow-control command to disable flow control on the Ethernet interface.
By default, flow control is disabled on Ethernet interfaces.
To implement flow control on a link, you must enable the flow control function at both ends of the link.
Examples
# Enable flow control on Ethernet interface Ten-GigabitEthernet 0/0.
<Sysname> system-view
[Sysname] interface Ten-GigabitEthernet 0/0
[Sysname-Ten-GigabitEthernet0/0] flow-control
interface
Syntax
interface interface-type { interface-number | interface-number.subnumber }
View
System view
Default level
2: System level
Parameters
interface-type interface-number: Specifies an interface by its type and number.
interface-number.subnumber: Specifies a subinterface number, where interface-number is an interface
number, and subnumber is the number of a subinterface created under the interface. The subnumber
argument ranges from 1 to 4094.
Description
Use the interface command to enter interface/subinterface view. With the interface-number.subnumber
argument specified, if the subinterface identified by the argument does not exist, this command creates
the subinterface first, and then enters subinterface view.
Examples
# Enter GigabitEthernet 0/3 interface view (assuming that the interface is a Layer 2 Ethernet interface).
<Sysname> system-view
[Sysname] interface gigabitethernet 0/3
[Sysname-GigabitEthernet0/3]
# Create Ethernet subinterface GigabitEthernet 0/3.1 and enter the subinterface view (assuming that
GigabitEthernet 0/3 is a Layer 2 Ethernet interface and the subinterface does not exist).
<Sysname> system-view
[Sysname] interface gigabitethernet 0/3.1
[Sysname-GigabitEthernet0/3.1]
# Enter Ten-GigabitEthernet 0/0 interface view (assuming that the interface is a Layer 3 Ethernet
interface).
<Sysname> system-view
[Sysname] interface Ten-GigabitEthernet 0/0
[Sysname-Ten-GigabitEthernet0/0]