Thanks Daniel, I tried a few things, no success yet.

Goal is to simply take vlan tags on ge-0/0/38 for 802.1q tags 10 and 17 and put 
them into the same vlan structure so that they share the isb.10 subnet.

delete vlans vlan10

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 input-vlan-map swap vlan-id 10
set interfaces ge-0/0/38 unit 17 vlan-id 17 output-vlan-map swap
set vlans vlan10 interface ge-0/0/38.17
set vlans vlan10 l3-interface irb.10

agould@eng-lab-5048-1# commit
[edit vlans vlan10 l3-interface]
  'l3-interface irb.10'
    l3-interface can be configured only under vlans with 'vlan-id'/'vlan-tags'
error: commit failed: (statements constraint check failed)

{master:0}[edit]

set vlans vlan10 vlan-id none

agould@eng-lab-5048-1# commit
[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)

{master:0}[edit]
agould@eng-lab-5048-1# set routing-instances one vlan-id none

{master:0}[edit]
agould@eng-lab-5048-1# show routing-instances one | display set | grep vlan
set routing-instances one vlan-id none

{master:0}[edit]
agould@eng-lab-5048-1# commit
[edit routing-instances one vlan-id]
  'vlan-id none'
    'vlan-id' statement can be included only for a VPLS or EVPN instance
[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)

{master:0}[edit]
agould@eng-lab-5048-1#









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

Reply via email to