Enabling RIP on Dynamic IP Interfaces
You can use the ip rip copy-to-dynamic command to enable RIP on dynamic, unnumbered IP interfaces. This command allows the dynamic interfaces, as they are created, to copy RIP settings from a numbered IP interface to which the interfaces refer for their source address.
ip rip copy-to-dynamic
- Use to enable RIP on dynamic, unnumbered IP interfaces. This command allows the dynamic interfaces to copy RIP settings from the numbered IP interface to which the interfaces refer for their source address.
- Once created, the dynamic RIP interfaces do not track configuration changes on the numbered interface from which they originally inherited the configuration. To reinherit RIP settings, use the clear ip rip dynamic-interfaces command.
- Example
host1(config-if)#ip rip copy-to-dynamicUse the no version to stop the use of RIP configuration on any new, dynamic, unnumbered IP interfaces. The no version does not remove all existing, active RIP interfaces that were created after issuing this command. To remove all existing, active RIP interfaces, use the no rip copy-to-dynamic command to stop the use of RIP on any new, dynamic interfaces, and then use the clear ip rip dynamic-interfaces command to clear any existing RIP dynamic interfaces.