Switching

 View Only
last person joined: yesterday 

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

    Posted 01-17-2018 01:04

    Hi all,

     

    Please help me. How do enable  l2-learning decapsulate-accept-inner-vlan on QFX5100?

     

    Thank,

     



  • 2.  RE: QFX5100 VxLAN

     
    Posted 01-17-2018 01:33

    Hi,

     

    Like this:

    set protocols l2-learning decapsulate-accept-inner-vlan



  • 3.  RE: QFX5100 VxLAN

     
    Posted 01-17-2018 01:58

    Hi there,

     

    In addition to my previous post, I though you may be interested in couple of sample configuration as well:

     

    > https://www.juniper.net/documentation/en_US/junos/topics/topic-map/vxlan-qfx-series.html

    >https://www.juniper.net/documentation/en_US/junos/topics/task/configuration/vxlan-qfx-series-cli.html

     

    Configuring VXLAN in QFX5100:

    https://kb.juniper.net/InfoCenter/index?page=content&id=KB30315

     

     

     

     

     

     



  • 4.  RE: QFX5100 VxLAN

    Posted 01-17-2018 20:21

    Thank for you support. But I can not configure, please see bellow

     

    dungnh@QFX01# set protocols l2-learning de
                                                       ^
    'de' is ambiguous.
    Possible completions:
      decapsulate-accept-inner-vlan  Accept VxLAN packets with inner VLAN disabled by default

     

    The Version is 14.1X53-D35.3



  • 5.  RE: QFX5100 VxLAN
    Best Answer

     
    Posted 01-17-2018 21:01

    Hi Dungnh,

     

    Could you try login with root and check?

    {master:0}                                                                                                                                                             
    root@Aa01_SW1_QFX_100010> show version | match "Junos:"                                                                                                                
    Junos: 14.1X53-D34                                                                                                                                                     

    {master:0}                                                                                                                                                          
    root@Aa01_SW1_QFX_100010> show version | match Model                                                                                                                
    Model: qfx5100-48t-6q                                                                                                                                               
                                                                                                                                                                           
    {master:0}                                                                                                                                                             
    root@Aa01_SW1_QFX_100010> configure                                                                                                                                    
    Entering configuration mode                                                                                                                                            


    Try to type in the full command:


    {master:0}[edit]                                                                                                                                                    
    root@Aa01_SW1_QFX_100010# set protocols l2-learning decapsulate-accept-inner-vlan                                                                                   
                                                                                                                                                                        
    {master:0}[edit]                                                                                                                                                    
    root@Aa01_SW1_QFX_100010# show | compare                                                                                                                            
    [edit protocols]                                                                                                                                                    
    +   l2-learning {                                                                                                                                                   
    +       decapsulate-accept-inner-vlan;                                                                                                                              
    +   }