This article assists you with converting a Virtual Chassis’s Role from Linecard to Back-Up. This document will help the user who prefers to make a Linecard of a Virtual Chassis to a Backup role.
This article is part of the EX Resolution Guide: KB21064 - Verifying health of Virtual Chassis and troubleshoot if the members are not all present [juniper.net] .
For example, in the 'show virtual-chassis' output below, FPC 0 - (BR0200000776) is preferred to act as Backup.
root@EX4200-VC# run show virtual-chassis Virtual Chassis ID: 6eb0.0094.e64b Mastership Neighbor List Member ID Status Serial No Model priority Role ID Interface 0 (FPC 0) Prsnt BR0200000776 ex4200-24f 128 Linecard 1 vcp-0 1 (FPC 1) Prsnt BR0200000997 ex4200-24f 128 Master* 2 vcp-0 0 vcp-1 2 (FPC 2) Prsnt BR0200000803 ex4200-24f 128 Backup 1 vcp-1 Member ID for next new member: 3 (FPC 3)
Reduce the mastership-priority parameter of the existing Backup to be lower that the expected Backup.
mastership-priority
root@EX4100-VC# set virtual-chassis member 2 mastership-priority 127
root@EX4100-VC# commit synchronize
Refer to KB12879 [juniper.net] on understanding commit synchronize .
commit synchronize
The end result will be as follows:
root@EX4200-VC# run show virtual-chassis Virtual Chassis ID: 6eb0.0094.e64b Mastership Neighbor List Member ID Status Serial No Model priority Role ID Interface 0 (FPC 0) Prsnt BR0200000776 ex4200-24f 128 Backup 1 vcp-0 1 (FPC 1) Prsnt BR0200000997 ex4200-24f 128 Master* 2 vcp-0 0 vcp-1 2 (FPC 2) Prsnt BR0200000803 ex4200-24f 127 Linecard 1 vcp-1 Member ID for next new member: 3 (FPC 3)
Related links in the Technical Documentation:
2021-04-06: Updated the article terminology to align with Juniper's Inclusion & Diversity initiatives 2020-08-13: Article reviewed for accuracy; no changes required.