Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation

Supported Platforms

Example: Configuring an EX3300 Virtual Chassis with a Master and Backup

A Virtual Chassis configuration is a scalable switch. You can provide secure, redundant network accessibility with a basic two-member EX3300 Virtual Chassis and later expand the Virtual Chassis configuration to provide additional access ports as your office grows.

This example describes how to configure an EX3300 Virtual Chassis with a master and backup in a single wiring closet. You could use the same software configuration, however, if the EX3300 switches were connected across wiring closets.

Requirements

This example uses the following hardware and software components:

  • Junos OS Release 11.3 or later for EX Series switches
  • Two EX3300 switches

Before you begin, be sure you have:

  1. Rack-mounted the switches. See Mounting an EX3300 Switch.
  2. Cabled the switches. See Virtual Chassis Cabling Configuration Examples for EX3300 Switches.

Overview and Topology

A Virtual Chassis configuration allows you to accommodate the networking needs of a growing office. The default configuration of a two-member Virtual Chassis includes a master and a backup switch. In addition to providing more access ports than a single switch can provide, a Virtual Chassis configuration provides high availability through redundancy.

This example shows a Virtual Chassis configuration composed of two EX3300 switches. By default, EX3300 switches have two uplink ports configured as Virtual Chassis ports (VCPs). The EX3300 Virtual Chassis is connected using these VCPs.

After you interconnect the switches with the VCPs and power on the switches, the VCPs are operational. The mastership priorities and member IDs are assigned by the software. The software elects a master based on several criteria, including how long a member switch has belonged to the Virtual Chassis configuration. For additional details, see Understanding How the Master in a Virtual Chassis Is Elected. Therefore, we recommend that you start by powering on only one member switch, the one that you want to function as the master.

Note: We recommend that you use the commit synchronize command to save any configuration changes that you make to a multimember Virtual Chassis.

The topology for this example consists of two EX3300 switches.

Table 1 shows the default configuration settings for the two-member Virtual Chassis.

Table 1: Components of the Basic Virtual Chassis Access Switch Topology

Member SwitchHardwareMember IDRole and Priority

SWA-0

EX3300 switch

0

Master: mastership priority 128

SWA-1

EX3300 switch

1

Backup: mastership priority 128

Configuration

Configure a Virtual Chassis with a default master and backup in a single wiring closet:

Step-by-Step Procedure

To configure a Virtual Chassis with master and backup:

  1. Make sure the VCPs on the rear panel of the member switches are properly cabled. See Virtual Chassis Cabling Configuration Examples for EX3300 Switches.
  2. Power on SWA-0 (the member switch that you want to function as the master).
  3. Check the front-panel LCD to confirm that the switch has powered on correctly.
  4. Run the EZSetup program on SWA-0, specifying the identification parameters. See Connecting and Configuring an EX Series Switch (CLI Procedure) or Connecting and Configuring an EX Series Switch (J-Web Procedure) for details.
  5. Configure SWA-0 with the virtual management Ethernet (VME) interface for out-of-band management of the Virtual Chassis configuration, if desired.
    [edit]
    user@SWA-0# set interfaces vme unit 0 family inet address /ip-address/mask/
  6. (Optional, but recommended) Disable the split and merge feature:
    [edit virtual-chassis]
    user@switch# set no-split-detection
  7. Power on SWA-1.

Verification

To confirm that the Virtual Chassis configuration is operational, perform these tasks:

Verifying That the Mastership Priority Is Assigned Appropriately

Purpose

Verify that the master, which has been selected by default, is the member switch that you want to function in that role.

Action

  1. Check the front-panel LCD to confirm that the switch has powered on correctly and that a member ID has been assigned.
  2. List the member switches of the Virtual Chassis configuration.

Virtual Chassis ID: 0019.e250.47a0
                                          Mastership            Neighbor List  
Member ID  Status   Serial No    Model    priority    Role      ID  Interface
0 (FPC 0)  Prsnt    AK0207360276 ex3300-24t      128  Master*    1  vcp-255/1/2      
                                                                 1  vcp-255/1/3      
1 (FPC 1)  Prsnt    AK0207360281 ex3300-24t      128  Backup     0  vcp-255/1/2      
                                                                 0  vcp-255/1/3      
                    
Member ID for next new member: 2 (FPC 2)
                                                              

Meaning

The show virtual-chassis command lists the member switches interconnected in a Virtual Chassis configuration with the member IDs that have been assigned by the master, the mastership priority values, and the roles. It also displays the neighbor members with which each member is interconnected. The output shows that SWA-0, member 0, has been assigned default mastership priority 128. Because SWA-0 is the first member to be powered on, it has the most seniority and is therefore assigned the role of master. SWA-1 is powered on after member 0, so it is assigned the role of backup. The member IDs are displayed on the front panel of the switches. Check and confirm whether the default assignment is satisfactory.

Verifying That the VCPs Are Operational

Purpose

Verify that the VCPs interconnecting the switches are operational.

Action

Display the VCPs of all the members:

user@SWA-0> show virtual-chassis vc-port all-members
fpc0: -------------------------------------------------------------------------- Interface Type Status Speed Neighbor or (mbps) ID Interface PIC / Port 1/2 Configured Up 10000 1 vcp-255/1/2 1/3 Configured Up 10000 1 vcp-255/1/3 fpc1: -------------------------------------------------------------------------- Interface Type Status Speed Neighbor or (mbps) ID Interface PIC / Port 1/2 Configured Up 10000 0 vcp-255/1/2 1/3 Configured Up 10000 0 vcp-255/1/3

Meaning

The show virtual-chassis vc-port command lists the interfaces that are enabled for the member switches of the Virtual Chassis configuration and shows the status of the interfaces. The output in this example shows that two of the VCPs are operational and two VCPs are not. A single cable has been used to interconnect vcp-0 of member ID 0 and vcp-0 of member ID 1. That interconnection is sufficient for the switch to be operational. However, we recommend that you connect the second set of VCPs for redundancy.

Troubleshooting the Virtual Chassis

To troubleshoot the configuration of a Virtual Chassis, perform these tasks:

Troubleshooting the Assignment of Roles

Problem

The master and backup roles are not assigned to the member switches that you want to function in these roles.

Solution

Modify the mastership priority values.

To quickly modify the mastership priority of SWA-1 (member ID 1), copy the following command and paste it into the switch terminal window:

[edit virtual-chassis]
user@SWA-1# set member 1 mastership-priority 255

Troubleshooting the VCPs

Problem

The VCPs are down.

Solution

  1. Check to make sure that you have cabled the appropriate ports.
  2. Check to make sure that the cables are seated properly.

You should generally cable and interconnect both of the VCPs on the member switches, for redundancy and high availability.

Published: 2014-04-23

Supported Platforms

Published: 2014-04-23