-
Notifications
You must be signed in to change notification settings - Fork 2
bgp redistribute
Pre-Alpha. This page describes behavior that may change.
Cross-protocol route redistribution. Imports routes from non-BGP sources (static, connected, l2tp, ospf) into BGP for advertisement to peers.
Policy.
redistribute {
destination bgp {
import static { }
import l2tp {
family [ ipv4/unicast ipv6/unicast ];
}
import connected { }
}
}
Each destination protocol has its own container. Each import entry names a registered source. The family leaf-list restricts which address families are imported (empty means all).
The redistribute system has two plugins:
- redistribute-egress (orchestrator): discovers producers at startup, subscribes to route events, dispatches to registered consumers.
- redistribute-ingress: ingress filter with loop prevention and family filtering.
Producers (static, l2tp, connected) register themselves with the orchestrator. Consumers (bgp) subscribe to receive redistributed routes.
- Static Routes for static route redistribution.
- L2TP/PPP for subscriber route redistribution.
internal/component/bgp/plugins/redistribute_ingress/ and internal/component/bgp/plugins/redistribute_egress/
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