summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_conditional_advertisement/r3/bgpd.conf
blob: f389f309a626ab135031d21705fc90ea03961b5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
!
router bgp 3
 bgp log-neighbor-changes
 bgp conditional-advertisement timer 5
 no bgp ebgp-requires-policy
 neighbor 10.10.20.2 remote-as 2
 !
 address-family ipv4 unicast
  neighbor 10.10.20.2 soft-reconfiguration inbound
 exit-address-family
!