- Defining Seed and Default Metrics
- Redistributing Connected Networks
- Redistributing Static Routes
- Redistributing Subnets into OSPF
- Assigning E1 or E2 Routes in OSPF
- Redistributing OSPF Internal and External Routes
- Configuration Example: Route Redistribution for IPv4
- Configuration Example: Route Redistribution for IPv6
- Verifying Route Redistribution
- Route Filtering Using the distribute-list Command
- Route Filtering Using Prefix Lists
- Using Route Maps with Route Redistribution
- Manipulating Redistribution Using Route Tagging
- Changing Administrative Distance for Internal and External Routes
- Passive Interfaces
Redistributing Connected Networks
Router(config)#router ospf 1 |
Starts the OSPF routing process. |
Router(config-router)#redistribute connected |
Redistributes all directly connected networks. |
NOTE: It is not necessary to redistribute networks that are already configured under the routing protocol. |
|
NOTE: The connected keyword refers to routes that are established automatically by virtue of having enabled IP on an interface. For routing protocols such as OSPF, Intermediate System-to-Intermediate System (IS-IS), and EIGRP, these routes are redistributed as external to the autonomous system. |
|
Router(config-router)#redistribute connected metric 50 |
Redistributes all directly connected networks and assigns them a starting metric of 50. |
NOTE: The redistribute connected command is not affected by the default-metric command. |