-
Notifications
You must be signed in to change notification settings - Fork 2
bgp rr
Pre-Alpha. This page describes behavior that may change.
RFC 4456 iBGP route reflector. Reflects routes between client peers and non-client peers, appending ORIGINATOR_ID and CLUSTER_LIST for loop detection.
Policy.
The route reflector plugin is auto-enabled when any peer has route-reflector-client set to true. No explicit plugin loading is needed.
bgp {
peer client1 {
connection {
remote { ip 10.0.0.1; }
}
session {
asn { local 65000; remote 65000; }
route-reflector-client true;
}
}
peer client2 {
connection {
remote { ip 10.0.0.2; }
}
session {
asn { local 65000; remote 65000; }
route-reflector-client true;
cluster-id 1.2.3.4;
}
}
}
| Leaf | Type | Default | Description |
|---|---|---|---|
route-reflector-client |
boolean | false | Mark this peer as a route reflector client. |
cluster-id |
IPv4 address | router-id | Override cluster ID for route reflection (RFC 4456 Section 7). |
Routes from clients are reflected to all other clients and non-clients. Routes from non-clients are reflected only to clients. ORIGINATOR_ID is set on reflection; CLUSTER_LIST is prepended. Loop detection drops routes where the local cluster-id appears in CLUSTER_LIST.
| Command | Description |
|---|---|
rr status |
Returns JSON with running state. |
rr peers |
Returns JSON array of peer addresses, remote AS, and up/down state. |
- Depends on
bgp-adj-rib-infor route replay on reconnect. - Works alongside
bgp-rsfor combined reflector + route server deployments.
internal/component/bgp/plugins/rr/
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