diff --git a/juniper-macros.j2 b/juniper-macros.j2 index 5c2df57..a8d6d96 100644 --- a/juniper-macros.j2 +++ b/juniper-macros.j2 @@ -130,6 +130,11 @@ chassis { vlan { members [ {% for vlan in interface['tagged_vlans'] %}{{ vlan['vid'] }} {% endfor %}]; } +{% elif interface['mode']=='TAGGED_ALL' %} + interface-mode trunk; + vlan { + members [ all ]; + } {% endif %} storm-control default; }