Command
Passive-Interface Default
Use
This command disables RIP for all interfaces on the router.
Syntax
Router(config-router)#passive-interface default
Example
First, here are the route tables for all routers with no passive-interface default.
R2#conf t |
R1 route table.
R1(config-router)#do show ip route rip |
R2 route table.
R2(config-router)#do show ip route rip |
R3 route table.
R3(config-router)#do show ip route rip |
Now, we set R2 to passive interface default.
R2(config-router)#passive interface default |
R1 route table. R2 is no longer sending updates.
R1(config-router)#do show ip route ripR1(config-router)# |
R2 route table. This is unaffected because R2 is still receiving updates from R1 and R3.
R2(config-router)#do show ip route rip |
R3 route table. R2 is no longer sending updates.
R3(config-router)#do show ip route ripR3(config-router)# |