frr/tests/topotests/bgp_l3vpn_to_bgp_direct/ce3/bgpd.conf

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

33 lines
726 B
Text
Raw Normal View History

frr defaults traditional
!
hostname ce3
password zebra
log stdout notifications
log commands
router bgp 5226
no bgp network import-check
bgp router-id 99.0.0.3
no bgp ebgp-requires-policy
neighbor 192.168.1.1 remote-as 5226
neighbor 192.168.1.1 update-source 192.168.1.2
neighbor 192.168.1.1 timers 3 10
address-family ipv4 unicast
network 5.1.2.0/24 route-map rm-nh
network 5.1.3.0/24 route-map rm-nh
neighbor 192.168.1.1 activate
exit-address-family
!
access-list al-any permit any
!
route-map rm-nh permit 10
match ip address al-any
set ip next-hop 99.0.0.3
set local-preference 50
set metric 200
set large-community 12:34:56
set extcommunity rt 89:123
set community 0:67
!
end