frr version 10.6.1_git frr defaults traditional hostname rr1 ! interface eth1 description "to p2 - eth4" ipv6 address 2001:db8:2101::2/64 ipv6 router isis SR isis network point-to-point exit ! interface lo ipv6 address 2001:db8:101::1/128 ipv6 router isis SR isis passive exit ! router bgp 65577 bgp route-reflector allow-outbound-policy neighbor PE peer-group neighbor PE remote-as 65577 neighbor PE password cisco123 neighbor PE update-source 2001:db8:101::1 neighbor PE capability extended-nexthop neighbor 2001:db8:b::1 peer-group PE neighbor 2001:db8:b::1 description "PE1" neighbor 2001:db8:d::1 peer-group PE neighbor 2001:db8:d::1 description "PE3" neighbor 2001:db8:e::1 peer-group PE neighbor 2001:db8:e::1 description "PE4" neighbor 2001:db8:10::1 peer-group PE neighbor 2001:db8:10::1 description "PE6" neighbor 2001:db8:11::1 peer-group PE neighbor 2001:db8:11::1 description "GW1" neighbor 2001:db8:12::1 peer-group PE neighbor 2001:db8:12::1 description "GW2" ! address-family ipv4 unicast neighbor PE route-reflector-client neighbor PE encapsulation-srv6-relax exit-address-family ! address-family ipv6 unicast neighbor PE activate neighbor PE route-reflector-client neighbor PE encapsulation-srv6-relax exit-address-family exit ! router isis SR net 49.0000.0000.0000.0101.00 segment-routing srv6 locator locator0 exit exit !