VMS Help LANCP, LIST, DEVICE *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Displays information in the LAN permanent device database. Format LIST DEVICE device-name
1 - Parameter |
device-name Supplies the LAN controller device name. The device name has the form ddcu where dd is the device code, c is the controller designation, and u is the unit number. LAN devices are specified as the name of the template device which is unit 0. For example, the first DE435 Ethernet device is specified as EWA0, the second as EWB0. For example, you can specify a DEMNA controller as EXA, EXA0, or EXA0:. This refers to the LAN template device, for which is maintained most of the device parameters and counters. Also, the device name can refer to a device unit representing an actual user or protocol. For example, the cluster protocol can be started on a device as EWA1. You can specify a device unit to view unit-specific parameter information. If you do not specify a device name, all devices are displayed. If you specify a device name, all matching LAN devices are displayed, for example: E to select all Ethernet devices, F for FDDI, I for Token Ring, EW to select all Ethernet PCI Tulip devices. NOTE If you do not specify a qualifier, the utility displays the matching devices without additional information.
2 - Qualifiers |
2.1 - /ALL
Lists all devices in the LAN permanent device database.
2.2 - /CHARACTERISTICS
On Alpha systems, lists status and related information about the device. It is the same as /PARAMETERS qualifier.
2.3 - /DLL
Displays MOP downline load characteristics.
2.4 - /MAP
Lists the current configuration of the functional address mapping table.
2.5 - /MOPDLL
Same as /DLL qualifier.
2.6 - /OUTPUT
/OUTPUT=file name Creates the specified file and directs output to it.
2.7 - /PARAMETERS
On Alpha systems, lists status and related information about the device.
2.8 - /SR_ENTRY
On Alpha systems, lists the contents of the current source routing cache table.
3 - Examples |
1.LANCP> LIST DEVICE/MOPDLL Device Listing, permanent database: --- MOP Downline Load Service Characteristics --- Device State Access Mode Clients Data Size ------ ----- ----------- ------- --------- EXA0 Enabled Exclusive KnownClientsOnly 1400 bytes FXA0 Disabled NoExclusive NoKnownClientsOnly 246 bytes This command displays MOP downline load information in the LAN permanent device database for all known devices. 2.LANCP> LIST DEVICE/MOPDLL EXA0 Device Listing, permanent database: --- MOP Downline Load Service Characteristics --- Device State Access Mode Clients Data Size ------ ----- ----------- ------- --------- EXA0 Enabled Exclusive KnownClientsOnly 1400 bytes This command displays MOP downline load information in the LAN permanent device database for device EXA0.
|