Hi,

While reviewing my BGP filters, i realized I don't filter private AS# in the AS-PATH.

According to OpenBGPd's man page, it is possible to use:

deny from any AS { 64512 64513 .... 65535 }

It would however be quite unmaintainable and not really clean.

Would it be possible to please implement AS ranges ?

Like:
deny from any { AS { 64512 to 65535 }, AS { 4200000000 to 4294967294 } }

Hope I didn't miss an obvious way.

Cheers,

Laurent

Reply via email to