11 duplex – CANOGA PERKINS 9175 Command Reference User Manual

Page 51

Advertising
background image

CanogaOS Command Reference

4-7

The following example sets the description on the interface.

Switch(config-if)# description the type of interface is Ethernet

The following example removes the description on the interface.

Switch(config-if)# no description

Related Commands

None

4.11 duplex

Use the duplex interface configuration command to specify the duplex mode of operation for a port. Use

the no form of this command to return the port to its default value.

Command Syntax

duplex {auto |full |half}

no duplex

auto: Enable automatic duplex configuration; port automatically detects whether it should run in

full- or half-duplex mode, depending on the attached device mode.

full: Enable full-duplex mode.

half: Enable half-duplex mode (only for interfaces operating at 10 or 100 Mb/s). You

cannot configure half-duplex mode for interfaces operating at 1000 or

10,000 Mb/s.

Command Mode

Interface configuration

Defaults

auto

Usage

The command is not allowed to be set on 10G port or optical mode of combo port.

Examples

The following example sets the duplex mode to auto.

Switch(config-if)# duplex auto

The following example sets the duplex mode to full.

Switch(config-if)# duplex full

The following example returns the duplex mode to default.

Switch(config-if)# no duplex

Related Commands

bandwidth

speed

Advertising