Include Page |
---|
| KBCOMMON:KB-CSSstyle |
---|
| KBCOMMON:KB-CSSstyle |
---|
|
...
Info |
---|
The interface name can be either "(disabled) " for a disabled interface or "<network interface name> " Examples: load packet_port/chnetwrk NIC1 interface= "(disabled)"
load packet_port/chnetwrk NIC2 interface="ens33"
|
|
Note |
---|
The AlphaServer DS 15 DS15 and DS25 contain two built-in PCI Ethernet adapters. Models and names (EI* or EW*) of them depend on configuration addon. Choose one of the two or none, but not both. The first instantiates onboard network interfaces as EIA and EWA. While the second - EWA and EWB (enabled by default for backward compatibility) Example:
#include ds25-onboard-nics.icfg
include ds25-onboard-nics-ew.icfg |
It could be necessary to specify the path to the .icfg file if you use your own configuration file using the "include /opt/charon/cfg/ds25-onboard-nics-ew.icfg" syntax. |
Include Page |
---|
| KBCOMMON:DOC-GoToToc |
---|
| KBCOMMON:DOC-GoToToc |
---|
|
...
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 |
...