TCP/IPv6 Configuration and Management Manual (G06.24+)
SCF Reference for NonStop TCP/IPv6
HP NonStop TCP/IPv6 Configuration and Management Manual—524523-008
8-8
Summary States
Object-name templates allow you to specify multiple objects by entering either a single
wild-card character, or text and one or more wild-card characters. In the NonStop
TCP/IPv6 subsystem, you can use these wild-card characters:
You can use wild-card characters in any combination.
If you have set a default process name by using the ASSUME command, you can omit
the process name and use the asterisk (*) to specify all objects of the specified object
type under the assumed process. For example, the next two commands set the default
process to $ZZTCP and display information about all subnets under $ZZTCP:
SCF> ASSUME PROCESS $ZZTCP
SCF> INFO SUBNET *.*
Summary States
The NonStop TCP/IPv6 subsystem objects have operational states, known as
summary states. The summary state of an object at a given instant is important; certain
commands have no effect on an object when it is in one state but can affect the object
when it is in another state.
* Use an asterisk (*) to represent a character string of undefined length. This
example deletes all subnets subordinate to $ZZTCP:
SCF> DELETE SUBNET $ZZTCP.*.*
This example deletes all subnets subordinate to $ZZTCP that have names that
start with SN:
SCF> DELETE SUBNET $ZZTCP.*.SN*
This example deletes all routes subordinate to $ZZTCP that start with R and end
with 5:
SCF> DELETE ROUTE $ZZTCP.*.R*5
? Use the question mark to represent a single unknown character in a specific
position. For example, $ZZTCP.*.S?1 selects all object names subordinate to
$ZZTCP that begin with S, end with 1, and contain exactly one character between
the S and the 1.