summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_ipv6_rtadv/r1/bgpd.conf
blob: 0918796e9503308379273d4be019c4284e03f5af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
router bgp 101
 bgp router-id 10.254.254.1
 no bgp ebgp-requires-policy
 neighbor r2g peer-group
 neighbor r2g remote-as external
 neighbor r2g bfd
 neighbor r1-eth0 interface peer-group r2g
 neighbor r1-eth0 timers 3 10
 address-family ipv4 unicast
  redistribute connected
 exit-address-family
 address-family ipv6 unicast
  neighbor r2g activate
 exit-address-family
!