Added materials for the SDN-IP tutorial.

Change-Id: Ib0c23d6f582bcdddfac651788529420a80d9a1d7
diff --git a/tools/test/topos/sdnip/configs/quagga1.conf b/tools/test/topos/sdnip/configs/quagga1.conf
new file mode 100644
index 0000000..6e65c96
--- /dev/null
+++ b/tools/test/topos/sdnip/configs/quagga1.conf
@@ -0,0 +1,15 @@
+! BGP configuration for r1
+!
+hostname r1
+password sdnip
+!
+router bgp 65001
+  bgp router-id 10.0.1.1
+  timers bgp 3 9
+  neighbor 10.0.1.101 remote-as 65000
+  neighbor 10.0.1.101 ebgp-multihop
+  neighbor 10.0.1.101 timers connect 5
+  neighbor 10.0.1.101 advertisement-interval 5
+  network 192.168.1.0/24
+!
+log stdout