frr version 10.6.1_git frr defaults traditional hostname pe1 ! ip prefix-list LAN_IPV4 seq 10 permit 192.168.131.0/24 ! ipv6 prefix-list LAN_IPV6 seq 10 permit fdd8:8b9e:7c5::/64 ! route-map GLOBAL_IPV4-OUT permit 10 match ip address prefix-list LAN_IPV4 exit ! route-map GLOBAL_IPV4-OUT deny 999 exit ! route-map GLOBAL_IPV6-OUT permit 10 match ipv6 address prefix-list LAN_IPV6 exit ! route-map GLOBAL_IPV6-OUT deny 999 exit ! ip router-id 172.16.0.11 ! interface eth1 description "to p1 - eth3" ipv6 address 2001:db8:1a::2/64 ipv6 router isis SR isis network point-to-point exit ! interface eth2 description "to clienta-1 - eth1" ip address 192.168.131.1/24 ipv6 address fdd8:8b9e:7c5::1/64 exit ! interface lo ipv6 address 2001:db8:b::1/128 ipv6 router isis SR isis passive exit ! router bgp 65577 neighbor RR peer-group neighbor RR remote-as 65577 neighbor RR password cisco123 neighbor RR update-source 2001:db8:b::1 neighbor RR capability extended-nexthop neighbor 2001:db8:101::1 peer-group RR neighbor 2001:db8:102::1 peer-group RR ! segment-routing srv6 locator locator0 exit ! address-family ipv4 unicast redistribute connected route-map GLOBAL_IPV4-OUT neighbor RR encapsulation-srv6-relax sid export auto exit-address-family ! address-family ipv6 unicast redistribute connected route-map GLOBAL_IPV6-OUT neighbor RR activate neighbor RR encapsulation-srv6-relax sid export auto exit-address-family exit ! router isis SR net 49.0000.0000.0000.0011.00 segment-routing srv6 locator locator0 exit exit ! segment-routing srv6 locators locator locator0 prefix 2001:db8:b::/48 exit ! exit ! exit ! exit !