]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/bgp_l3vpn_to_bgp_vrf/r4/zebra.conf
18405b3aff8de9016a13a3f26fd39a9b0f5d76c7
[mirror_frr.git] / tests / topotests / bgp_l3vpn_to_bgp_vrf / r4 / zebra.conf
1 log file /tmp/r4-zebra.log
2 !
3 hostname r4
4 password zebra
5 !
6 interface lo
7 ip address 4.4.4.4/32
8 !
9 interface r4-eth0
10 description to sw1
11 ip address 10.0.2.4/24
12 no link-detect
13 !
14 interface r4-eth4
15 description to ce3
16 ip address 192.168.1.1/24
17 no link-detect
18 !
19 interface r4-eth5
20 description to ce4
21 ip address 192.168.2.1/24
22 no link-detect
23 !
24 ip route 99.0.0.3/32 192.168.1.2
25 ip route 99.0.0.4/32 192.168.2.2
26 !
27 ip forwarding
28 !
29 line vty
30 !