Skip to content

bgp nlri mup

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

Pre-Alpha. This page describes behavior that may change.

Mobile User Plane SAFI for IPv4 (AFI 1 / SAFI 85) and IPv6 (AFI 2 / SAFI 85).

Category

Address families.

Configuration

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

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

Behaviour

MUP is the control plane for 5G Mobile User Plane integration with BGP. The plugin encodes and decodes MUP NLRIs for both address families. Routes carry user plane information that routers in the path use to direct mobile traffic.

MUP is a specialised family. Most deployments do not need it. Enable it when you are integrating Ze into a 5G mobile user plane setup.

Interactions

  • Supports both encode and decode.
  • Independent of the other address family plugins.

Source

main/internal/component/bgp/plugins/nlri/mup/

Home

About

First Steps

Configuration

Operation

Interfaces

Plugins

Plugin Development

Chaos Testing

Blueprints

Development

Reference

Clone this wiki locally