Deployment Guide
Border Gateway Protocol IPv4 (BGPv4) | 379
If you do not configure default-metric command, in addition to the redistribute command, or there is no
route map to set the metric, the metric for redistributed static and connected is “0”.
To redistribute the default route (0.0.0.0/0) configure the neighbor default-originate command.
As BGP does not query next-hop information corresponding to locally originated routes, a local route
with an unreachable next-hop is chosen as the best route.
When a combination of locally originated and peer originated routes occurs, both these routes will
exist in the RTM. However, only the best route is kept active in the RTM and the remaining route is
rendered in-active.
It is possible to keep only one locally originated route in the BGP database. Network command has
preference over the re-distributed routes. When the locally originated route is no longer present in the
database the other route is automatically installed.
Related
Commands
Command
History
redistribute isis
e
Redistribute IS-IS routes into BGP.
Syntax
redistribute isis [WORD] [level-1| level-1-2 | level-2] [metric metric-value] [route-map
map-name]
To return to the default values, enter the no redistribute isis [WORD] [level-1| level-1-2 |
level-2] [metric metric-value] [route-map map-name] command.
Parameters
neighbor default-originate Inject the default route.
Version 8.3.1.0 Introduced ability to substitute IGP cost for MED when a peer/peer-group outbound
route-map is set as internal.
Version 7.8.1.0 Introduced support on S-Series
Version 7.7.1.0 Introduced support on C-Series
WORD
ISO routing area tag
level-1 (OPTIONAL) Enter the keyword level-1 to independently redistributed into
Level 1 routes only.
level-1-2 (OPTIONAL) Enter the keyword level-1-2 to independently redistributed
into Level 1 and Level 2 routes. This is the default.
level-2 (OPTIONAL) Enter the keyword level-2 to independently redistributed into
Level 2 routes only










