Class BgpRouteNetworkLayerReachabilityInformation (1.30.0)

BgpRouteNetworkLayerReachabilityInformation(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Network Layer Reachability Information (NLRI) for a route.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
path_id int
If the BGP session supports multiple paths (RFC 7911), the path identifier for this route. This field is a member of oneof_ _path_id.
prefix str
Human readable CIDR notation for a prefix. E.g. 10.42.0.0/16. This field is a member of oneof_ _prefix.