summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_srv6l3vpn_to_bgp_vrf2/r1/zebra.conf
blob: cbc5ce1f099d1671385289ae12be0a6e572f01dd (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
30
31
32
33
34
35
36
37
38
39
40
41
log file zebra.log
!
hostname r1
password zebra
!
log stdout notifications
log monitor notifications
log commands
!
!debug zebra packet
!debug zebra dplane
!debug zebra kernel
!
interface eth0
 ipv6 address 2001::1/64
!
interface eth1 vrf vrf10
 ip address 192.168.1.1/24
 ipv6 address 2001:1::1/64
!
interface eth2 vrf vrf10
 ip address 192.168.3.1/24
!
interface eth3 vrf vrf20
 ip address 192.168.5.1/24
!
segment-routing
 srv6
  locators
   locator loc1
    prefix 2001:db8:1:1::/64 func-bits 8
  !
 !
!
ip forwarding
ipv6 forwarding
!
ipv6 route 2001:db8:2:2::/64 2001::2
!
line vty
!