Switching

 View Only
last person joined: 3 days ago 

Ask questions and share experiences about EX and QFX portfolios and all switching solutions across your data center, campus, and branch locations.

VxLAN between qfx5100 to qfx5100

  • 1.  VxLAN between qfx5100 to qfx5100

    Posted 03-22-2021 16:36
    Dear all
    Could you help me with vxlan configuration between two qfx5100
    I have made the following configuration
    routing@qfx100# show interfaces ge-0/0/45    
    description MT100link;
    vlan-tagging;
    mtu 9216;
    encapsulation flexible-ethernet-services;
    unit 0 {
        family ethernet-switching {
            interface-mode trunk;
            vlan {
                members vlan101-102;
            }
        }
    }​
    routing@qfx100# show protocols l2-learning    
    decapsulate-accept-inner-vlan;
    routing@qfx100# show protocols l2-learning               
    vlan101-102 {
        description VxLAN-TEST;
        vlan-id-list 101-102;
        vxlan {
            vni 1001;
            encapsulate-inner-vlan;
            ingress-node-replication;
        }
    }
    routing@qfx100# show switch-options          
    vtep-source-interface lo0.0;
    remote-vtep-list 172.17.188.2;
    The other side switch is configured the same way. But only 101 VLAN works. VLAN 102 does not work. When I try only 102 it works.
    also, I saw that when I am setting VLAN members on the interface it tells me that vlan101-102 is untag
    Could someone help me with this?
    thanks