Hello,
currently I' m trying to switch our network from static routes to RIP.
During configuration of our Fortigate cluster (FGT-310B A-P running FortiOS 5.0.7) I discovered that RIP multicasts (udp/520 packets to the destination 224.0.0.9) are sent out from port1, port3, port4 and several WiFi and VLAN interfaces, although I only enabled RIP at port1.
Here is a part of my config file:
config system settings
set multicast-forward disable
end
config router prefix-list
edit " allow_internal"
config rule
edit 1
set prefix 192.168.0.0 255.255.0.0
set ge 17
set le 32
next
end
next
end
config router rip
config distribute-list
edit 1
set listname " allow_internal"
set status enable
next
end
config interface
edit " port1"
set receive-version 2
set send-version 2
next
end
config network
edit 1
set prefix 192.168.0.0 255.255.0.0
next
end
config redistribute " connected"
set status enable
end
end
Maybe someone can help me to fix this.
Sincerely
Harald