[j-nsp] ACX5048 - vlan-map conflict with routing-instance with vlan-id tags

Aaron aaron1 at gvtc.com
Thu Apr 21 16:20:03 EDT 2016


Thanks Daniel, when I don't use the input/output vlan maps, here's what happens when I try to put ge-0/0/38 vlan tags 10 and 17 into the same vlan...

set interfaces ge-0/0/38 flexible-vlan-tagging
set interfaces ge-0/0/38 encapsulation flexible-ethernet-services
set interfaces ge-0/0/38 unit 10 encapsulation vlan-bridge
set interfaces ge-0/0/38 unit 10 vlan-id 10
set vlans vlan10 interface ge-0/0/38.10
 
set interfaces ge-0/0/38 flexible-vlan-tagging
set interfaces ge-0/0/38 encapsulation flexible-ethernet-services
set interfaces ge-0/0/38 unit 17 encapsulation vlan-bridge
set interfaces ge-0/0/38 unit 17 vlan-id 17
set vlans vlan10 interface ge-0/0/38.17

agould at eng-lab-5048-1# commit
[edit vlans vlan10]
  'interface ge-0/0/38.17'
    l2ald ACX: On a bd, for each ifd only one ifl can be added
[edit vlans]
  Failed to parse vlan hierarchy completely
error: configuration check-out failed

{master:0}[edit]




-----Original Message-----
From: dverlouw at gmail.com [mailto:dverlouw at gmail.com] On Behalf Of Daniel Verlouw
Sent: Thursday, April 21, 2016 1:36 PM
To: Aaron <aaron1 at gvtc.com>
Cc: juniper-nsp List <juniper-nsp at puck.nether.net>
Subject: Re: [j-nsp] ACX5048 - vlan-map conflict with routing-instance with vlan-id tags

Hi Aaron,

On Thu, Apr 21, 2016 at 7:48 PM, Aaron <aaron1 at gvtc.com> wrote:
> [edit vlans vlan10 interface]
>   'ge-0/0/38.17'
>     interface with input/output vlan-maps cannot be added to a 
> routing-instance with a vlan-id/vlan-tags configured
> error: commit failed: (statements constraint check failed)

The error msg is pretty clear :) did you try my first suggestion which was simply to remove the input/output-vlan-maps ? So:

set interfaces ge-0/0/38 flexible-vlan-tagging set interfaces ge-0/0/38 encapsulation flexible-ethernet-services set interfaces ge-0/0/38 unit 17 encapsulation vlan-bridge set interfaces ge-0/0/38 unit 17 vlan-id 17 set vlans vlan10 interface ge-0/0/38.17 set vlans vlan10 l3-interface irb.10 set vlans vlan10 vlan-id 10

I'm fairly sure this worked when we PoC'd it (don't have my notes handy, and we didn't go for the ACX5k in the end, so can't try it again). The interface is automatically config'd for a vlan swap to/from vlan 10 in this case.

  -- Daniel.



More information about the juniper-nsp mailing list