initial artemis application commit

Change-Id: I01967b1e8e8df08cf95a2865566423a4aeb34ea9
diff --git a/tools/tutorials/artemis/configs/R1-quagga.conf b/tools/tutorials/artemis/configs/R1-quagga.conf
new file mode 100644
index 0000000..271a18f
--- /dev/null
+++ b/tools/tutorials/artemis/configs/R1-quagga.conf
@@ -0,0 +1,14 @@
+!
+hostname bgp
+password sdnip
+!
+!
+router bgp 65001
+	bgp router-id 1.1.1.1
+	network 10.0.0.0/8
+	neighbor 10.0.0.3 remote-as 65001
+	neighbor 150.1.1.1 remote-as 65003
+	neighbor 150.1.2.2 remote-as 65002
+!
+
+log stdout
\ No newline at end of file