summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_redistribute_table/r2/bgpd.conf
blob: 2ce704309756bb5e47a18ed327d2e2ebf5cce8c3 (plain)
1
2
3
4
5
6
7
8
9
10
router bgp 65501
 bgp router-id 192.0.2.2
 no bgp ebgp-requires-policy
 neighbor 192.168.0.1 remote-as 65500
 address-family ipv4 unicast
  network 172.31.0.2/32
  neighbor 192.168.0.1 activate
  redistribute table-direct 2200
 exit-address-family
!