-
Notifications
You must be signed in to change notification settings - Fork 2
bgp route refresh
Pre-Alpha. This page describes behavior that may change.
Route Refresh (RFC 2918) and Enhanced Route Refresh (RFC 7313).
Resilience.
Load the plugin and enable the capability.
plugin {
external route-refresh { run "ze plugin bgp-route-refresh"; encoder json; }
}
bgp {
peer upstream {
capability {
route-refresh;
}
}
}
Enhanced Route Refresh is negotiated alongside the standard one when both sides support it.
Route Refresh lets a peer request a full re-advertisement of a specific address family without tearing down the session. The plugin handles the receive side (sending the current adj-rib-out when a REFRESH arrives) and the send side (sending a REFRESH request when the operator invokes route-refresh <family>).
Enhanced Route Refresh (RFC 7313) adds a Begin-of-RIB and End-of-RIB marker pair around the refreshed routes, so the receiver knows when the refresh is complete and can clean up any routes that were withdrawn during the refresh.
- Operates on the session FSM and wire layer directly.
- Triggered by the
route-refresh <family>CLI command or the same command from a plugin.
main/internal/component/bgp/plugins/route_refresh/
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