Re: [j-nsp] QinQ termination on branch SRX

2013-09-02 Thread Ben Dale
Hi Darren,

On 02/09/2013, at 7:34 PM, Darren O'Connor  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@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
___
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp


[j-nsp] QinQ termination on branch SRX

2013-09-02 Thread Darren O'Connor
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


Thanks
Darren
http://www.mellowd.co.uk/ccie

  
___
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp