initial artemis application commit

Change-Id: I01967b1e8e8df08cf95a2865566423a4aeb34ea9
diff --git a/tools/tutorials/artemis/configs/R2-quagga.conf b/tools/tutorials/artemis/configs/R2-quagga.conf
new file mode 100644
index 0000000..bacdafd
--- /dev/null
+++ b/tools/tutorials/artemis/configs/R2-quagga.conf
@@ -0,0 +1,14 @@
+!
+hostname bgp
+password sdnip
+!
+!
+router bgp 65002
+	bgp router-id 2.2.2.2
+	network 20.0.0.0/8
+	neighbor 150.1.2.1 remote-as 65001
+	neighbor 150.1.3.2 remote-as 65004
+!
+
+
+log stdout
\ No newline at end of file