Wildcards, See also – Znyx Networks bh5700 User Manual

Page 339

Advertising
background image

Stack Control Statements

Finally after creating the stack, associating the ports, and setting the stack configuration, the stack
can be enabled using one of the Stack Control statements. The following stack control statements
are supported.

enable;

The enable statement turns on stacking that has been previously configured. This statement
cannot be made until configuration is complete.

disable;

The disable statement turns off stacking. Before disabling stacking, all ZNYX daemons must be
stopped, and the VLAN configurations must be torn down using zconfig.

WILDCARDS

Wild card characters can be included to simplify the process of creating larger, more complex
configurations. Wild card characters for zconfig include:

, (comma)

Use for creating lists

.. (dot-dot)

Specifies an inclusive range

Below are some examples for the correct usage of the comma (,) and dot-dot (..). Each line below
produces the same results:

stack0: zre4..7 = zre0, zre1, zre2, zre3;

stack0: zre4, zre5..7 = zre0..3;

stack0: zre4..7 = zre0, zre1..3;

stack0: zre4, zre5..7 = zre0..1, zre2..3;

The stack may also be in list form in the Stack Configuration command in similar fashion to the
zre lists. Example of stack0..3 representing stacks 0, 1, 2 and 3.

SEE ALSO

zconfig

Ethernet Switch Blade User's Guide

release 3.2.2j

page 339

Advertising