- 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
Changing Administrative Distance for Internal and External Routes
The commands to change the administrative distance (AD) for internal and external routes are as follows.
Router(config)#router ospf 1 |
Starts the OSPF routing process |
Router(config-router)#distance ospf intra-area 105 inter-area 105 external 125 |
Changes the AD to 105 for intra-area and interarea routes, and changes the AD to 125 for external routes |
Router(config)#router eigrp 100 |
Starts the EIGRP routing process |
Router(config-router)#distance eigrp 80 105 |
Changes the AD to 80 for internal EIGRP routes and changes the AD to 105 for EIGRP external routes |
Router(config)#router bgp 65001 |
Starts the BGP routing process |
Router(config-router)#distance bgp 30 200 220 |
Changes the AD to 30 for external BGP routes, 200 for internal BGP routes and 220 for local BGP routes |