Re: Inexpensive software bgp router that supports route tags?

2015-07-01 Thread Israel G. Lugo
On 07/02/2015 04:23 AM, Israel G. Lugo wrote: > protocol static temp_block { > # DDOS mitigation, etc > route 203.0.113.17/32 blackhole; > } Didn't make it clear in my example, but you can obviously have multiple routes in a static instance: protocol static temp_block { route 203.0.113.17/

Re: Inexpensive software bgp router that supports route tags?

2015-07-01 Thread Israel G. Lugo
+1 for BIRD. Basically, what you want is to have several different static (blackhole) routes, and be able to differenciate them at BGP level, for marking with communities, etc. Correct? This is easy with BIRD. Just use separate instances of the "static" protocol, and filter using "proto" to disti

Re: Inexpensive software bgp router that supports route tags?

2015-07-01 Thread Dan White
On 07/01/15 15:47 -0400, David H wrote: Sorry I wasn't clear on that. Traditionally on a hardware, e.g. cisco/brocade, router performing the RTBH role, I'd add blackhole routes by way of static routes with a particular tag; one tag for block this source, one tag for block this destination. Redi

Re: Inexpensive software bgp router that supports route tags?

2015-07-01 Thread David H
Sorry I wasn't clear on that. Traditionally on a hardware, e.g. cisco/brocade, router performing the RTBH role, I'd add blackhole routes by way of static routes with a particular tag; one tag for block this source, one tag for block this destination. Redistribute static would let route maps opera

Re: Inexpensive software bgp router that supports route tags?

2015-07-01 Thread David H
Thanks all; I'll check out ExaBGP and the software version of Mikrotik; didn't realize it wasn't tied to hardware. On Wed, Jul 1, 2015 at 11:19 AM, David H wrote: > Hi all, I was wondering if anyone can recommend a software (preferable), > or hardware-based router with an API, that supports BGP

Re: Inexpensive software bgp router that supports route tags?

2015-07-01 Thread Job Snijders
On Wed, Jul 01, 2015 at 11:19:45AM -0400, David H wrote: > I was wondering if anyone can recommend a software (preferable), or > hardware-based router with an API, that supports BGP with tags on > advertised routes? I want to use it for a RTBH feed [ ... ] Did you look at BIRD? It is one of the m

Re: Inexpensive software bgp router that supports route tags?

2015-07-01 Thread Pavel Odintsov
My voice for awesome ExaBGP too! On Wednesday, July 1, 2015, harbor235 wrote: > Quagga supports BGP communities, > > > > Mike > > On Wed, Jul 1, 2015 at 11:19 AM, David H > wrote: > > > Hi all, I was wondering if anyone can recommend a software (preferable), > or > > hardware-based router with

Re: Inexpensive software bgp router that supports route tags?

2015-07-01 Thread harbor235
Quagga supports BGP communities, Mike On Wed, Jul 1, 2015 at 11:19 AM, David H wrote: > Hi all, I was wondering if anyone can recommend a software (preferable), or > hardware-based router with an API, that supports BGP with tags on > advertised routes? I want to use it for a RTBH feed and ha

Re: Inexpensive software bgp router that supports route tags?

2015-07-01 Thread james machado
David, check out exabgp https://github.com/Exa-Networks/exabgp james On Wed, Jul 1, 2015 at 8:19 AM, David H wrote: > Hi all, I was wondering if anyone can recommend a software (preferable), or > hardware-based router with an API, that supports BGP with tags on > advertised routes? I want to u

Re: Inexpensive software bgp router that supports route tags?

2015-07-01 Thread Faisal Imtiaz
Internet & Telecom - Original Message - > From: "David H" > To: nanog@nanog.org > Sent: Wednesday, July 1, 2015 11:19:45 AM > Subject: Inexpensive software bgp router that supports route tags? > > Hi all, I was wondering if anyone can recommend a software (

Inexpensive software bgp router that supports route tags?

2015-07-01 Thread David H
Hi all, I was wondering if anyone can recommend a software (preferable), or hardware-based router with an API, that supports BGP with tags on advertised routes? I want to use it for a RTBH feed and having it in software would make certain things easier to automate. I tried Quagga/Zebra but it doe