aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/onos/tools/tutorials/sdnip/configs-ipv6/quagga1.conf
blob: 3c318e7fded925f87e3a2f1529fa067ec50b8413 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
! BGP configuration for r1
!
hostname r1
password sdnip
!
router bgp 65001
  bgp router-id 10.0.1.1
  timers bgp 3 9
  neighbor 2001:1::101 remote-as 65000
  neighbor 2001:1::101 ebgp-multihop
  neighbor 2001:1::101 advertisement-interval 5
  neighbor 2001:1::101 timers connect 5
  neighbor 2001:1::101 route-map nexthop out
!
  address-family ipv6
  network 2001:101::/48
  neighbor 2001:1::101 activate
  exit-address-family
!
route-map nexthop permit 10
  set ipv6 next-hop global 2001:1::1
!
log stdout