1
0
Fork 0
frr/tests/topotests/isis_sr_flex_algo_topo2/rt9/bgpd.conf

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

18 lines
355 B
Text
Raw Permalink Normal View History

!
router bgp 1
bgp router-id 9.9.9.9
no bgp network import-check
neighbor 10.10.10.10 remote-as 1
neighbor 10.10.10.10 update-source 9.9.9.9
!
address-family ipv4 unicast
network 10.255.9.0/24
neighbor 10.10.10.10 next-hop-self
neighbor 10.10.10.10 route-map sr-te in
exit-address-family
!
route-map sr-te permit 10
set sr-te color 1
exit
!