Specifications

Stack-Local-VLANs Commands
50 New and Enhanced Features in AlliedWare Plus 5.4.4 Major and Minor Versions
vlan mode stack-local-vlan
This command enables you to create stack-local-VLANs and use ICMP to monitor and
diagnose issues within specific members of the stack. When a VLAN is added using this
method, all its traffic will be trapped to and processed by the CPU of the specific local
stack member, rather than the CPU of the stack master.
The no variant of this command destroys the specified VLAN.
Syntax vlan <vid> mode stack-local-vlan <member-id>
no vlan <vid>
Default By default, VLANs are automatically enabled as they are added.
Mode VLAN Configuration
Examples To add a stack-local-VLAN with the VID of 4002 and assign it to stack member 2, use the
following commands:
To remove VLAN 4002, use the following commands
:
Related Commands mtu
vlan database
show vlan
Parameter Description
<vid>
The VID of the VLAN to be created in the range 2-4094. We
recommend that the first stack-local-vlan be assigned the
number 4001 for the first stack member, then incremented
by one for each stack member. So a stack of four members
would be assigned the following VID numbers:
stack member one VID 4001
stack member two VID 4002
stack member three VID 4003
stack member four VID 4004
mode stack-local-
vlan
Specifies that the new VLAN will function as a stack-local-
VLAN.
<member-id>
Specifies the new stack member ID. Enter a decimal number
in the range 1-8.
awplus#
configure terminal
awplus(config)#
vlan database
awplus(config-vlan)#
vlan 4002 mode stack-local-vlan 2
awplus#
configure terminal
awplus(config)#
vlan database
awplus(config-vlan)#
no vlan 4002