Adds nodes to or deletes nodes from a list.
Discussion |
 |
You must create a list before you can add a node to the list.
If you add or delete a node to or from a non-existing list, you
will get an error message that the list name is an unknown list
name.
Examples
This example shows how to add nodes H,
L, K,
I and Y
to a list named NET3 with the parameter
ADD. This list now has five members:
NetCI>ALTLIST ADD NET3 H,L,K,I,Y
|
This example shows how to delete node Y
from NET3. However, nodes H,
L, K
and I still exist in the NetCI
configuration.
To check whether node Y is
deleted from NET3, use the SHOWLIST
command (which is discussed later in this section). This command
shows only nodes I, K,
L, and H
as members of NET3.
NET3 Nodes on list: I K L H
|