This is one of the BGP configuration I have came across on my lab…
no-export : This will keep the route inside the confederation, but not to any peers.
local-as : This will keep the route inside the AS, but not even to confederation peers.
no-export –> local-as –> no-advertise
If there is no confederation present, no-export will reflect the same result as local-as.