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

Eric Van Tol eric at atlantech.net
Mon Apr 25 12:52:08 EDT 2016


> Can't actually picture what you are really trying to achieve here with an
> irb and multiple vlan tags, but did you try configuring `vlan-id-list` under
> the logical unit? That or vlan-id-range might be useful.
> 
> If what i just said was totally irrelevant to you, please elaborate the
> picture and the problem you are facing :p
> 

I suspect what he is asking for is a valid configuration on the ACX that is similar to what you can do on the MX - he has customers on different VLANs that he wants to put into the same broadcast domain:

MX Config:
set interfaces ge-1/1/1 unit 281 encapsulation vlan-bridge
set interfaces ge-1/1/1 unit 281 vlan-id 281
set interfaces ge-1/1/1 unit 282 encapsulation vlan-bridge
set interfaces ge-1/1/1 unit 282 vlan-id 282
set interfaces irb unit 128 family inet address 192.168.254.1/24
set bridge-domains shared-bd description "Shared Bridge Domain"
set bridge-domains shared-bd domain-type bridge
set bridge-domains shared-bd vlan-id 128
set bridge-domains shared-bd interface ge-1/1/1.281
set bridge-domains shared-bd interface ge-1/1/1.282

Not sure if it's the same on ACX, or even if it's possible, but the above configuration works on the MX for aggregating mismatched VLANs into one bridge domain.

-evt


More information about the juniper-nsp mailing list