ADTRAN 1000R Series User Manual
Page 525
![background image](/manuals/36101/525/background.png)
Command Reference Guide
Global Configuration Mode Command Set
61200510L1-35E
Copyright © 2005 ADTRAN
525
stack [master | member | vlan]
Use the stack command to configure switch-stacking options.
Syntax Description
master
Specifies that the unit will be the master of the stack.
Configures the private IP network the stack will use for communication.
Configures the network mask of the private IP network.
Configures the VLAN over which the private IP network will operate. (2386 is the
default).
member
Adds a switch to the stack.
Specifies the MAC address of the unit being added.
Specifies the unit ID of the switch being added.
vlan
Specifies the management VLAN of the stack of which you are a member.
Setting this value puts you in stack member mode, as opposed to stack master
mode.
Default Values
By default, stack vlan is 2386, and the stack IP network is 169.254.0.0/24.
Applicable Platforms
This command applies to the NetVanta 1000 and 1000R Series units.
Command History
Release 8.1
Command was introduced.
Usage Examples
The following are variations of the stack command:
This example configures the unit to be the stack master and use the default stack VLAN and IP network.
(config)#stack master 2000
This example configures the unit to be the stack master and use VLAN 2000 as the management VLAN
and 192.168.1.0/24 as the management network.
(config)#stack master 2000 192.168.1.0 255.255.255.0