LAN$HELP.HLB  —  LAN command
    This command executes the LAN-specific SDA extension image which is
    a collection of LAN-specific commands which mirror some of the display
    functions of SYS$SYSTEM:LANCP.EXE in SDA.

    By default this image is loaded from SYS$SHARE.  However, it can
    be redirected with the following logical:

 	$ define lan$sda [dir-spec]lan$sda.exe

    Format:

 	SDA> LAN command

1  –  HELP

    This command displays help data for the LAN SDA extension.

2  –  COUNTERS

    Displays LAN device counters data.

    Format

      LAN COUNTERS

2.1  –  Parameters

    None.

2.2  –  Qualifiers

2.2.1    /DEVICE

    /DEVICE=(device1,device2,...)

    Includes specific LAN devices.  The default is all LAN devices
    included.  Device names are displayed by the LAN DEVICES command.
    Each device name may be preceded by "NO" to exclude the device(s).

    /DEVICE=ALL includes all devices.  /DEVICE=NOdevname, equivalent
    to /DEVICE=(ALL,NOdevname), includes all devices except device
    devname.  /DEVICE=devname, equivalent to /DEVICE=(NOALL,devname)
    selects only devname..

2.3  –  Example

    SDA> LAN COUNTERS/DEVICE=EWA

    Displays LAN counters data for LAN device EWA.

3  –  CONFIG

    Displays LAN device configuration.

    Format

      LAN CONFIGURATION

3.1  –  Parameters

    None.

3.2  –  Qualifiers

3.2.1    /DEVICE

    /DEVICE=(device1,device2,...)

    Includes specific LAN devices.  The default is all LAN devices
    included.  Device names are displayed by the LAN DEVICES command.
    Each device name may be preceded by "NO" to exclude the device(s).

    /DEVICE=ALL includes all devices.  /DEVICE=NOdevname, equivalent
    to /DEVICE=(ALL,NOdevname), includes all devices except device
    devname.  /DEVICE=devname, equivalent to /DEVICE=(NOALL,devname)
    selects only devname..

3.3  –  Example

    SDA> LAN DEVICES/DEVICE=EW

    Displays all LAN EW devices.

4  –  INTERNAL_COUNTERS

    Displays LAN internal counters maintained by the LAN driver
    generally specific to the particular LAN device selected.

    Format

      LAN INTERNAL_COUNTERS

4.1  –  Parameters

    None.

4.2  –  Qualifiers

4.2.1    /DEVICE

    /DEVICE=(device1,device2,...)

    Includes specific LAN devices.  The default is all LAN devices
    included.  Device names are displayed by the LAN DEVICES command.
    Each device name may be preceded by "NO" to exclude the device(s).

    /DEVICE=ALL includes all devices.  /DEVICE=NOdevname, equivalent
    to /DEVICE=(ALL,NOdevname), includes all devices except device
    devname.  /DEVICE=devname, equivalent to /DEVICE=(NOALL,devname)
    selects only devname..

4.3  –  Example

    SDA> LAN INTERNAL_COUNTERS/DEVICE=EWA

    Displays all internal counters for LAN device EWA.

5  –  QUEUES

    Displays LAN receive, transmit, and control request queues
    maintained by the LAN driver, displaying the relevant context
    for each queue entry.

    Format

      LAN QUEUES

5.1  –  Parameters

    None.

5.2  –  Qualifiers

5.2.1    /DEVICE

    /DEVICE=(device1,device2,...)

    Includes specific LAN devices.  The default is all LAN devices
    included.  Device names are displayed by the LAN DEVICES command.
    Each device name may be preceded by "NO" to exclude the device(s).

    /DEVICE=ALL includes all devices.  /DEVICE=NOdevname, equivalent
    to /DEVICE=(ALL,NOdevname), includes all devices except device
    devname.  /DEVICE=devname, equivalent to /DEVICE=(NOALL,devname)
    selects only devname..

5.2.2    /PACKET

    /PACKET

    Includes the packet header with each VCRP or CXB displayed.

5.2.3    /REVERSE

    /REVERSE

    Scans the queues in reverse order (such as to avoid a destroyed
    flink).

5.2.4    /VALIDATE

    /VALIDATE

    Looks for each VCRP or CXB address in the rings and notes which
    ring entry(s) they are found in.

5.3  –  Example

    SDA> LAN QUEUES/DEVICE=EWA

    Displays LAN queue information for LAN device EWA.

6  –  RINGS

    Displays LAN device data structures, rings and control structures
    maintained by the LAN driver for a device.

    Format

      LAN RINGS

6.1  –  Parameters

    None.

6.2  –  Qualifiers

6.2.1    /DEVICE

    /DEVICE=(device1,device2,...)

    Includes specific LAN devices.  The default is all LAN devices
    included.  Device names are displayed by the LAN DEVICES command.
    Each device name may be preceded by "NO" to exclude the device(s).

    /DEVICE=ALL includes all devices.  /DEVICE=NOdevname, equivalent
    to /DEVICE=(ALL,NOdevname), includes all devices except device
    devname.  /DEVICE=devname, equivalent to /DEVICE=(NOALL,devname)
    selects only devname..

6.2.2    /VALIDATE

    /VALIDATE

    Looks for each VCRP or CXB address in the queues and notes which
    queue entry(s) they are found in.

6.3  –  Example

    SDA> LAN RINGS/DEVICE=EWA

    Displays LAN queue information for LAN device EWA.

7  –  TRACE

    This command displays the trace data logged for the specified devices.
    Tracing entries are displayed by default from oldest entries to most
    recent.

    It correspondingly creates the following symbols:

    TRACE - pointer to the trace data for the current device
    TRCHDR - pointer to the trace header data for the current device

7.1  –  Parameters

    None.

7.2  –  Qualifiers

7.2.1    /CONTEXT

    /CONTEXT

    Displays LAN driver event definition.

7.2.2    /DEVICE

    /DEVICE=(device1,device2,...)

    Includes specific LAN devices.  The default is all LAN devices
    included.  Device names are displayed by the LAN DEVICES command.
    Each device name may be preceded by "NO" to exclude the device(s).

    /DEVICE=ALL includes all devices.  /DEVICE=NOdevname, equivalent
    to /DEVICE=(ALL,NOdevname), includes all devices except device
    devname.  /DEVICE=devname, equivalent to /DEVICE=(NOALL,devname)
    selects only devname..

7.2.3    /EVENT

    /EVENT=(event1,event2,...)

    Enables trace display of specific events.  The default is all events.
    Event names are displayed by the LAN TRACE/CONTEXT command.  Each
    event name may be preceded by "NO" to exclude the event.

    /EVENT=ALL includes all events.  /EVENT=(ALL,NOEVENTn) includes all
    events except EVENTn.  /EVENT=EVENTn (equivalent to (NOALL,EVENTn)
    selects only EVENTn.

7.2.4    /REVERSE

    /REVERSE

    Displays tracing data from the most recent entries to the oldest.

7.3  –  Example

    SDA> LAN TRACE/DEVICE=EWA

    Displays LAN trace information for LAN device EWA.

8  –  VC

    Displays LAN device VC data for ATM devices.

    Format

      LAN VC

8.1  –  Parameters

    None.

8.2  –  Qualifiers

8.2.1    /DEVICE

    /DEVICE=(device1,device2,...)

    Includes specific LAN devices.  The default is all LAN devices
    included.  Device names are displayed by the LAN DEVICES command.
    Each device name may be preceded by "NO" to exclude the device(s).

    /DEVICE=ALL includes all devices.  /DEVICE=NOdevname, equivalent
    to /DEVICE=(ALL,NOdevname), includes all devices except device
    devname.  /DEVICE=devname, equivalent to /DEVICE=(NOALL,devname)
    selects only devname..

8.3  –  Example

    SDA> LAN VC/DEVICE=HWA

    Displays LAN VC data for LAN device HWA.

9  –  FCARP

    Displays Address Resolution Table for FIbre Channel devices.

    Format

      LAN FCARP

9.1  –  Parameters

    None.

9.2  –  Qualifiers

9.2.1    /DEVICE

    /DEVICE=(device1,device2,...)

    Includes specific LAN devices.  The default is all LAN devices
    included.  Device names are displayed by the LAN DEVICES command.
    Each device name may be preceded by "NO" to exclude the device(s).

    /DEVICE=ALL includes all devices.  /DEVICE=NOdevname, equivalent
    to /DEVICE=(ALL,NOdevname), includes all devices except device
    devname.  /DEVICE=devname, equivalent to /DEVICE=(NOALL,devname)
    selects only devname..

9.2.2    /ADDRESS

 	/ADDRESS=address

 	Displays address  resolution information for a specific logical
 	address.

9.3  –  Example

    1.- SDA> LAN FCARP/DEVICE=EG

        Displays all entries in the address resolution table for all LAN EG devices.
        Note this will define many symbols such as FCLA_EGx_n
        FCLA_remotenodename_locallandevice_remotelandevice.

    2.- SDA> LAN FCARP/DEVICE=EGA

        Displays all entries in the address resolution table for LAN device EGA.

    3.- SDA> LAN FCARP/DEVICE=EGA/ADDRESS=8400fc00

        Displays address resolution table data for a single data entry located at address 8400fc0.
        Note that /device qualifier is needed but ignored

    4.- SDA> LAN FCARP/DEVICE=EGA/ADDRESS=FCLA_EGA_1

        Displays address resolution table data for a single data entry, second entry or FCLA 1 on local LAN device EGA.
        Note that /device qualifier is needed but ignored!

    5.- SDA> LAN FCARP/DEVICE=EGA/ADDRESS=FCLA_VLAN17_EGA_EGB

        Displays address resolution table data for a single data entry, logical address of remote
        node VLAN17, using Local LAN device EGA to remote LAN device EGB.
        Note that /device qualifier is needed but ignored!
Close Help