Supported Platforms
Related Documentation
- EX Series
- Configuring Mastership of an EX Series Virtual Chassis (CLI Procedure)
- Adding a New EX4200 Switch to an Existing EX4200 Virtual Chassis (CLI Procedure)
- Adding an EX4200 Switch to a Preprovisioned EX4500 Virtual Chassis or a Preprovisioned Mixed EX4200 and EX4500 Virtual Chassis (CLI Procedure)
- Adding an EX4500 Switch to a Preprovisioned EX4200 Virtual Chassis (CLI Procedure)
- Adding an EX4500 Switch to a Nonprovisioned EX4200 Virtual Chassis (CLI Procedure)
- Setting an Uplink Port on an EX2200, EX3300, or EX4200 Switch as a Virtual Chassis Port (CLI Procedure)
- Setting an Uplink Port as a Virtual Chassis Port on an EX4500 or EX4550 Switch (CLI Procedure)
- Monitoring the Virtual Chassis Status and Statistics on EX Series Virtual Chassis
Configuring a Mixed Virtual Chassis with EX4200, EX4500, and EX4550 Member Switches (CLI Procedure)
This topic explains how to configure a mixed Virtual Chassis composed of any combination of EX4200, EX4500, and EX4550 switches. . For information on configuring an EX4200 Virtual Chassis, EX4500 Virtual Chassis, or EX4550 Virtual Chassis, see Configuring an EX4200, EX4500, or EX4550 Virtual Chassis (CLI Procedure).
You can configure the following mixed Virtual Chassis:
- Mixed EX4200 and EX4500 Virtual Chassis
- Mixed EX4200 and EX4550 Virtual Chassis
- Mixed EX4200, EX4500, and EX4550 Virtual Chassis
- Mixed EX4500 and EX4550 Virtual Chassis
You can configure up to ten member switches in all mixed Virtual Chassis composed of EX4200, EX4500, and EX4550 switches.You can interconnect and mix any model of EX4200, EX4500, or EX4550 switch into the same mixed Virtual Chassis, and any EX4200, EX4500, or EX4500 switch can assume the master, backup, or linecard role. You can interconnect the member switches using the dedicated Virtual Chassis ports (VCPs) or by configuring optical ports as VCPs.
This procedure uses a preprovisioned Virtual Chassis configuration. A preprovisioned configuration allows you to deterministically control the member ID and role assigned to a member switch by tying it to its serial number.
Nonprovisioned configuration is also supported for a mixed Virtual Chassis configuration. In a nonprovisioned configuration, the master sequentially assigns a member ID to other member switches and the other member switches roles are determined by the mastership priority value and other factors in the master election algorithm. See Understanding How the Master in an EX Series Virtual Chassis Is Elected.
Ensure that all switches are running the same version of Junos OS. See Installing Software on an EX Series Switch with a Single Routing Engine (CLI Procedure).
To configure a mixed Virtual Chassis:
- Make a list of the serial numbers of all the switches to be connected in the Virtual Chassis. You can get the serial numbers in the show chassis hardware output or by following the instructions in Locating the Serial Number on an EX4200 Switch or Component, Locating the Serial Number on an EX4500 Switch or Component, or Locating the Serial Number on an EX4550 Switch or Component.
- Decide which switches you want to act in the master and backup roles. See Understanding EX Series Virtual Chassis Components.
- Power and log in to the switch that you want to function in the master role. If the switch has not previously been configured, configure it. See Connecting and Configuring an EX Series Switch (CLI Procedure).
- Power and log in to the switch that you want to function in the backup role. If the switch has not previously been configured, configure it. See Connecting and Configuring an EX Series Switch (CLI Procedure).
- Power on all other member switches.
- (EX4500 switches only) Verify the PIC mode setting:
user@switch> show chassis pic-mode
- (EX4500 switches only) If the PIC mode was not set to
Virtual Chassis mode, set the PIC mode to Virtual Chassis mode:
user@switch> request chassis pic-mode virtual-chassis
Note: This step is required if you are using the dedicated VCPs on the Virtual Chassis module to connect the Virtual Chassis.
The PIC mode setting has no impact on optical ports that are configured as VCPs.
- (Mixed Virtual Chassis with EX4200 switches only) Set
the Virtual Chassis mode to mixed on all member switches if your mixed
Virtual Chassis includes EX4200 switches:
user@switch> request virtual-chassis mode mixed
- If the PIC mode or the mixed mode was changed in step
7 or step 8, reboot each member switch:
user@switch> request system reboot
You can skip this step and proceed to step 11 if you did not change the PIC mode or the mixed mode.
- After you have rebooted the switches, log into the switch that you powered on first. This switch is the master switch.
- Run the EZSetup program on the master switch, specifying
the identification parameters. See Connecting and Configuring an EX Series Switch (CLI Procedure).
Note: The properties that you specify for the master switch apply to the entire Virtual Chassis.
- (Optional) On the master switch, configure the virtual
management Ethernet (VME) interface for out-of-band management of
the Virtual Chassis, if desired:
[edit]
user@switch# set interfaces vme unit 0 family inet address /ip-address/mask/ - On the master switch, specify the preprovisioned configuration
mode:
[edit virtual-chassis]
user@switch# set preprovisioned - On the master switch, specify all members for the Virtual
Chassis configuration, listing each switch’s serial number with
the desired member ID and the desired role.
Note: The routing-engine role can be assigned to any member switch, unless otherwise noted.
The routing-engine role can be assigned to any member switch in a mixed Virtual Chassis starting in Junos OS Release 11.4.
Ensure that you assign the routing-engine role to two members that are the same type of switch if you are running Junos OS Release 11.2 or 11.3..
Ensure that you assign only the routing-engine role to EX4500 member switches if you are running Junos OS Release 11.1.
[edit virtual-chassis]
user@switch# set member 0 serial-number serial-number role routing-engine
user@switch# set member 1 serial-number serial-number role routing-engine
user@switch# set member 2 serial-number serial-number role line-card
user@switch# set member 3 serial-number serial-number role line-card
user@switch# set member 4 serial-number serial-number role line-card
user@switch# set member 5 serial-number serial-number role line-card
user@switch# set member 6 serial-number serial-number role line-card
user@switch# set member 7 serial-number serial-number role line-card
user@switch# set member 8 serial-number serial-number role line-card
user@switch# set member 9 serial-number serial-number role line-card - Interconnect the member switches by using either the dedicated VCPs on the member switches (see Connecting a Virtual Chassis Cable to an EX4200 Switch or Connecting a Virtual Chassis Cable to an EX4500 Switch) or by connecting them through the optical ports that you have configured as VCPs (see Setting an Uplink Port on an EX2200, EX3300, or EX4200 Switch as a Virtual Chassis Port (CLI Procedure) or Setting an Uplink Port as a Virtual Chassis Port on an EX4500 or EX4550 Switch (CLI Procedure)).
![]() | Note: You cannot modify the mastership priority when you are using a preprovisioned configuration. The mastership priority values are generated automatically and controlled by the role that is assigned to the member switch in the configuration file. |
For information on adding a switch to an existing Virtual Chassis or configuring a Virtual Chassis port (VCP) to connect member switches over long distances, see Related Documentation.
Related Documentation
- EX Series
- Configuring Mastership of an EX Series Virtual Chassis (CLI Procedure)
- Adding a New EX4200 Switch to an Existing EX4200 Virtual Chassis (CLI Procedure)
- Adding an EX4200 Switch to a Preprovisioned EX4500 Virtual Chassis or a Preprovisioned Mixed EX4200 and EX4500 Virtual Chassis (CLI Procedure)
- Adding an EX4500 Switch to a Preprovisioned EX4200 Virtual Chassis (CLI Procedure)
- Adding an EX4500 Switch to a Nonprovisioned EX4200 Virtual Chassis (CLI Procedure)
- Setting an Uplink Port on an EX2200, EX3300, or EX4200 Switch as a Virtual Chassis Port (CLI Procedure)
- Setting an Uplink Port as a Virtual Chassis Port on an EX4500 or EX4550 Switch (CLI Procedure)
- Monitoring the Virtual Chassis Status and Statistics on EX Series Virtual Chassis
Published: 2012-12-07
Supported Platforms
Related Documentation
- EX Series
- Configuring Mastership of an EX Series Virtual Chassis (CLI Procedure)
- Adding a New EX4200 Switch to an Existing EX4200 Virtual Chassis (CLI Procedure)
- Adding an EX4200 Switch to a Preprovisioned EX4500 Virtual Chassis or a Preprovisioned Mixed EX4200 and EX4500 Virtual Chassis (CLI Procedure)
- Adding an EX4500 Switch to a Preprovisioned EX4200 Virtual Chassis (CLI Procedure)
- Adding an EX4500 Switch to a Nonprovisioned EX4200 Virtual Chassis (CLI Procedure)
- Setting an Uplink Port on an EX2200, EX3300, or EX4200 Switch as a Virtual Chassis Port (CLI Procedure)
- Setting an Uplink Port as a Virtual Chassis Port on an EX4500 or EX4550 Switch (CLI Procedure)
- Monitoring the Virtual Chassis Status and Statistics on EX Series Virtual Chassis