]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/bgp_srv6l3vpn_to_bgp_vrf3/r2/zebra.conf
pimd: Option to get IGMP groups and sources for a particular interface
[mirror_frr.git] / tests / topotests / bgp_srv6l3vpn_to_bgp_vrf3 / r2 / zebra.conf
1 log file zebra.log
2 !
3 hostname r2
4 password zebra
5 !
6 log stdout notifications
7 log monitor notifications
8 log commands
9 !
10 debug zebra packet
11 debug zebra dplane
12 debug zebra kernel
13 !
14 interface eth0
15 ipv6 address 2001::2/64
16 !
17 interface eth1 vrf vrf10
18 ip address 192.168.2.1/24
19 ipv6 address 2001:2::1/64
20 !
21 interface eth2 vrf vrf20
22 ip address 192.168.4.1/24
23 ipv6 address 2001:4::1/64
24 !
25 interface eth3 vrf vrf20
26 ip address 192.168.6.1/24
27 ipv6 address 2001:6::1/64
28 !
29 segment-routing
30 srv6
31 locators
32 locator loc1
33 prefix 2001:db8:2:2::/64
34 !
35 !
36 !
37 ip forwarding
38 ipv6 forwarding
39 !
40 ipv6 route 2001:db8:1:1::/64 2001::1
41 !
42 line vty
43 !