Switching

 View Only
last person joined: 11 hours ago 

Ask questions and share experiences about EX and QFX portfolios and all switching solutions across your data center, campus, and branch locations.
  • 1.  Virtual-chassis problem on ex4100

    Posted 09-06-2024 08:32

    Hello everyone, I try to work with Juniper first time. Need help with virtual-chassis. I made all like in this video How configure a Juniper EX Series Virtual Chassis cluster

    but it doesn't work. 

    Conf of slave switch is below

    root@SLAVE# show
    ## Last changed: 2024-09-06 10:11:10 UTC
    version 22.3R1.12;
    system {
        host-name SLAVE;
        root-authentication {
            encrypted-password "$6$pXdPOu..$UJ6taJRy7uBAdkvBc0pT5YHq6P6gsUteeFmdToWQwemEsFDHX2uBDtc34ijW/Ida6HfRMhOeqIITh6mZOLPyc."; ## SECRET-DATA
        }
    }
    virtual-chassis {
        preprovisioned;
        no-split-detection;
        member 1 {
            role routing-engine;
            serial-number EZ2723AN0024;

    root@SLAVE> show virtual-chassis vc-port
    fpc1:
    --------------------------------------------------------------------------
    Interface   Type              Trunk  Status       Speed        Neighbor
    or                             ID                 (mbps)       ID  Interface
    PIC / Port
    1/0         Configured         -1    Up           10000
    1/1         Configured         -1    Up           10000
    1/3         Configured               Absent
    1/2         Configured               Absent
    2/0         Configured               Absent
    2/1         Configured               Absent

    root@SLAVE> show virtual-chassis

    Preprovisioned Virtual Chassis
    Virtual Chassis ID: 79eb.dca0.794f
    Virtual Chassis Mode: Enabled
                                                    Mstr           Mixed Route Neighbor List
    Member ID  Status   Serial No    Model          prio  Role      Mode  Mode ID  Interface
    1 (FPC 1)  Prsnt    EZ2723AN0024 ex4100-24mp    129   Master*      N  VC

    conf of master switch

    root@MASTER> show virtual-chassis

    Preprovisioned Virtual Chassis
    Virtual Chassis ID: 7c0f.4e59.92d9
    Virtual Chassis Mode: Enabled
                                                    Mstr           Mixed Route Neighbor List
    Member ID  Status   Serial No    Model          prio  Role      Mode  Mode ID  Interface
    0 (FPC 0)  Prsnt    EZ2723AN0001 ex4100-24mp    129   Master*      N  VC

    root@MASTER> show virtual-chassis vc-port
    fpc0:
    --------------------------------------------------------------------------
    Interface   Type              Trunk  Status       Speed        Neighbor
    or                             ID                 (mbps)       ID  Interface
    PIC / Port
    2/0         Configured         -1    Up           10000
    2/1         Configured         -1    Up           10000

    root@MASTER# show
    ## Last changed: 2024-09-06 09:28:44 UTC
    version 22.3R1.12;
    system {
        host-name MASTER;
        root-authentication {
            encrypted-password "$6$ovJoqa0e$CeNExsBEOJLqSQyCu2IHie3xmPDwQf4GtGHxjCkIotzn1oj/infxYMI2TUZTfnveA5vSbDCrpRkaGFnks2mjo1"; ## SECRET-DATA
        }
    }
    virtual-chassis {
        preprovisioned;
        no-split-detection;
        member 0 {
            role routing-engine;
            serial-number EZ2723AN0001;
        }
    }



        

    YouTube remove preview
    How configure a Juniper EX Series Virtual Chassis cluster
    In this video it is clearly explains how configure a Juniper EX-2300 Series Virtual Chassis cluster. In this video preprovisioned configuration method is used. #itrevisionhub #junipernetworks #Junipervirtualchassis
    View this on YouTube >



    ------------------------------
    Sanjar Mambetisaev
    ------------------------------



  • 2.  RE: Virtual-chassis problem on ex4100

    Posted 09-09-2024 09:07

    your config on the 2 boxes should be the same in a virtual chassis (since it's the same management plane). So you'll need to have both members in the VC segment.



    ------------------------------
    Allyn Crowe
    ------------------------------



  • 3.  RE: Virtual-chassis problem on ex4100

    Posted 09-09-2024 10:56

    Hi Sanjar,

    You don't need to add any config onto member 1 or any other member you want to add, although that won't hurt and will be just over writen.

    The reason they are not joining is because you need to add 

    "member 1 {
            role routing-engine;
            serial-number EZ2723AN0024;"

    to config on member 0



    ------------------------------
    HARRY
    ------------------------------