When I enable labeled unicast for R3 on XR1, I don't receive prefixes from R3 even with route-policy applied
neighbor 10.0.193.3
remote-as 2000
address-family ipv4 labeled-unicast
send-community-ebgp
route-policy PREF2 in
route-policy PASS out
Route Policy PREF2
route-policy PREF2
if community matches-every 80 then
set local-preference 80
endif
if community matches-every 90 then
set local-preference 90
endif
if community matches-every 110 then
set local-preference 110
endif
if community matches-every 120 then
set local-preference 120
!end-if
pass
end-policy
When I remove labeled unicast, I receive all prefixes
That's the point my 8 hours expired