how to disable in RIP settings - “redistribute RIP received routes” by RIP protocol
i need disable it
in windows i have this option!!!
how to disable in RIP settings - “redistribute RIP received routes” by RIP protocol
i need disable it
in windows i have this option!!!
router announce received routes with metric 16
If the routes are received by RIP from a RIP neighbor, they are not “redistributed” but rather learned routes in RIP.
You can however filter the routes with a prefix list by interface. First create the prefix lists with the routes you want to permit/deny in and then another prefix list for the outbound (if needed)
Then apply them under /routing rip interface
> routing rip interface set in-prefix-list=permit-rip-routes-in
> routing rip interface set out-prefix-list=permit-rip-routes-out