-
Notifications
You must be signed in to change notification settings - Fork 2
bgp nlri vpn
Thomas Mangin edited this page May 30, 2026
·
3 revisions
Pre-Alpha. This page describes behavior that may change.
MPLS-VPN address families: IPv4 VPN (AFI 1 / SAFI 128) and IPv6 VPN (AFI 2 / SAFI 128), per RFC 4364.
Address families.
plugin {
internal nlri-vpn { use bgp-nlri-vpn }
}
bgp {
peer upstream {
family {
ipv4/mpls-vpn { prefix { maximum 500000; } }
ipv6/mpls-vpn { prefix { maximum 100000; } }
}
}
}
Encode and decode both VPN address families. Routes carry a Route Distinguisher (RD) and MPLS labels in addition to the prefix. The plugin handles the wire encoding for RD, labels, and the rest of the VPN NLRI shape. Label handling is built into the VPN plugin itself.
- Supports both encode and decode: you can send and receive VPN routes.
- Pairs with
bgp-nlri-rtc(Route Target Constrain) for scalable filtering, when that plugin is loaded.
main/internal/component/bgp/plugins/nlri/vpn/
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