Values_2.RouteServerRouteSourceDescribes a route in the route server's routing database.
type nonrec t = {routeServerEndpointId : Values_1.RouteServerEndpointId.t option;The ID of the route server endpoint that received this route.
*)routeServerPeerId : Values_1.RouteServerPeerId.t option;The ID of the route server peer that advertised this route.
*)routeInstallationDetails : Values_1.RouteServerRouteInstallationDetails.t
option;Details about the installation status of this route in route tables.
*)routeStatus : Values_1.RouteServerRouteStatus.t option;The current status of the route in the routing database. Values are in-rib or in-fib depending on if the routes are in the RIB or the FIB database. The Routing Information Base (RIB) serves as a database that stores all the routing information and network topology data collected by a router or routing system, such as routes learned from BGP peers. The RIB is constantly updated as new routing information is received or existing routes change. This ensures that the route server always has the most current view of the network topology and can make optimal routing decisions. The Forwarding Information Base (FIB) serves as a forwarding table for what route server has determined are the best-path routes in the RIB after evaluating all available routing information and policies. The FIB routes are installed on the route tables. The FIB is recomputed whenever there are changes to the RIB.
*)prefix : Values_0.String_.t option;The destination CIDR block of the route.
*)asPaths : Values_1.AsPath.t option;The AS path attributes of the BGP route.
*)med : Values_0.Integer.t option;The Multi-Exit Discriminator (MED) value of the BGP route.
*)nextHopIp : Values_0.String_.t option;The IP address for the next hop.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Values_0.Integer.t
| `List of
[> `String of Values_0.String_.t
| `Structure of
(string * [> `Enum of string | `String of string ]) list ]
list
| `String of Values_1.RouteServerEndpointId.t ])
list ]