Znyx Networks bh5700 Switch User Manual


 
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 Ethernet Switch Blade
daemons must be stopped, and the VLAN configurations must be torn down using zconfig.
EXAMPLES
zstack stack0: ppa0 local
zstack stack1: ppa1 local
zstack stack0: zre0..23, zre48..49 = zre0..25
zstack stack1: zre24..47, zre50..51 = zre0..25
zstack stack0: trunk0 = zre26..27
zstack stack1: trunk0 = zre26..27
zstack stack0: stack1 = trunk0;
zstack stack1: stack0 = trunk0;
zstack enable
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
Ethernet Switch Blade User's Guide release 3.2.2j page 256