E-DOC-CTC-20061027-0003v2.0
Eth Commands
301
eth device ifconfig
Configure an Ethernet interface.
SYNTAX:
where:
eth device ifconfig intf = <string>
[type = <{auto | 10BaseTHD | 10BaseTFD |
100BaseTHD| 100BaseTFD} or number>]
[state = <{enabled | disabled}>]
intf The name of a physical interface. REQUIRED
type The Ethernet type.
Select either:
>auto: Auto negotiation of Ethernet communication speed
(10Mb/s or 100Mb/s) and Duplex mode (half duplex or full
duplex).
>10BaseTHD: 10Mb/s communication speed in half duplex
mode.
>10BaseTFD: 10Mb/s communication speed in full duplex
mode.
>100BaseTHD: 100Mb/s communication speed in half duplex
mode.
>100BaseTFD: 100Mb/s communication speed in full duplex
mode.
or enter a number between 0 (auto) and 5 (100BaseTFD).
The default is auto.
Note This value should never be changed, except in case of
communication problems.
OPTIONAL
state Enable or disable the interface.
The default is enabled.
OPTIONAL