Configuring BGP Route Redistribution
You can redistribute IGP routes into BGP. During route redistribution, BGP can filter routing information from specific routing protocols.
To do... |
Use the command... |
Remarks |
---|---|---|
Enter global configuration context |
configuration |
|
Enter BGP context |
router bgp as-number |
|
Redistribute from other protocols |
redistribute static | connected | ospf | rip {route-map route-map-name}
|
Redistributes other protocol routes into BGP |
NOTE:
The ORIGIN attribute of routes redistributed using the import-route command is Incomplete.
The ORIGIN attribute of networks advertised into
the BGP routing table with the network
command
is IGP. These networks must exist in the local IP routing table. Using
a routing policy makes route control more flexible.