SRX

last person joined: 2 days ago 

Ask questions and share experiences about the SRX Series, vSRX, and cSRX.
  • 1.  Vlan-tags command missing??

    Posted 12-07-2015 04:25

    Following problem exsist.

     

    We have aggregated ae0 interface and we are trying to create logical unit with vlan-tags command. It is missing anyway.

     

    Is there any limitations between system versions because I am able to configure that statement on older 12.1X44-D30.4 version. The issue exsists with version 12.1X46-D40.2

     

    Is there any other statement that has to be included that vlan-tags command is available?



  • 2.  RE: Vlan-tags command missing??

     
    Posted 12-07-2015 06:34

    I can not see an issue:

     

    [edit]
    lab@rtr-3# run show version
    Hostname: rtr-3
    Model: srx210h
    JUNOS Software Release [12.1X46-D40.2]

     

    [edit]
    lab@rtr-3# show chassis
    aggregated-devices {
        ethernet {
            device-count 1;
        }
    }

    [edit]
    lab@rtr-3# show interfaces
    ge-0/0/0 {
        gigether-options {
            802.3ad ae0;
        }
    }
    ge-0/0/1 {
        gigether-options {
            802.3ad ae0;
        }
    }
    ae0 {
        vlan-tagging;
        unit 10 {
            vlan-id 10;
            family inet {
                address 10.1.1.1/24;
            }
        }
    }

     

    Is this what you mean?



  • 3.  RE: Vlan-tags command missing??

    Posted 12-07-2015 21:57

    Thanks for your response Regalis and I'm sorry that my question is missing vital info of configuration...

     

    Problem is following. I would want following option available under ae0 interface:

     

    }
    ae0 {
        vlan-tagging;
        unit 10 {
           vlan-tags outer 1 inner 2;
            family inet {
                address 10.1.1.1/24;
            }
        }
    }

     

    For example... I also used flexible-vlan-tagging command instead of vlan-tagging.



  • 4.  RE: Vlan-tags command missing??

     
    Posted 12-08-2015 01:14

    Yes, you are correct, they have removed it. I have no idea why.



  • 5.  RE: Vlan-tags command missing??

    Posted 12-08-2015 02:24

    I have found more proof for our issue...

     

    I downgraded software version down to X44-D30.4 from X46-D40.2. Still the problem occurs. I tried to load working configuration from another device where that "vlan-tags" statement is, but I am not able to get i work in this router. All the versions should be same. Main board revision is 22 in the device that does not work and in the device that works has revision 21

     

    Odd thing... Well, should I open JTAC case...



  • 6.  RE: Vlan-tags command missing??
    Best Answer

     
    Posted 12-08-2015 02:37

    Hi JeiJei,

     

    If you go through below URL it states "Flexible VLAN tagging is supported only in plain encapsulation and on Fast Ethernet/Gigabit Ethernet/10-Gigabit Ethernet interfaces.". Or in other words its not supported on reth/ae interfaces.

     

    http://www.juniper.net/techpubs/en_US/junos12.1x44/information-products/topic-collections/release-notes/12.1x44-d10/index.html?topic-72762.html

     

    http://forums.juniper.net/t5/SRX-Services-Gateway/Flexible-VLAN-Tagging-on-Reth-Interface/td-p/271489



  • 7.  RE: Vlan-tags command missing??

    Posted 12-08-2015 03:02

    Well... maybe I have to accept that as an answer. Funny thought that It works on identical device with identical configuration. Maybe that's a bug...

     

    Thaks you Gents anyway!

     

    -JJ