Hi Darren, On 02/09/2013, at 7:34 PM, Darren O'Connor <[email protected]> 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 [email protected] https://puck.nether.net/mailman/listinfo/juniper-nsp

