Monitor, Troublshoot, Creat and Delete Virtual Chassis in EX3300, EX4500

  • by

[To check Virtual Chassis Status for link UP/Down, Switch Status for Maset, Backup and Line card]
user@ConfGeek# run show virtual-chassis status

[To check Virtual Chassis Port status for UP/Down]
user@ConfGeek# run show virtual-chassis vc-port

[Create a New Virtual Chassis Port on a Line Card / a particular member]
user@ConfGeek# run request virtual-chassis vc-port set pic-slot 1 port 3 member 2
[Here a new port will be create into virtual chassis domain. The created port number 3 and pic-slot is 2 with a member number 2.]

[Remove a Virtual Chassis Port on a Line Card / a particular member]
user@ConfGeek# run request virtual-chassis vc-port delete pic-slot 1 port 3 member 2
[Here a new port will be delete into virtual chassis domain. The deleted port number 3 and pic-slot is 2 with a member number 2.]

[Create a New Virtual Chassis Port to Master Switch]
user@ConfGeek# run request virtual-chassis vc-port set pic-slot 2 port 5
[Here a new port will be created into virtual chassis domain. The created port number 5 and pic-slot is 2 on the master switch that mean member 0 switch]

[Remove a Virtual Chassis Port to Master Switch]
user@ConfGeek# run request virtual-chassis vc-port delete pic-slot 2 port 5
[Here a new port will be deleted into virtual chassis domain. The deleted port number 5 and pic-slot is 2 on the master switch that mean member 0 switch]

You can see the possible completions command:

user@ConfGeek# run request virtual-chassis ?
Possible completions:
  device-reachability  Device reachability diagnostics
  mode                 Set a member's mode (Warning: member's mode must be consistent)
  reactivate           Make active from inactive-split mode
  recycle              Recycle member ID
  renumber             Change member ID
  vc-port              Set or delete member's virtual chassis ports
{master:0}[edit]

Leave a Reply