From bfa449ec7bea79db343ad2ba7b273d90a97329ca Mon Sep 17 00:00:00 2001
From: Aleksandr Kurbatov <aleksandr.kurbatov@GL1342.local>
Date: Wed, 31 Jan 2024 17:48:21 +0000
Subject: [PATCH] base-config BGP - add missing config

---
 .../roles/base_config/templates/routers/nokia/router/bgp.j2     | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/geant/gap_ansible/roles/base_config/templates/routers/nokia/router/bgp.j2 b/geant/gap_ansible/roles/base_config/templates/routers/nokia/router/bgp.j2
index d30a849a..c1ba7841 100644
--- a/geant/gap_ansible/roles/base_config/templates/routers/nokia/router/bgp.j2
+++ b/geant/gap_ansible/roles/base_config/templates/routers/nokia/router/bgp.j2
@@ -7,6 +7,7 @@
                 </local-as>
                 <group alu:operation="replace">
                     <group-name>iGEANT-P-ONLY</group-name>
+                    <authentication-key>aX1kndQNDTAHyJttsnoyKVBRm1bxaCpuK+c= hash2</authentication-key>
                     <admin-state>enable</admin-state>
                     <next-hop-self>true</next-hop-self>
                     <type>internal</type>
@@ -23,6 +24,7 @@
                     <next-hop-self>true</next-hop-self>
                     <type>internal</type>
                     <peer-as>{{ geant_re_as_number }}</peer-as>
+                    <capability-negotiation>true</capability-negotiation>
                     <local-address>{{ lo_ipv6_address }}</local-address>
                     <family>
                         <mcast-ipv6>true</mcast-ipv6>
-- 
GitLab