]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/cspf_topo1/r2/zebra.conf
Merge pull request #12081 from sworleys/EMM-upstream
[mirror_frr.git] / tests / topotests / cspf_topo1 / r2 / zebra.conf
1 !
2 hostname r2
3 !
4 interface lo
5 ip address 10.0.255.2/32
6 ipv6 address 2001:db8::2/128
7 !
8 interface r2-eth0
9 ip address 10.0.0.2/24
10 link-params
11 metric 20
12 delay 10000
13 enable
14 exit-link-params
15 !
16 interface r2-eth1
17 ip address 10.0.1.2/24
18 ipv6 address 2001:db8:1::1:2/64
19 link-params
20 metric 10
21 delay 20000
22 enable
23 exit-link-params
24 !
25 interface r2-eth2
26 ip address 10.0.3.2/24
27 ipv6 address 2001:db8:3::3:2/64
28 link-params
29 metric 40
30 delay 40000
31 enable
32 exit-link-params
33 !
34 interface r2-eth3
35 ip address 10.0.4.2/24
36 ipv6 address 2001:db8:4::4:2/64
37 link-params
38 metric 25
39 delay 25000
40 max-bw 10e+10
41 use-bw 1.25e+8
42 enable
43 exit-link-params
44 !
45 ip forwarding
46 !