-
Notifications
You must be signed in to change notification settings - Fork 2
bgp nlri flowspec
Pre-Alpha. This page describes behavior that may change.
BGP FlowSpec (RFC 8955) for IPv4 and IPv6, plus the VPN variants. Carries traffic filtering rules instead of routing information.
Address families.
plugin {
internal nlri-flowspec { use bgp-nlri-flowspec }
}
bgp {
peer upstream-flowspec {
family {
ipv4/flow { prefix { maximum 1000; } }
ipv6/flow { prefix { maximum 1000; } }
ipv4/flow-vpn { prefix { maximum 1000; } }
ipv6/flow-vpn { prefix { maximum 1000; } }
}
}
}
The plugin encodes and decodes all four FlowSpec families: IPv4 (AFI 1 / SAFI 133), IPv6 (AFI 2 / SAFI 133), and the two VPN variants (SAFI 134). Rules carry a set of match conditions (source prefix, destination prefix, protocol, port ranges, TCP flags, ICMP types) and traffic actions (drop, rate-limit, redirect to VRF).
FlowSpec rules are what you advertise to upstream providers for remote-triggered blackholing and traffic scrubbing. The FlowSpec injection blueprint has a worked example.
- Supports both encode and decode for all four families.
- Interacts with the BGP Role plugin for per-peer FlowSpec trust boundaries.
main/internal/component/bgp/plugins/nlri/flowspec/
Unreviewed draft. This wiki was authored in bulk and has not been reviewed. File corrections on the issue tracker.
- Overview
- YANG Model
- Editor Workflow
- Archive and Rollback
- System
- Interfaces
- VRRP
- BFD
- FIB
- OSPF
- IS-IS
- MPLS / LDP / RSVP-TE
- RSVP-TE
- SRv6
- Static Routes
- Policy Routing
- Firewall
- Traffic Control
- Class of Service
- L2TP/PPP
- PPPoE
- VPP Data Plane
- RPKI
- IPsec VPN
- TACACS+ AAA
- RADIUS AAA
- AS112 DNS
- Authorization
- Fleet
- BGP
- Starting and Stopping
- Show Commands
- Monitoring
- Flow Export
- DDoS Mitigation
- Anomaly Detection
- Health Checks
- Audit Trail
- Production Diagnostics
- Logging
- Operational Reports
- Healthcheck
- Self-Update
- Zero-Touch Provisioning
- MRT Analysis
- Upgrade and Restart
- Storage
- Policy
- Core
- Resilience
- Validation
- Capabilities
- Address Families
- Protocol
- Subsystems
- Infrastructure
- Route Server at an IXP
- Transit Edge with RPKI
- Public Looking Glass
- ExaBGP Migration Walkthrough
- FlowSpec Injection
- Chaos-Tested Peering
- AS Path Topology