summaryrefslogtreecommitdiffstats
path: root/tests/topotests/cspf_topo1/r4/zebra.conf
blob: bf5306d0e7279cd51e386d78cdff89904e101ae9 (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
!
hostname r4
!
interface lo
 ip address 10.0.255.4/32
 ipv6 address 2001:db8::4/128
!
interface r4-eth0
 ip address 10.0.4.4/24
 ipv6 address 2001:db8:4::2:4/64
 link-params
  metric 40
  delay 40000
  enable
  exit-link-params
!
interface r4-eth1
 ipv6 address 2001:db8:5::3:4/64
 link-params
  metric 10
  delay 10000
  enable
  exit-link-params
!
ip forwarding
!