Displays the names of the nodes included in a list.
Parameters |
 |
- list
Name of the list whose member nodes are to be displayed.
If you want to display all lists and the nodes on each list, specify
Examples
Example 1
This example displays the nodes belonging to a specific list.
NetCI>SHOWLIST LIST1 LIST1 Nodes on list: H I K
|
This example displays all the lists and the nodes belonging
to each list.
Example 2
NetCI>SHOWLIST @ LIST1 Nodes on list: H I K ALLNODES Nodes on list: H L I Y K NET3 Nodes on list: I K L H
|