summaryrefslogtreecommitdiffstats
path: root/tests/topotests/srv6_sid_manager/rt6/zebra.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/srv6_sid_manager/rt6/zebra.conf')
-rw-r--r--tests/topotests/srv6_sid_manager/rt6/zebra.conf45
1 files changed, 45 insertions, 0 deletions
diff --git a/tests/topotests/srv6_sid_manager/rt6/zebra.conf b/tests/topotests/srv6_sid_manager/rt6/zebra.conf
new file mode 100644
index 00000000..8ac64c55
--- /dev/null
+++ b/tests/topotests/srv6_sid_manager/rt6/zebra.conf
@@ -0,0 +1,45 @@
+log file zebra.log
+!
+hostname rt6
+!
+! debug zebra kernel
+! debug zebra packet
+!
+interface lo
+ ip address 6.6.6.6/32
+ ipv6 address fc00:0:6::1/128
+!
+interface eth-rt4
+ ip address 10.0.7.6/24
+!
+interface eth-rt5
+ ip address 10.0.8.6/24
+!
+interface eth-dst
+ ip address 10.0.10.1/24
+ ip address 2001:db8:10::1/64
+!
+interface eth-ce2 vrf vrf10
+ ipv6 address 2001:2::1/64
+!
+interface eth-ce4 vrf vrf20
+ ipv6 address 2001:4::1/64
+!
+interface eth-ce6 vrf vrf20
+ ipv6 address 2001:6::1/64
+!
+segment-routing
+ srv6
+ locators
+ locator loc1
+ prefix fc00:0:6::/48
+ format usid-f3216
+ !
+ !
+!
+ip forwarding
+!
+ipv6 route fc00:0:9::1/128 2001:db8:10::2 vrf vrf10
+!
+line vty
+!