Switching

 View Only
  • 1.  vQFX ping failed

    Posted 04-21-2025 13:31

    Should be a simple question, maybe I missed something and need help desperately. Setting up vQFX with either 17.4 or 18.4 image within eve-ng, but never able to ping across the link. What did I miss

    vQFX:

    delete interface
    set interfaces em1 unit 0 family inet address 169.254.0.2/24
    set interfaces xe-0/0/0 unit 0 family inet address 192.168.1.2/24

    root> show chassis fpc 
                         Temp  CPU Utilization (%)   CPU Utilization (%)  Memory    Utilization (%)
    Slot State            (C)  Total  Interrupt      1min   5min   15min  DRAM (MB) Heap     Buffer
      0  Online           Testing  28         1        0      0      0    1920        0         39
      1  Empty           
      2  Empty           
      3  Empty           
      4  Empty           
      5  Empty           
      6  Empty           
      7  Empty           
      8  Empty           
      9  Empty            

    {master:0}
    root> show interfaces terse | match xe-0/0/0 
    xe-0/0/0                up    up
    xe-0/0/0.0              up    up   inet     192.168.1.2/24 

    vMX:

    set interfaces ge-0/0/0 unit 0 family inet address 192.168.1.1/24



    ------------------------------
    MAX CHU
    ------------------------------


  • 2.  RE: vQFX ping failed

    Posted 04-25-2026 08:33

    The reason is beacuse of a synchronization problem with vQFX in EVE-NG.

    Your show chassis fpc output shows the state as "Testing" this means the RE and PFE have not established internal comms

    as they are to separate VMs, once that changes to Online you should see comms

    -------------------------------------------