]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/bgp_l3vpn_to_bgp_vrf/ce2/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 / ce2 / bgpd.conf
1 frr defaults traditional
2 !
3 hostname ce2
4 password zebra
5 log stdout notifications
6 log monitor notifications
7 log commands
8 log file bgpd.log
9
10 router bgp 5227
11 bgp router-id 99.0.0.2
12 neighbor 192.168.1.1 remote-as 5227
13 neighbor 192.168.1.1 update-source 192.168.1.2
14 address-family ipv4 unicast
15 network 99.0.0.2/32
16 network 5.1.0.0/24 route-map rm-nh
17 network 5.1.1.0/24 route-map rm-nh
18 neighbor 192.168.1.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.2
26 set local-preference 100
27 set metric 100
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