summaryrefslogtreecommitdiff
path: root/tests/topotests/bgp_l3vpn_hidden/rr1/frr.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/bgp_l3vpn_hidden/rr1/frr.conf')
-rw-r--r--tests/topotests/bgp_l3vpn_hidden/rr1/frr.conf79
1 files changed, 79 insertions, 0 deletions
diff --git a/tests/topotests/bgp_l3vpn_hidden/rr1/frr.conf b/tests/topotests/bgp_l3vpn_hidden/rr1/frr.conf
new file mode 100644
index 0000000000..b25a7a336b
--- /dev/null
+++ b/tests/topotests/bgp_l3vpn_hidden/rr1/frr.conf
@@ -0,0 +1,79 @@
+mpls label dynamic-block 1000 1048575
+!
+interface lo
+ ip address 192.168.0.101/32
+ ipv6 address 3fff::192:168:0:101/128
+!
+interface eth-pe1
+ ip address 10.0.1.101/24
+!
+router bgp 65000
+ bgp router-id 192.168.0.101
+ bgp cluster-id 192.168.0.101
+ bgp log-neighbor-changes
+ no bgp default ipv4-unicast
+ neighbor PE peer-group
+ neighbor PE remote-as 65000
+ neighbor PE bfd profile BGP
+ neighbor PE update-source 192.168.0.101
+ neighbor PE6 peer-group
+ neighbor PE6 remote-as 65000
+ neighbor PE6 bfd profile BGP
+ neighbor PE6 update-source 3fff::192:168:0:101
+ neighbor 192.168.0.1 peer-group PE
+ neighbor 3fff::192:168:0:1 peer-group PE6
+!
+ address-family ipv4 unicast
+ no neighbor PE activate
+ exit-address-family
+!
+ address-family ipv4 vpn
+ neighbor PE activate
+ neighbor PE route-reflector-client
+ neighbor PE soft-reconfiguration inbound
+ exit-address-family
+!
+ address-family ipv6 vpn
+ neighbor PE6 activate
+ neighbor PE6 route-reflector-client
+ neighbor PE6 soft-reconfiguration inbound
+ exit-address-family
+!
+!
+interface lo
+ ip router isis 1
+ isis hello-interval 2
+ ipv6 router isis 1
+!
+interface eth-pe1
+ ip router isis 1
+ isis hello-interval 2
+ ipv6 router isis 1
+!
+!
+router isis 1
+ lsp-gen-interval 2
+ net 10.0000.0000.0000.0000.0000.0000.0000.0000.0100.00
+ metric-style wide
+ exit
+!
+mpls ldp
+ router-id 192.168.0.101
+ !
+ address-family ipv4
+ discovery transport-address 192.168.0.101
+ !
+ interface eth-pe1
+ !
+ address-family ipv6
+ discovery transport-address 3fff::192:168:0:101
+ !
+ interface eth-pe1
+!
+bfd
+ profile BGP
+ transmit-interval 2000
+ receive-interval 2000
+ exit
+ !
+exit