C613-50057-01 REV A
Command Reference for AT-IX5-28GPX High Availability, High Power Video Surveillance PoE Switch
459
AlliedWare Plus™ Operating System - Version 5.4.5-0.x
VLAN C
OMMANDS
VLAN
MODE
STACK
-
LOCAL
-
VLAN
vlan mode stack-local-vlan
Overview
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:
awplus#
configure terminal
awplus(config)#
vlan database
awplus(config-vlan)#
vlan 4002 mode stack-local-vlan 2
To remove VLAN 4002, use the following commands:
awplus#
configure terminal
awplus(config)#
vlan database
awplus(config-vlan)#
no vlan 4002
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.