diff --git a/geant/gap_ansible/roles/bgp_config/templates/nokia/deploy/bgp_neighbor.j2 b/geant/gap_ansible/roles/bgp_config/templates/nokia/deploy/bgp_neighbor.j2
index 86df059390f635121bebefef960a384b5ad94b9a..c786cf7edd4109c83b57b519e281d15ad7bf700c 100644
--- a/geant/gap_ansible/roles/bgp_config/templates/nokia/deploy/bgp_neighbor.j2
+++ b/geant/gap_ansible/roles/bgp_config/templates/nokia/deploy/bgp_neighbor.j2
@@ -7,6 +7,7 @@
                     {% endif %}
                     {% if neighbor.ttl_security is not none %}
                     <ttl-security>{{ neighbor.ttl_security }}</ttl-security>
+                    <multihop>{{ neighbor.ttl_security }}</multihop>
                     {% endif %}
                     {% if neighbor.ip_type == 'ipv4' %}
                     <local-address>{{ ipv4_local_addr }}</local-address>