Anchor | ||||
---|---|---|---|---|
|
...
Parameter | Type | Value | |||||||||||||
interface | Text String | Name of the corresponding instance of the "packet_port" component | |||||||||||||
station_address | Text String | The "station_address" provides the ability to configure the adapter’s permanent address. By default the adapter’s permanent address is read from the host system’s NIC.Set the "station_address" when you need to configure a satellite (remotely booted) system that will run DECnet or when the migrated software uses the permanent address on the network adapter. Format:
or
Example:
| |||||||||||||
rx_fifo_size | Numeric | "rx_fifo_size" sets the receive FIFO size. The value is specified in Kb and, by default, is pre-calculated from the connected port’s size of the receive queue. Typically, you do not need to change the "rx_fifo_size" parameter. It is available for extended tuning and debugging purposes. | |||||||||||||
adapter_mode | Text String | Defines the link speed and the duplex settings of the virtual network adapter (except for DE602/DE602AA - see below). The values are:
Example:
|
...
The EIx0_MODE variable name is case insensitive, while its values are case sensitive! This is feature of OpenVMS EIDRIVER.
The values are:
Parameter | Description |
---|---|
"Auto" | Auto-negotiate (default) |
"Twisted" | 10Mbps half duplex |
"Full" | 10Mbps full duplex |
"Fast" | 100Mbps half duplex |
"FastFD" | 100Mbps full duplex |
...