Anchor | ||||
---|---|---|---|---|
|
Include Page | ||||
---|---|---|---|---|
|
...
Load network adapter (if required)
Use the "load" command as shown below.
Example:For DEC21040 adapters For Intel i8255x adapters load DE500BA/dec21x4x NIC
load DE602/i8255x NIC
By default each loaded virtual network adapter uses first available PCI slot. If instead some particular slot is neded, refer to this section for details of specific placement of PCI peripherals on CHARON-AXP PCI bus.
Load "packet_port" or "tap_port"
Load "packet_port" or "tap_port" to connect network adapter to the host hardware network card (or to a virtual network interface).
Example:load packet_port/chnetwrk NDIS interface = "eth1"
Connect the loaded "packet_port" ("tap_port") to the loaded virtual network adapter
Connect the network adapter to the "packet_port" ("tap_port") by setting the interface name.
Example:set NIC interface = NDIS
...
Parameter | station_address | |||
---|---|---|---|---|
Type | Text String | |||
Value | 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. Format:
or
Example:
|
...
Parameter | adapter_mode | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Type | Text String | |||||||||||||
Value | Defines the link speed and the duplex settings of the virtual network adapter (except for DE602/DE602AA - see below). The values are:
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 |
Example:
>>>set eia0_mode FastFD |
...
load packet_port/chnetwrk <instance-name> |
Example:
load packet_port/chnetwrk pp1 |
...
Parameter | interface | ||
---|---|---|---|
Type | Text string | ||
Value | This parameter identifies an Ethernet adapter of the host system dedicated to CHARON-AXP. Syntax:
Example:
|
...
Parameter | port_enable_mac_addr_change | |
---|---|---|
Type | Boolean | |
Value | If "true" is specified (default value), CHARON-AXP sets the appropriate Ethernet address automatically. If "false" is specified, set the Ethernet address manually. Example:
|
...
Parameter | port_retry_on_tx | |
---|---|---|
Type | Numeric | |
Value | The "port_retry_on_tx" parameter controls the number of times a port will attempt to transmit a packet before giving up. By default, the value is 3. Increasing this value may introduce problems in carrier loss logic, because not all NIC drivers support a carrier status query. Typically, you do not need to increase the value. Example:
|
...
Parameter | port_pending_rx_number | |
---|---|---|
Type | Numeric | |
Value | The "port_pending_rx_number" parameter sets the number of pending receive buffers. The default value is 63. The maximum value allowed is 195. You may want to increase the "port_pending_rx_number" when you have very busy networking and experience problems like losing connections not related to the carrier loss. Typically, you do not need to change this parameter. Example:
|
...
Parameter | port_pending_tx_number | |
---|---|---|
Type | Numeric | |
Value | The "port_pending_tx_number" parameter sets the number of buffers the port uses to transmit. The default value is 62. You may want to increase the "port_pending_tx_number" value if the log file indicates dropped TX packets due to TX queue overflow. Typically, you do not need to change this parameter. Example:
|
...