Documentation
Name
bgp router load rib - load a real router's RIB into C-BGP
Synopsis
rib
[--autoconf]
[--force]
[--format=]
[--summary]
<file>
Arguments
- --autoconf
- optionally autoconfigure new peers
- --force
- optionally force routes to load
- --format=
- optionally specify an alternate input format
- --summary
- optionally report a summary of the operation
- file
- name of the RIB dump file
Description
This command is used to load into one BGP router a dump of a Routing Information Base (RIB) captured on a real router. The RIB dump must be provided in ASCII MRT format.
Note: C-BGP performs some consistency checks on the routes that are loaded. First, the IP address and the AS number of the peer router specified in the MRT route records must correspond to the given router. Second, the IP address of the BGP next-hop must correspond to an existing peer of the router. This constraint might be too strong and might be relaxed in the future.