[j-nsp] ACX5048 - vlan-map conflict with routing-instance with vlan-id tags?
Aaron
aaron1 at gvtc.com
Mon Apr 25 14:37:41 EDT 2016
Thanks Eric/Khairul,
Right...
so, set bridge-domains isn't allowed in acx5048... it's set vlans.
so if i replace 1/1/1 with a valid interface on my acx5048 0/0/38
set interfaces ge-0/0/38 unit 281 encapsulation vlan-bridge
set interfaces ge-0/0/38 unit 281 vlan-id 281
set interfaces ge-0/0/38 unit 282 encapsulation vlan-bridge
set interfaces ge-0/0/38 unit 282 vlan-id 282
set vlans vlan10 interface ge-0/0/38.281
set vlans vlan10 interface ge-0/0/38.282
set vlans vlan10 domain-type bridge
agould at eng-lab-5048-1# show | compare
[edit interfaces ge-0/0/38]
+ unit 281 {
+ encapsulation vlan-bridge;
+ vlan-id 281;
+ }
+ unit 282 {
+ encapsulation vlan-bridge;
+ vlan-id 282;
+ }
[edit vlans vlan10]
interface ae6.10 { ... }
+ interface ge-0/0/38.281;
+ interface ge-0/0/38.282;
[edit vlans vlan10]
+ domain-type bridge;
{master:0}[edit]
agould at eng-lab-5048-1# commit
[edit vlans vlan10]
'interface ge-0/0/38.282'
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]
agould at eng-lab-5048-1# rollback
load complete
{master:0}[edit]
agould at eng-lab-5048-1#
- Aaron
More information about the juniper-nsp
mailing list