summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_rpki_topo1/r2/bgpd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/bgp_rpki_topo1/r2/bgpd.conf')
-rw-r--r--tests/topotests/bgp_rpki_topo1/r2/bgpd.conf25
1 files changed, 25 insertions, 0 deletions
diff --git a/tests/topotests/bgp_rpki_topo1/r2/bgpd.conf b/tests/topotests/bgp_rpki_topo1/r2/bgpd.conf
new file mode 100644
index 0000000..87d7214
--- /dev/null
+++ b/tests/topotests/bgp_rpki_topo1/r2/bgpd.conf
@@ -0,0 +1,25 @@
+router bgp 65002
+ no bgp ebgp-requires-policy
+ neighbor 192.0.2.1 remote-as 65530
+ neighbor 192.0.2.1 timers connect 1
+ neighbor 192.0.2.1 ebgp-multihop 3
+ neighbor 192.0.2.1 update-source 192.0.2.2
+ neighbor 192.168.4.4 remote-as internal
+ neighbor 192.168.4.4 timers 1 3
+ neighbor 192.168.4.4 timers connect 1
+ address-family ipv4 unicast
+ neighbor 192.168.4.4 next-hop-self
+ exit-address-family
+!
+router bgp 65002 vrf vrf10
+ no bgp ebgp-requires-policy
+ neighbor 192.0.2.3 remote-as 65530
+ neighbor 192.0.2.3 timers 1 3
+ neighbor 192.0.2.3 timers connect 1
+ neighbor 192.0.2.3 ebgp-multihop 3
+ neighbor 192.0.2.3 update-source 192.0.2.2
+!
+rpki
+ rpki retry_interval 5
+ rpki cache 192.0.2.1 15432 preference 1
+exit