duplex
Supported on the following devices:
- Access Points: AP5010, AP310i/e, AP410i/e, AP505i, AP510i, AP510e, AP560i, AP6522, AP6562, AP7161, AP7502,
AP7522, AP7532, AP7562, AP7602, AP7612, AP7622, AP763, AP7662, AP8163, AP8543,
AP8533.
- Service Platforms:
NX5500, NX7500, NX9500, NX9600
- Virtual Platforms: CX9000, VX9000
Parameters
duplex [auto|half|full]
auto |
Enables automatic duplexity on an interface port. The port automatically detects whether it should run in full or half-duplex mode. (default setting) |
half |
Sets the port to half-duplex mode. Allows communication in one direction only at any given time. When selected, data is sent over the port, then immediately data is received from the direction in which the data was transmitted. |
full |
Sets the port to full-duplex mode. Allows communication in both directions simultaneously. When selected, the port can send data while receiving data as well. |
Example
nx9500-6C8809(config-profile-testnx5500-if-ge1)#duplex full
nx9500-6C8809(config-profile-testnx5500-if-ge1)#show context
interface ge1
description "This is GigabitEthernet interface for Royal King"
duplex full
dot1x supplicant username Bob password 0 test@123
ip dhcp trust
qos trust dscp
qos trust 802.1p
channel-group 1
nx9500-6C8809(config-profile-testnx5500-if-ge1)#
Related Commands
no |
Reverts to default (auto) |