frr/tests/topotests/isis_sr_flex_algo_topo2/rt0/bgpd.conf

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

18 lines
347 B
Text
Raw Normal View History

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