[139317] in North American Network Operators' Group
Re: as-set members
daemon@ATHENA.MIT.EDU (Bogdan)
Sat Apr 2 14:28:11 2011
Date: Sat, 02 Apr 2011 21:26:24 +0300
From: Bogdan <shoshon@shoshon.ro>
To: Nick Hilliard <nick@foobar.org>
In-Reply-To: <4D9751A6.7000705@foobar.org>
Cc: nanog@nanog.org
Reply-To: shoshon@shoshon.ro
Errors-To: nanog-bounces+nanog.discuss=bloom-picayune.mit.edu@nanog.org
On 02.04.2011 19:41, Nick Hilliard wrote:
> 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
>
got it
thanks