duplex Configuration Command

duplex CISCO Switch Command in Linux

Explanation


duplex command is used to configure the data transmission settings. There are three options available to configure the transmission, which are full duplex/half duplex/auto.

Usage:

duplex [full duplex|half duplex|auto]

Example:

HSCRIPTS#configure terminal

Enter configuration commands, one per line. End with CNTL/Z.
HSCRIPTS(config)#interface GigabitEthernet0/2
HSCRIPTS(config-if)#duplex half
HSCRIPTS(config-if)#exit


Note:
To make any cofiguration changes, you need to log into 'configure terminal'.

Ask Questions

Ask Question