]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/bgp_l3vpn_to_bgp_vrf/r1/zebra.conf
Merge pull request #12521 from patrasar/issue_11347_fix
[mirror_frr.git] / tests / topotests / bgp_l3vpn_to_bgp_vrf / r1 / zebra.conf
1 log file zebra.log
2
3 hostname r1
4 password zebra
5
6 #debug zebra packet
7 #debug zebra rib detailed
8 #debug zebra dplane detailed
9 #debug zebra nexthop detail
10
11 interface lo
12 ip address 1.1.1.1/32
13
14 interface r1-eth0
15 description to sw0
16 ip address 10.0.1.1/24
17 no link-detect
18
19 interface r1-eth4
20 description to ce1
21 ip address 192.168.1.1/24
22 no link-detect
23
24 interface r1-cust1
25 ip address 10.4.5.6/24
26 no link-detect
27
28 interface r1-cust5
29 ip address 29.0.0.1/32
30 no link-detect
31
32 ip forwarding
33
34
35 line vty
36