summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_rpki_topo1/r1/bgpd.conf
blob: 437d393c75bb2e35fa754ff0441f9954224ebca6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
router bgp 65530
 no bgp ebgp-requires-policy
 no bgp network import-check
 neighbor 192.0.2.2 remote-as 65002
 neighbor 192.0.2.2 timers 1 3
 neighbor 192.0.2.2 timers connect 1
 neighbor 192.0.2.2 ebgp-multihop 3
 neighbor 192.0.2.2 update-source 192.0.2.1
 address-family ipv4 unicast
  network 198.51.100.0/24
  network 203.0.113.0/24
  network 10.0.0.0/24
 exit-address-family
!