Skip to contents

Gets the routing database for the specified route server. 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.

See https://www.paws-r-sdk.com/docs/ec2_get_route_server_routing_database/ for full documentation.

Usage

ec2_get_route_server_routing_database(
  RouteServerId,
  NextToken = NULL,
  MaxResults = NULL,
  DryRun = NULL,
  Filters = NULL
)

Arguments

RouteServerId

[required] The ID of the route server for which to get the routing database.

NextToken

The token for the next page of results.

MaxResults

The maximum number of routing database entries to return in a single response.

DryRun

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

Filters

Filters to apply to the routing database query.