[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

as-set members



On 02/04/2011 12:32, Bogdan wrote:
> as-set-3 has some members that i want to exlude; let's say as-set-xxx,
> is a member of as-set as-set-3
>
> is there something like
> members: as-set-1, as-set-2, as-set-3 and not as-set-xxx ?

No, you can't do this in an as-set definition.  What you can do is 
specify it in your routing policy definition in your aut-num object.  So 
you could say, for example:

import: from AS65234 accept AS-ME and not AS-SET-XXX

Nick