summaryrefslogtreecommitdiffstats
path: root/tests/topotests/srv6_sid_manager/rt1/zebra.conf
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2024-11-17 07:11:26 +0100
committerDaniel Baumann <daniel@debian.org>2024-11-17 07:11:26 +0100
commitd5587ccda8edb748ca8bfd1f0ed92a801ac5bfc6 (patch)
tree705ea89e798053f9c227b85512bc9f5b437b0093 /tests/topotests/srv6_sid_manager/rt1/zebra.conf
parentReleasing debian version 10.1.1-3. (diff)
downloadfrr-d5587ccda8edb748ca8bfd1f0ed92a801ac5bfc6.tar.xz
frr-d5587ccda8edb748ca8bfd1f0ed92a801ac5bfc6.zip
Merging upstream version 10.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
Diffstat (limited to 'tests/topotests/srv6_sid_manager/rt1/zebra.conf')
-rw-r--r--tests/topotests/srv6_sid_manager/rt1/zebra.conf37
1 files changed, 37 insertions, 0 deletions
diff --git a/tests/topotests/srv6_sid_manager/rt1/zebra.conf b/tests/topotests/srv6_sid_manager/rt1/zebra.conf
new file mode 100644
index 00000000..ef7fb78e
--- /dev/null
+++ b/tests/topotests/srv6_sid_manager/rt1/zebra.conf
@@ -0,0 +1,37 @@
+log file zebra.log
+!
+hostname rt1
+!
+! debug zebra kernel
+! debug zebra packet
+!
+interface lo
+ ip address 1.1.1.1/32
+ ipv6 address fc00:0:1::1/128
+!
+interface eth-sw1
+ ip address 10.0.1.1/24
+ ipv6 address 2001:db8:1::1/64
+!
+interface eth-ce1 vrf vrf10
+ ipv6 address 2001:1::1/64
+!
+interface eth-ce3 vrf vrf10
+ ipv6 address 2001:3::1/64
+!
+interface eth-ce5 vrf vrf20
+ ipv6 address 2001:5::1/64
+!
+segment-routing
+ srv6
+ locators
+ locator loc1
+ prefix fc00:0:1::/48
+ format usid-f3216
+ !
+ !
+!
+ip forwarding
+!
+line vty
+!