]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/bgp_l3vpn_to_bgp_vrf/ce4/bgpd.conf
*: convert startup logs to use per node directories also have startup and running...
[mirror_frr.git] / tests / topotests / bgp_l3vpn_to_bgp_vrf / ce4 / bgpd.conf
1 frr defaults traditional
2 !
3 hostname ce4
4 password zebra
5 log stdout notifications
6 log monitor notifications
7 log commands
8 log file bgpd.log
9
10 router bgp 5228
11 bgp router-id 99.0.0.4
12 neighbor 192.168.2.1 remote-as 5228
13 neighbor 192.168.2.1 update-source 192.168.2.2
14 address-family ipv4 unicast
15 network 99.0.0.4/32
16 network 5.4.2.0/24 route-map rm-nh
17 network 5.4.3.0/24 route-map rm-nh
18 neighbor 192.168.2.1 activate
19 exit-address-family
20 !
21 access-list al-any permit any
22 !
23 route-map rm-nh permit 10
24 match ip address al-any
25 set ip next-hop 99.0.0.4
26 set local-preference 50
27 set metric 200
28 set large-community 12:34:56
29 set extcommunity rt 89:123
30 set community 0:67
31 !
32
33 end
34
35
36