Quantcast
Channel: Ethernet Switching topics
Viewing all articles
Browse latest Browse all 2326

VXLAN Manual configuration not working (EX4600)

$
0
0

Hello,

 

I'm fairly new to Juniper (a few weeks since I started working with it) and I'm currently trying to manually configure a VXLAN tunnel between 2 EX4600 switches.

 

I started from the bottom, trying a basic configuration to see how it should be configured (used this tutorial: https://www.juniper.net/documentation/en_US/junos/topics/topic-map/vxlan-qfx-series.html#id-example-configuring-a-vxlan-layer-2-gateway), but sadly the vxlan tunnel between my switches doesn't come up. When I check everything that the tutorial says to look at to make sure the tunnel is working, nothing shows up, so the tunnel doesn't work (my configurations and outputs are at the end of this post).

 

I have read most of the forum posts regarding vxlan and all the tutorials possible, but nothing is helping. Can anyone, please, help me out and tell me what I do wrong or why isn't my tunnel coming up? 

 

Thank you!

 

Best regards,

Alex

 

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

 

EX4600 switch A configurations:

 

L3 interface: show interfaces et-0/0/24
unit 0 {
     family inet {
         address 192.168.20.1/24;
    }
         }

 

Loopback interface (VTEP): show interfaces lo0
unit 0 {
     family inet {
        address 10.2.2.1/32;
     }

 

L2 interface: show interfaces ge-0/0/0
unit 0 {

        family ethernet-switching {
           interface-mode trunk;
           vlan {
              members v100;
            }
            storm-control default;
        }
}

 

VLAN: 
v100 {
        vlan-id 100;
        vxlan {
           vni 100;
           multicast-group 233.252.0.2;
           encapsulate-inner-vlan;
           unreachable-vtep-aging-timer 600;
        }
}

 

VTEP: show switch-options
vtep-source-interface lo0.0;

 

PIM: show protocols pim
rp {
   static {
      address 30.0.0.1;
   }
}
interface lo0.0;
interface et-0/0/24.0;

 

OSPF: show protocols ospf
area 0.0.0.0 {
     interface lo0.0;
     interface et-0/0/24.0;
}

 

Same configurations on Switch B with

  • L3 interface: et-0/0/26 - @192.168.20.2/24
  • Loopback interface (VTEP): lo0 - @10.2.2.2/32
  • L2 interface: ge-0/0/20 

 

 

Outputs: 

 

show ethernet-switching table

I have nothing, no VTEP interface to direct to my vlan. 

 

show ethernet-switching vxlan-tunnel-end-point source


Logical      System Name     Id    SVTEP-IP     IFL        L3-Idx
<default>                              0      10.2.2.1     lo0.0         0
        L2-RTT              Bridge Domain       VNID       MC-Group-IP
        default-switch        100+100            100          233.252.0.2

 

show ethernet-switching vxlan-tunnel-end-point remote
Logical        System Name      Id          SVTEP-IP      IFL      L3-Idx
<default>                                 0            10.2.2.1      lo0.0       0

 

show interfaces vtep

Physical interface: vtep, Enabled, Physical link is Up
     Interface index: 641, SNMP ifIndex: 506
     Type: Software-Pseudo, Link-level type: VxLAN-Tunnel-Endpoint, MTU: Unlimited,
     Speed: Unlimited 
     Device flags : Present Running
     Link type : Full-Duplex
     Link flags : None
     Last flapped : Never
        Input packets : 0
        Output packets: 0


Logical interface vtep.32768 (Index 557) (SNMP ifIndex 515)

      Flags: Up SNMP-Traps Encapsulation: ENET2

      VXLAN Endpoint Type: Source, VXLAN Endpoint Address: 10.2.2.1, L2 Routing Instance: default-switch, L3 Routing Instance: default

     Input packets : 0
     Output packets: 0

 

show ospf neighbor
Address            Interface       State        ID           Pri        Dead
192.168.20.2   et-0/0/24.0   Full     10.2.2.2    128         37


Viewing all articles
Browse latest Browse all 2326

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>