Defines a data model for representing BGP routing table (RIB) contents. The model supports 5 logical RIBs per address family: ...
Organization:
OpenConfig working group
Module:
openconfig-rib-bgp
Version:
2019-10-15
File:
Abstract:
Defines a data model for representing BGP routing table (RIB) contents. The model supports 5 logical RIBs per address family: ...
Contact:
OpenConfig working group
www.openconfig.net
Check for an additional details:
Description:
Defines a data model for representing BGP routing table (RIB)
contents. The model supports 5 logical RIBs per address family:
loc-rib: This is the main BGP routing table for the local routing
instance, containing best-path selections for each prefix. The
loc-rib table may contain multiple routes for a given prefix,
with an attribute to indicate which was selected as the best
path. Note that multiple paths may be used or advertised even if
only one path is marked as best, e.g., when using BGP
add-paths. An implementation may choose to mark multiple
paths in the RIB as best path by setting the flag to true for
multiple entries.
adj-rib-in-pre: This is a per-neighbor table containing the NLRI
updates received from the neighbor before any local input policy
rules or filters have been applied. This can be considered the
'raw' updates from a given neighbor.
adj-rib-in-post: This is a per-neighbor table containing the
routes received from the neighbor that are eligible for
best-path selection after local input policy rules have been
applied.
adj-rib-out-pre: This is a per-neighbor table containing routes
eligible for sending (advertising) to the neighbor before output
policy rules have been applied.
adj-rib-out-post: This is a per-neighbor table containing routes
eligible for sending (advertising) to the neighbor after output
policy rules have been applied.
© 2023 YumaWorks, Inc. All rights reserved.