Supported Platforms
Adding or Replacing a Member Switch or an External Routing Engine in an EX8200 Virtual Chassis (CLI Procedure)
You can configure an EX8200 Virtual Chassis to include up to four EX8200 switches and one or two XRE200 External Routing Engines. You can add or replace a member switch or an external Routing Engine if one needs to be replaced for any reason.
To add or replace a member switch or external Routing Engine in an EX8200 Virtual Chassis:
- If you are replacing an existing switch or external Routing Engine, power off the device. See Powering Off an EX8200 Switch or Powering Off an XRE200 External Routing Engine.
- Uncable the device that you will remove from the Virtual Chassis.
- Power on the new switch or external Routing Engine. See Powering On an EX8200 Switch or Powering On an XRE200 External Routing Engine.
- Note and record the serial number of the new switch or external Routing Engine. See Locating the Serial Number on an EX8200 Switch or Component and Locating the Serial Number on an XRE200 External Routing Engine or Component.
- Upgrade the software on the new switch or external Routing
Engine to the Junos OS release currently running in the Virtual Chassis,
unless the switch or external Routing Engine is already running that
release. See Installing Software on an EX Series Switch with a Single Routing Engine (CLI Procedure), Installing Software on an EX Series Switch with Redundant Routing Engines (CLI Procedure),
or Upgrading Software on an EX6200 or EX8200 Standalone Switch Using Nonstop Software Upgrade (CLI Procedure).
Note: If you are adding an EX8200 switch to the Virtual Chassis, reboot the switch to complete the software upgrade after completing step 6.
If you are adding an XRE200 External Routing Engine to the Virtual Chassis, reboot the device to complete the software upgrade.
- (EX8200 switch only) Set the EX8200 switch as a Virtual
Chassis member:
user@switch> set chassis virtual-chassis
Follow the CLI prompts. You must reboot the switch to complete this step of the procedure.
- Log in to the master external Routing Engine on the Virtual Chassis.
- Delete the device that you uncabled from the Virtual Chassis
configuration:
[edit virtual-chassis]
user@external-routing-engine# delete member member-id serial-number serial-number role roleFor example:
- To delete a switch from the Virtual Chassis configuration:
[edit virtual-chassis]
user@external-routing-engine# delete member 1 serial-number abc123 role line-card - To delete an external Routing Engine from the Virtual
Chassis configuration:
[edit virtual-chassis]
user@external-routing-engine# delete member 8 serial-number yza567 role routing-engine
- To delete a switch from the Virtual Chassis configuration:
- Add the new device to the Virtual Chassis configuration:
[edit virtual-chassis]
user@external-routing-engine# set member member-id serial-number serial-number role roleFor example:
- To add a switch to the Virtual Chassis configuration:
[edit virtual-chassis]
user@external-routing-engine# set member 1 serial-number lmn910 role line-card - To add an external Routing Engine to the Virtual Chassis
configuration:
[edit virtual-chassis]
user@external-routing-engine# set member 8 serial-number opq112 role routing-engine
- To add a switch to the Virtual Chassis configuration:
- Commit the configuration:
[edit]
user@external-routing-engine# commit synchronize - Connect the new device to the EX8200 Virtual Chassis. See Connecting an EX8200 Switch to an XRE200 External Routing Engine.