summaryrefslogtreecommitdiffstats
path: root/tests/topotests/isis_srv6_topo1/rt6/zebra.conf
blob: 83e7f528a4659f6ff54512b4b834a5fd9dc57be1 (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
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
!
segment-routing
 srv6
  locators
   locator loc1
    prefix fc00:0:6::/48 block-len 32 node-len 16 func-bits 16
    behavior usid
  !
 !
!
ip forwarding
!
ip route fc00:0:9::1/128 2001:db8:10::2
!
line vty
!