Add new suite to test bgp md5 using exabgp
[integration/test.git] / csit / variables / bgpfunctional / bgp_md5 / bgp_peer / data.xml
diff --git a/csit/variables/bgpfunctional/bgp_md5/bgp_peer/data.xml b/csit/variables/bgpfunctional/bgp_md5/bgp_peer/data.xml
new file mode 100644 (file)
index 0000000..17f22bc
--- /dev/null
@@ -0,0 +1,28 @@
+<neighbor xmlns="urn:opendaylight:params:xml:ns:yang:bgp:openconfig-extensions">
+    <neighbor-address>$IP</neighbor-address>
+    <route-reflector>
+        <config>
+            <route-reflector-client>false</route-reflector-client>
+        </config>
+    </route-reflector>
+    <timers>
+        <config>
+            <hold-time>$HOLDTIME</hold-time>
+        </config>
+    </timers>
+    <transport>
+        <config>
+            <remote-port>$PEER_PORT</remote-port>
+            <passive-mode>$PASSIVE_MODE</passive-mode>
+        </config>
+    </transport>
+    <config>
+        <peer-type>INTERNAL</peer-type>
+        <auth-password>$PASSWORD</auth-password>
+    </config>
+    <afi-safis>
+        <afi-safi>
+            <afi-safi-name xmlns:x="http://openconfig.net/yang/bgp-types">x:IPV4-UNICAST</afi-safi-name>
+        </afi-safi>
+    </afi-safis>
+</neighbor>