! outbound loadshare neighbor x.x.x.x route-map outbound_share in ! erstmal den next-as matchen ! alles was von PEER_AS kommt ip as-path access-list 10 permit ^(PEER_AS)+$ ip as-path access-list 10 permit ^(PEER_AS)+_[0-9]+$ ! nun das passender precendce zuordnen route-map outbound_share permit 10 match ip as-path 10 set local-preference 120 ! default ist 80 route-map outbound_share permit 20 set local-preference 80