1
0
Fork 0
frr/tests/topotests/bgp_l3vpn_to_bgp_direct/ce2/bgpd.conf

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

33 lines
727 B
Text
Raw Permalink Normal View History

frr defaults traditional
!
hostname ce2
password zebra
log stdout notifications
log commands
router bgp 5226
no bgp network import-check
bgp router-id 99.0.0.2
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.0.0/24 route-map rm-nh
network 5.1.1.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.2
set local-preference 100
set metric 100
set large-community 12:34:56
set extcommunity rt 89:123
set community 0:67
!
end