Switching

last person joined: 2 days ago 

Ask questions and share experiences about EX and QFX portfolios and all switching solutions across your data center, campus, and branch locations.
  • 1.  Can't convert EX-4200 to a stand alone

    Posted 11-27-2012 05:36

    OK, really frustrated here. Here's the situation:

     

    EX-4200 in a virtual chassis I want to convert to stand alone. I have tried to load factory default through the LCD menu (worked for 3 other switches in same chassis) as well as with CLI commands. NOTHING WORKS. I've changed membership priority and rebooted trying to reassign as master. What am I not doing or doing wrong? I have discovered that cussing the box does not help as much as I thought it would.



  • 2.  RE: Can't convert EX-4200 to a stand alone
    Best Answer

    Posted 11-27-2012 08:12

    Hi

     

    what I tend to do is, navigate to the shell and then remove any vc.X files:

     

    root@test:RE:0% cd /config
    root@test:RE:0% ls vchassis/
    vc.db           vc.param        vc.tlv.db       vc.tlv.db.0     vc.tlv.db.1
    root@test:RE:0% rm vc*
    rm: vchassis: is a directory
    root@test:RE:0% rm vchassis/*



  • 3.  RE: Can't convert EX-4200 to a stand alone

    Posted 11-27-2012 10:30

    @thanjalot,

     

    I removed the vchassis/* from the shell and it did get rid of the last member of the virtual chassis but it still indicates that virtual chassis is enabled.

     

    root> show virtual-chassis

    Virtual Chassis ID: 993e.801e.8565
    Virtual Chassis Mode: Enabled
                                               Mstr           Mixed Neighbor List
    Member ID  Status   Serial No    Model     prio  Role      Mode ID  Interface
    0 (FPC 0)  Prsnt    BP0212308361 ex4200-48t 255  Master*      N

    Member ID for next new member: 1 (FPC 1)

    {master:0}
    root>



  • 4.  RE: Can't convert EX-4200 to a stand alone

    Posted 11-27-2012 10:38

    The status that you show is correct. This is an EX4200 that is acting as a standalone unit. The fact that VC mode is enabled does not have any bearing on its ability to run stand alone. It is essentailly a virtual chassis of one. You are good to go.

     



  • 5.  RE: Can't convert EX-4200 to a stand alone

    Posted 11-27-2012 08:45

    It is a two step process to remove the VC. When you said you did CLI did you reset the box from the operational level or just remove the config itself?



  • 6.  RE: Can't convert EX-4200 to a stand alone

    Posted 11-27-2012 10:12

    I don't know what you mean by "reset the box from the operational level". I have attempted everything I could find online, including loading factory defaults, disabling vcp ports, renumbering members, etc. I finally got it to recognize the gig interfaces but it is still showing 1 of the other chassis when I perform a show virtual chassis I see below

     

    root> show virtual-chassis status

    Virtual Chassis ID: 7b3d.a005.d484
    Virtual Chassis Mode: Enabled
                                               Mstr           Mixed Neighbor List
    Member ID  Status   Serial No    Model     prio  Role      Mode ID  Interface
    0 (FPC 0)  Prsnt    BP0212308361 ex4200-48t 255  Master*      N
    1 (FPC 1)  NotPrsnt BP0212224048 ex4200-48t

    Member ID for next new member: 2 (FPC 2)

    {master:0}
    root>