diff --git a/geant/gap_ansible/roles/iptrunk/templates/juniper/trunk_interface.j2 b/geant/gap_ansible/roles/iptrunk/templates/juniper/trunk_interface.j2
index f7d17251f41682bf2a5b98e74b719f0e0a3b379e..156b2bcb6611939e35c9813f9a6a93cbf99f10d3 100644
--- a/geant/gap_ansible/roles/iptrunk/templates/juniper/trunk_interface.j2
+++ b/geant/gap_ansible/roles/iptrunk/templates/juniper/trunk_interface.j2
@@ -25,7 +25,10 @@
     {# I need to sort the source and the destination alfabetically #}
     {% set trunk_direction_name = [ local.name.split(".")[1] | upper, remote.name.split(".")[1] | upper ] %}
     {% set trunk_direction_name_sorted = trunk_direction_name|sort %}
+
+    {% if wfo_trunk.iptrunk.iptrunk_description_suffix is not none %}
     {% set trunk_suffix = '-'+wfo_trunk.iptrunk.iptrunk_description_suffix if wfo_trunk.iptrunk.iptrunk_description_suffix|length > 0 %}
+    {% endif %}
     {##}
     interfaces {
     replace: {{local.ae_name}} {
diff --git a/geant/gap_ansible/roles/iptrunk/templates/nokia/trunk_interface.j2 b/geant/gap_ansible/roles/iptrunk/templates/nokia/trunk_interface.j2
index d567bc22a930fd8e7da2cffa2e6c2fe06ab974ac..f34d21e8f2a9ec9d8cd28cd08a191a156a165285 100644
--- a/geant/gap_ansible/roles/iptrunk/templates/nokia/trunk_interface.j2
+++ b/geant/gap_ansible/roles/iptrunk/templates/nokia/trunk_interface.j2
@@ -26,7 +26,9 @@
     {% set trunk_direction_name = [ local.name.split(".")[1] | upper, remote.name.split(".")[1] | upper ] %}
     {% set trunk_direction_name_sorted = trunk_direction_name|sort %}
 
+    {% if wfo_trunk.iptrunk.iptrunk_description_suffix is not none %}
     {% set trunk_suffix = '-'+wfo_trunk.iptrunk.iptrunk_description_suffix if wfo_trunk.iptrunk.iptrunk_description_suffix|length > 0 %}
+    {% endif %}
 {##}
 {% for member in local.members %}
       <port xmlns="urn:nokia.com:sros:ns:yang:sr:conf" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0" xmlns:nokia-attr="urn:nokia.com:sros:ns:yang:sr:attributes" alu:operation="replace">