duplex (Management Ethernet)
To configure duplex mode operation on a Management Ethernet interface, use the duplex command in interface configuration mode. To return the interface to autonegotiated duplex mode, use the no form of the duplex command.
duplex {full | half}
no duplex
Syntax Description
full |
Configures the Management Ethernet interface to operate in full duplex mode. |
half |
Configures the Management Ethernet interface to operate in half duplex mode. |
Command Default
Autonegotiates duplex operation
Command Modes
Interface configuration
Command History
Release |
Modification |
---|---|
Release 6.0 |
This command was introduced. |
Usage Guidelines
No specific guidelines impact the use of this command.
Task ID
Task ID |
Operations |
---|---|
interface |
read, write |
Examples
This example shows how to configure the Management Ethernet interface to operate in full duplex mode:
RP/0/RP0/CPU0:router(config)# interface mgmtEth 0/
RP0/CPU0/0
RP/0/RP0/CPU0:router(config-if)# duplex full
This example shows how to configure the Management Ethernet interface to operate in half duplex mode:
RP/0/RP0/CPU0:router(config)# interface mgmtEth 0/RP0/CPU0/0
RP/0/RP0/CPU0:router(config-if)# duplex half
This example shows how to return a Management Ethernet interface to autonegotiated duplex mode:
RP/0/RP0/CPU0:router(config)# interface mgmtEth 0/RP0/CPU0/0
RP/0/RP0/CPU0:router(config-if)# no duplex