summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_default_route/r1/bgpd.conf
blob: 8699d62ff2de74c6e7e2cbb306ffc8b029983ba5 (plain)
1
2
3
4
5
6
7
8
router bgp 65000
  no bgp ebgp-requires-policy
  neighbor 192.168.255.2 remote-as 65001
  neighbor 192.168.255.2 timers 3 10
  address-family ipv4 unicast
    neighbor 192.168.255.2 default-originate
  exit-address-family
!