-
Hello, What's wrong? How to fix it and make RIP enabled for all my defined interfaces? Thanks alot! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
More infiormaation: RIP part of my /etc/frr/frr.conf
Output of
As you can see RIP enabled only for 20 interfaces, but most of them (except 5) are up and running.
|
Beta Was this translation helpful? Give feedback.
-
You might want to try adjusting your sysctl settings by running the command: |
Beta Was this translation helpful? Give feedback.
You might want to try adjusting your sysctl settings by running the command:
sysctl net.ipv4.igmp_max_memberships=1000
. It's worth noting that some distros have default sysctl settings that may not be the best fit for a software router. If you're interested in learning more about sysctl settings, I recommend checking out this link: https://github.com/FRRouting/frr/blob/master/doc/user/Useful_Sysctl_Settings.md.