frr version 10.6.1_git frr defaults traditional hostname pe4 ! ip prefix-list LAN_IPV4 seq 10 permit 192.168.134.0/24 ! ipv6 prefix-list LAN_IPV6 seq 10 permit fde4:1b4c:2ef0::/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.14 ! interface eth1 description "to p4 - eth3" ipv6 address 2001:db8:4a::2/64 ipv6 router isis SR isis network point-to-point exit ! interface eth2 description "to clienta-4 - eth1" ip address 192.168.134.1/24 ipv6 address fde4:1b4c:2ef0::1/64 exit ! interface lo ipv6 address 2001:db8:e::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:e::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.0014.00 segment-routing srv6 locator locator0 exit exit ! segment-routing srv6 locators locator locator0 prefix 2001:db8:e::/48 exit ! exit ! exit ! exit !