-
Notifications
You must be signed in to change notification settings - Fork 2
bgp nlri mvpn
Pre-Alpha. This page describes behavior that may change.
Multicast VPN (RFC 6513, RFC 6514) for IPv4 (AFI 1 / SAFI 5) and IPv6 (AFI 2 / SAFI 5). Decode-only: Ze parses received MVPN NLRI. Encoding is not implemented. Decoding runs through the plugin NLRI pipeline, not the legacy core path.
Address families.
plugin {
internal nlri-mvpn { use bgp-nlri-mvpn }
}
bgp {
peer upstream {
family {
ipv4/mvpn { prefix { maximum 10000; } }
ipv6/mvpn { prefix { maximum 10000; } }
}
}
}
Decodes MVPN NLRIs for both address families, parsing the seven standard MVPN route types into structured JSON for the event stream. Encoding is not implemented.
If your deployment requires MVPN as a route originator, Ze is not the answer. If you need to consume MVPN routes for monitoring or analysis, the decode path is enough.
The bgp-nlri-mvpn plugin registers the InProcessNLRIDecoder callback (and a config route parser for migration tooling), so MVPN NLRIs flow through the same plugin pipeline as the other families. Because the family is decode-only, no NLRI or route encoder is registered. The plugin also registers the PMSI Tunnel path attribute (type 22, RFC 6514) so received MVPN updates render correctly. JSON output is produced through the attribute JSON registry with ExaBGP-compatible key ordering.
- Decode-only.
-
bgp-ribstores parsed MVPN NLRI but does not run best-path on the family.
main/internal/component/bgp/plugins/nlri/mvpn/
- Address Families for the full family list.
- VPN NLRI for unicast L3VPN.
- Plugins for the plugin catalogue.
Adapted from the mvpn plugin source code (RFC 6513 / RFC 6514).
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