diff options
Diffstat (limited to 'framework/src/onos/tools/tutorials/sdnip/configs/quagga-sdn.conf')
-rw-r--r-- | framework/src/onos/tools/tutorials/sdnip/configs/quagga-sdn.conf | 35 |
1 files changed, 35 insertions, 0 deletions
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 |