Skip to content

bgp nlri mvpn

Thomas Mangin edited this page May 30, 2026 · 4 revisions

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.

Category

Address families.

Configuration

plugin {
    internal nlri-mvpn { use bgp-nlri-mvpn }
}

bgp {
    peer upstream {
        family {
            ipv4/mvpn { prefix { maximum 10000; } }
            ipv6/mvpn { prefix { maximum 10000; } }
        }
    }
}

Behaviour

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.

Interactions

  • Decode-only.
  • bgp-rib stores parsed MVPN NLRI but does not run best-path on the family.

Source

main/internal/component/bgp/plugins/nlri/mvpn/

Home

About

First Steps

Configuration

Operation

Interfaces

Plugins

Plugin Development

Chaos Testing

Blueprints

Development

Reference

Clone this wiki locally