Modify, add or remove RIP parameters in the CLI. The changes are applied immediately. For the complete list of CLI commands, see the Configuring RIP parameters.
CLI syntax
config>router# rip
   group group-name
   ...
     neighbor ip-int-name
   ...
        Example
config>router>rip# group "headquarters"
config>router>rip>group# neighbor "ferguson-274"
config>router>rip>group>neighbor# import RIPpolicy
config>router>rip>group>neighbor# message-size 150
The following example displays the updated parameters:
ALA-A>config>router>rip# info
----------------------------------------------
            authentication-type simple
            authentication-key "ac1865lvz1d" hash
            timers 300 600 600
            group "headquarters"
                description "Mt. View"
                neighbor "ferguson-274"
                    import "RIPpolicy"
                    message-size 150
                    preference 255
                    split-horizon enable
                    no timers
                exit
            exit
----------------------------------------------
ALA-A>config>router>rip#