frr/tests/topotests/isis_sr_flex_algo_topo2/rt0/bgpd.conf
Daniel Baumann 3124f89aed
Adding upstream version 10.1.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 10:03:58 +01:00

17 lines
347 B
Text

!
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
!