[j-nsp] QinQ termination on branch SRX

Ben Dale bdale at comlinx.com.au
Mon Sep 2 18:55:08 EDT 2013


Hi Darren,

On 02/09/2013, at 7:34 PM, Darren O'Connor <darrenoc at outlook.com> wrote:

> Does anyone know if this is supported on branch SRX devices yet? The only thing I can find is a thread from two years ago stating 'we are working on it' - http://forums.juniper.net/t5/SRX-Services-Gateway/Terminating-q-in-q-on-a-SRX220h/td-p/104350
> 
> I'm trying to get the equivalent of the Cisco config:
> interface gi0/1.10
> encap dot1q 200 second-dot1q 10
> ip address x.x.x.x
> 


This came in 12.1X44D10:

http://www.juniper.net/techpubs/en_US/junos12.1x44/topics/concept/security-interface-vlan-tagging-configuring.html

You'll need something like this:

bdale at clx-bdr# show interfaces fe-0/0/4  
flexible-vlan-tagging;
unit 50 {
    vlan-tags outer 200 inner 10;
    family inet {
        address 172.17.17.1/24;
    }
}

Cheers,

Ben


More information about the juniper-nsp mailing list