47
9 duplex command
This command is used to set the duplex mode of the interface port(s). It could
be full duplex or half duplex.
Note
: Half duplex is for 10M and 100M speed mode only. 1000M speed mode
don’t support half duplex.
duplex full command will set the interface port(s) to full duplex.
duplex half command will set the interface port(s) to half duplex.
10 end command
This command is used to exit from interface mode.
(config-if)# end
(config)#
11 flowcontrol command
This command is used to enable flow control function of the interface port(s).
flowcontrol command is used to enable flow control function of the interface
port(s).
no flowcontrol command is used to disable flow control function of the
interface port(s).
12 interface command
This command is used to change the interface port(s) or interface VLAN groups
for next setup commands.
(config-if)# interface ?
ethernet Ethernet port
vlan Switch Virtual LAN interface
For example,
“(config)# interface ethernet 1/5” will set current setup interface to Port 5 and all
the commands will be applied to Port 5.
“(config-if)# interface ethernet 1/6-7” will change current setup interface to Port
6-7 and all the commands will be applied to Port 6-7.
If “vlan” sub-command is used, current setup interface will be changed to some
VLAN groups. For example,
“(config-if)# interface vlan 100” will change current setup interface to VLAN 100
and all next commands will be applied to VLAN 100.
The description of commands in interface configuring mode is put in Section
6.2.4 Interface Configuring Commands. Please refer to the section for the
details.
13 ip-filter command