nanog mailing list archives
Re: Inexpensive software bgp router that supports route tags?
From: "Israel G. Lugo" <israel.lugo () lugosys com>
Date: Thu, 02 Jul 2015 04:30:49 +0100
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/32 blackhole;
route 203.0.113.28/32 blackhole;
# redirect to honeypot for gathering info
route 203.0.113.99/32 via 10.0.0.15;
}
Current thread:
- Inexpensive software bgp router that supports route tags? David H (Jul 01)
- Re: Inexpensive software bgp router that supports route tags? Faisal Imtiaz (Jul 01)
- Re: Inexpensive software bgp router that supports route tags? james machado (Jul 01)
- Re: Inexpensive software bgp router that supports route tags? harbor235 (Jul 01)
- Re: Inexpensive software bgp router that supports route tags? Pavel Odintsov (Jul 01)
- Re: Inexpensive software bgp router that supports route tags? Job Snijders (Jul 01)
- Re: Inexpensive software bgp router that supports route tags? David H (Jul 01)
- Re: Inexpensive software bgp router that supports route tags? Dan White (Jul 01)
- Re: Inexpensive software bgp router that supports route tags? Israel G. Lugo (Jul 01)
- Re: Inexpensive software bgp router that supports route tags? Israel G. Lugo (Jul 01)
- Re: Inexpensive software bgp router that supports route tags? David H (Jul 01)
- Re: Inexpensive software bgp router that supports route tags? David H (Jul 01)
