frr version 10.6.1_git frr defaults traditional hostname pe3 ! ip prefix-list LAN_IPV4 seq 10 permit 192.168.133.0/24 ! ipv6 prefix-list LAN_IPV6 seq 10 permit fdf2:f16f:a002::/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.13 ! interface eth1 description "to p3 - eth3" ipv6 address 2001:db8:3a::2/64 ipv6 router isis SR isis network point-to-point exit ! interface eth2 description "to clienta-3 - eth1" ip address 192.168.133.1/24 ipv6 address fdf2:f16f:a002::1/64 exit ! interface lo ipv6 address 2001:db8:d::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:d::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.0013.00 segment-routing srv6 locator locator0 exit exit ! segment-routing srv6 locators locator locator0 prefix 2001:db8:d::/48 exit ! exit ! exit ! exit !