- 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
Passive Interfaces
Router(config)#router rip |
Starts the RIP routing process. |
Router(config-router)#passive-interface serial0/0/0 |
Sets the interface as passive, meaning that routing updates will not be sent out this interface. |
NOTE: For RIP, the passive-inter-face command will prevent the inter-face from sending out routing updates but will allow the interface to receive updates. |
|
Router(config)#router rip |
Starts the RIP routing process. |
Router(config-router)#passive-interface default |
Sets all interfaces as passive. |
TIP: The passive-interface default command is useful for Internet service provider (ISP) and large enterprise net-works, where a distribution router may have as many as 200 interfaces. |
|
Router(config-router)#no passive-interface fastethernet0/0 |
Activates the FastEthernet0/0 interface to send and receive updates. |