From 13d05bc8458758ee39cb829098241e89616717ee Mon Sep 17 00:00:00 2001 From: Ashlee Young Date: Wed, 9 Sep 2015 22:15:21 -0700 Subject: ONOS checkin based on commit tag e796610b1f721d02f9b0e213cf6f7790c10ecd60 Change-Id: Ife8810491034fe7becdba75dda20de4267bd15cd --- .../tools/tutorials/sdnip/configs/quagga-sdn.conf | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 framework/src/onos/tools/tutorials/sdnip/configs/quagga-sdn.conf (limited to 'framework/src/onos/tools/tutorials/sdnip/configs/quagga-sdn.conf') diff --git a/framework/src/onos/tools/tutorials/sdnip/configs/quagga-sdn.conf b/framework/src/onos/tools/tutorials/sdnip/configs/quagga-sdn.conf new file mode 100644 index 00000000..983c96e6 --- /dev/null +++ b/framework/src/onos/tools/tutorials/sdnip/configs/quagga-sdn.conf @@ -0,0 +1,35 @@ +! +hostname bgp +password sdnip +! +! +router bgp 65000 + bgp router-id 10.10.10.1 + timers bgp 3 9 + ! + neighbor 10.0.1.1 remote-as 65001 + neighbor 10.0.1.1 ebgp-multihop + neighbor 10.0.1.1 timers connect 5 + neighbor 10.0.1.1 advertisement-interval 5 + ! + neighbor 10.0.2.1 remote-as 65002 + neighbor 10.0.2.1 ebgp-multihop + neighbor 10.0.2.1 timers connect 5 + neighbor 10.0.2.1 advertisement-interval 5 + ! + neighbor 10.0.3.1 remote-as 65003 + neighbor 10.0.3.1 ebgp-multihop + neighbor 10.0.3.1 timers connect 5 + neighbor 10.0.3.1 advertisement-interval 5 + ! + neighbor 10.0.4.1 remote-as 65004 + neighbor 10.0.4.1 ebgp-multihop + neighbor 10.0.4.1 timers connect 5 + neighbor 10.0.4.1 advertisement-interval 5 + ! + ! ONOS + neighbor 10.10.10.2 remote-as 65000 + neighbor 10.10.10.2 port 2000 + neighbor 10.10.10.2 timers connect 5 +! +log stdout -- cgit 1.2.3-korg