summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_srv6l3vpn_over_ipv6/r1/zebra.conf
blob: 066748bec58e7e43f7398470a55438d184c2abb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
log file zebra.log
!
hostname r1
!
interface lo
 ipv6 address 2001:db8:1:1::1/128
!
interface eth0
 ipv6 address 2001:db8::1/64
!
interface eth1 vrf vrf10
 ip address 192.168.1.254/24
!
interface eth2 vrf vrf20
 ip address 192.168.1.254/24
!
segment-routing
 srv6
  locators
   locator default
    prefix 2001:db8:1:1::/64
  !
 !
!
ip forwarding
ipv6 forwarding
!
line vty
!