Supported Platforms
Example: Expanding an EX3300 Virtual Chassis
An EX3300 Virtual Chassis is a scalable switch composed of multiple interconnected EX3300 switches.
This example describes how to configure an expanding EX3300 Virtual Chassis within a single wiring closet. The process, however, would be identical if you were connecting EX3300 member switches in different wiring closets:
Requirements
This example uses the following hardware and software components:
- Junos OS Release 11.3 or later for EX Series switches
- Three EX3300 switches
Before you begin, be sure you have confirmed that the existing EX3300 Virtual Chassis configuration is operating correctly. See Verifying That Virtual Chassis Ports on an EX Series Switch Are Operational.
Overview and Topology
A Virtual Chassis configuration can be expanded without disrupting the site's network connectivity. This example describes adding a member switch to an existing Virtual Chassis configuration to provide additional access ports for connecting more PCs and voice over IP (VoIP) phones at this location. You can continue to expand the Virtual Chassis configuration with additional members in the same wiring closet, using the same procedure.
If you want to retain the roles of the existing master and backup switches, explicitly configure the mastership priority of these switches, specifying the highest possible value (255) for both the master and the backup.
During expansion, the existing Virtual Chassis configuration can remain powered on and connected to the network. Before powering up the new switch, interconnect it to the other switches using the default VCP uplink ports on the front panel. Do not run the EZSetup program on the added member switch.
This example shows an existing Virtual Chassis configuration composed of two EX3300 switches. The Virtual Chassis configuration is being expanded to include an additional EX3300 switch.
The topology for this example consists of three EX3300 switches.
Table 1 shows the configuration settings for the expanded Virtual Chassis.
Table 1: Components of the Expanded Virtual Chassis Access Switch
Member Switch | Hardware | Member ID | Role in Virtual Chassis |
---|---|---|---|
SWA-0 | EX3300 switch | 0 | master; mastership priority 255 |
SWA-1 | EX3300 switch | 1 | backup; mastership priority 255 |
SWA-2 | EX3300 switch | 2 | linecard; mastership priority 128 |
Configuration
To expand a Virtual Chassis configuration to include additional member switches within a single wiring closet, perform these tasks:
Note: We recommend that you use the commit synchronize command to save any configuration changes that you make to a multimember Virtual Chassis configuration. |
CLI Quick Configuration
To maintain the master and backup roles of the existing members and ensure that the new member switch functions in a linecard role, copy the following commands and paste them into the terminal window:
[edit]
user@SWA-0# set virtual-chassis
member 0 mastership-priority 255
user@SWA-1# set virtual-chassis member 1 mastership-priority 255
Step-by-Step Procedure
To ensure that the existing member switches retain their current roles and to add another member switch in a linecard role:
- Configure the mastership priority of SWA-0 (member 0)
to be the highest possible value, thereby ensuring that it functions
as the master of the expanded Virtual Chassis configuration.
[edit virtual-chassis]
user@SWA-0# set member 0 mastership-priority 255 - Configure the mastership priority of SWA-1 (member 1)
to be the highest possible value. This setting is recommended for
high availability and smooth transition of mastership in case the
original master becomes unavailable.
[edit virtual-chassis]
user@SWA-1# set member 1 mastership-priority 255 - Interconnect the unpowered SWA-2 with SWA-0 using the default VCPs on the front panel. See Virtual Chassis Cabling Configuration Examples for EX3300 Switches for additional information.
- Power on SWA-2.
You do not need to run EZSetup on SWA-2. The identification parameters that were set up for the master apply implicitly to all members of the Virtual Chassis configuration. SWA-2 functions in a linecard role, because SWA-0 and SWA-1 have been configured to the highest mastership priority values.
- Confirm SWA-2 is now included in the Virtual Chassis configuration by checking the front-panel LCD for the member ID of this switch.
- Cable the other VCP on SWA-2 to the Virtual Chassis.
Note: If you immediately cable both VCPs on SWA-2 into the existing Virtual Chassis, SWA-0 or SWA-1 might become nonoperational for several seconds. Network traffic to one of the switches is dropped during the downtime.
The switch will return to the normal operational state with no user intervention, and normal operation of the Virtual Chassis will resume after this downtime.
Verification
To verify that the new switch has been added in the linecard role and that its VCPs are operational, perform these tasks:
- Verifying That the New Switch Has Been Added in a Linecard Role
- Verifying That the VCPs Are Operational
Verifying That the New Switch Has Been Added in a Linecard Role
Purpose
Verify that SWA-2 has been added in a linecard role to the Virtual Chassis configuration.
Action
Use the show virtual-chassis command to list the member switches with their member IDs, mastership priority values, and assigned roles.
user@SWA-0> show virtual-chassis
Virtual Chassis ID: 0000.e255.00e0 Mastership Neighbor List Member ID Status Serial No Model Priority Role ID Interface 0 (FPC 0) Prsnt abc123 ex3300-24t 255 Master* 1 vcp-255/1/2 2 vcp-255/1/3 1 (FPC 1) Prsnt def456 ex3300-24t 255 Backup 2 vcp-255/1/2 0 vcp-255/1/3 2 (FPC 2) Prsnt abd231 ex3300-24t 128 Linecard 0 vcp-255/1/2 1 vcp-255/1/3
Meaning
The show virtual-chassis command lists the member switches of the Virtual Chassis configuration with the member IDs and mastership priority values. It also displays the neighbor members with which each member is interconnected. This output shows that SWA-2 has been assigned member ID 2 and has the default mastership priority value 128. Because the mastership priority is lower than the mastership priority of the other members, SWA-2 functions in the linecard role. You can continue to add more member switches, following the same procedure. It is possible to have multiple members in linecard roles with the same mastership priority value.
Verifying That the VCPs Are Operational
Purpose
Verify that the VCPs interconnecting the member switches are operational.
Action
List the VCP interfaces on the Virtual Chassis configuration.
user@SWA-0>show virtual-chassis vc-port all-members
fpc0: -------------------------------------------------------------------------- Interface Type Status or PIC / Port 1/2 Configured Up 1/3 Configured Up fpc1: -------------------------------------------------------------------------- Interface Type Status or PIC / Port 1/2 Configured Up 1/3 Configured Up fpc2: -------------------------------------------------------------------------- Interface Type Status or PIC / Port 1/2 Configured Up 1/3 Configured Up
Meaning
The show virtual-chassis vc-port all-members command lists all the interfaces for the Virtual Chassis configuration. In this case, no VCPs have been configured. However, the VCPs are automatically configured and enabled when you interconnect member switches using the default VCP uplink ports. We recommend that you interconnect the member switches using both VCPs for redundancy. The VCP interfaces are identified simply as vcp-0 and vcp-1. The fpc number is the same as the member ID.
Troubleshooting
To troubleshoot the configuration of an expanded Virtual Chassis, perform these tasks:
Troubleshooting Mastership Priority
Problem
You want to designate a different member as the master.
Solution
Change the mastership priority value or values of the switches, designating the highest mastership priority value for the switch that you want to be master.
- Lower the mastership priority of the existing master (member
0).
[edit virtual-chassis]
user@SWA-0# set member 0 mastership-priority 1
- Set the mastership priority of the member that you want
to be the master to the highest possible value (255):
[edit virtual-chassis]
user@SWA-2# set member 2 mastership-priority 255
Troubleshooting Nonoperational VCPs
Problem
The VCP interface shows a status of down.
Solution
Check the cable to make sure that it is properly and securely connected to the VCPs.