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}
Syntax Description
full |
Configures the Management Ethernet interface to operate in full duplex mode.
|
Command Default
Autonegotiates duplex operation
Command Modes
Interface configuration
Command History
Release |
Modification |
---|---|
Release 3.7.2 |
This command was introduced. |
Usage Guidelines
No specific guidelines impact the use of this command.
Task ID
Task ID |
Operations |
---|---|
interface |
read, write |
Examples
The following example shows how to configure the Management Ethernet interface to operate in full duplex mode:
RP/0/RSP0/CPU0:router(config)# interface MgmtEth 0/RSP0/CPU0/0
RP/0/RSP0/CPU0:router(config-if)# duplex full
The following example shows how to configure the Management Ethernet interface to operate in half duplex mode:
RP/0/RSP0/CPU0:router(config)# interface MgmtEth 0/RSP0/CPU0/0
RP/0/RSP0/CPU0:router(config-if)# duplex half
The following example shows how to return a Management Ethernet interface to autonegotiated duplex mode:
RP/0/RSP0/CPU0:router(config)# interface MgmtEth 0/RSP0/CPU0/0
RP/0/RSP0/CPU0:router(config-if)# no duplex