summaryrefslogtreecommitdiffstats
path: root/framework/src/onos/tools/tutorials/sdnip/configs/quagga1.conf
blob: 6e65c96d5c3b4448e60ed441e76eda8584b24519 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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