Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: irq_bus=isa is added

Anchor
TopNetPage
TopNetPage
Include Page
KBCOMMON:KB-CSSstyle
KBCOMMON:KB-CSSstyle

...


  1. Load network adapter (if required)

    Use the "load" command as shown below.

    Example:

    For DEC21040 adaptersFor Intel i8255x adapters


    load DE500BA/dec21x4x NIC



    load DE602/i8255x NIC



    Note

    In AlphaStation 400 configuration use the following syntax for network adapter loading:

    load DE500AA/dec21x4x NIC irq_bus=isa



    (info) By default each loaded virtual network adapter uses first available PCI slot. If instead some particular slot is neded, r
    efer to this section for details of specific placement of PCI peripherals on CHARON-AXP PCI bus.

  2. Load "packet_port"

    Load "packet_port" to connect network adapter to the host hardware network card (or to a virtual network interface).

    Example:

    load packet_port/chnetwrk NDIS interface = "connection:Charon"

               

  3. Connect the loaded "packet_port" to the loaded virtual network adapter

    Connect the network adapter to the "packet_port" by setting the interface name.

    Example

    set NIC interface = NDIS


...

(warning) The EIx0_MODE variable name is case insensitive, while its values are case sensitive! This is feature of OpenVMS EIDRIVER.

The values are:

ParameterDescription
"Auto"Auto-negotiate (default)
"Twisted"10Mbps half duplex
"Full"10Mbps full duplex
"Fast"100Mbps half duplex
"FastFD" 100Mbps full duplex

...