System information
Configuring Interfaces and TCP/IP Features
5-7
where:
slot is the 10/100 Ethernet module slot.
interface is the Ethernet interface number.
2. To manually set the duplex mode for full-duplex so that the Ethernet interface can
send and receive signals at the same time, use the duplex full command in
Interface Configuration mode, as shown in the following example:
MOT(config-if)#duplex full
- or -
To manually set the duplex mode for half-duplex so that the Ethernet interface
can either send or receive signals, but cannot do both at the same time, use the
duplex half command in Interface Configuration mode, as shown in the
following example:
MOT(config-if)#duplex half
To return to the default, which is to auto-negotiate the duplex mode, use the
duplex auto command in Interface Configuration mode, as shown in the
following example:
MOT(config-if)#duplex auto
3. To manually set the speed of the Ethernet interface to 100 Mbps, use the speed
100 command in Interface Configuration mode, as shown in the following
example:
MOT(config-if)#speed 100
- or -
To manually set the speed of the Ethernet interface to 10 Mbps, use the speed 10
command in Interface Configuration mode, as shown in the following example:
MOT(config-if)#speed 10
To return to the default, which is to auto-negotiate the speed of the Ethernet
interface, use the speed auto command in Interface Configuration mode, as
shown in the following example:
MOT(config-if)#speed auto
4. To verify the speed and duplex mode for the Ethernet interface, use the show
interface ethernet command in any mode, as shown in the following example:
MOT(config-if)#show interface ethernet <slot>/<interface>
where: