Command descriptions
TransPort LR User Guide
156
eth
Configures an Ethernet interface.
Syntax
eth <1 - 4> <parameter> <value>
Parameters
state
Enables or disables the Ethernet interface, or enables it as an on-demand interface. The 'on-demand'
setting allows configuring the Ethernet interface as an on-demand interface. An on-demand interface
is brought up as needed if a higher priority goes down.
Accepted values can be one of off, on or on-demand. The default value is on.
description
A description of the Ethernet interface.
Accepted value is any string up to 63 characters.
duplex
The duplex mode the device uses to communicate on the Ethernet network. The keyword 'auto'
causes the device to sense the mode used on the network and adjust automatically.
Accepted values can be one of auto, full or half. The default value is auto.
speed
Transmission speed, in Mbps, the device uses on the Ethernet network. The keyword 'auto' causes
the device to sense the Ethernet speed of the network and adjust automatically.
Accepted values can be one of auto, 10, 100 or 1000. The default value is auto.
mtu
The Maximum Transmission Unit (MTU) transmitted over the Ethernet interface.
Accepted value is any integer from 64 to 1500. The default value is 1500.
Examples
n
eth 3 mask 255.255.255.0
Set network mask of Ethernet interface 3 to 255.255.255.0.
n
eth 3 state on
Enable Ethernet interface 3.
n
eth 3 state off
Disable Ethernet interface 3.