frr/tests/topotests/isis_sr_flex_algo_topo2/rt9/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
355 B
Text

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