log messages flooded with below error messages
Jul 16 18:52:24 lab router : %USER-4: fpc0 fpc0 ppcfpc-multi-svcs.elf: FDB :: Ipv4 route operation 2 failed. Rt_index 1802, As_index 820430, gateway 856294075
These syslog's can be filtered out of the messages/syslog feeds with this command:
set system syslog host 1.1.1.1 match "!(.*IF_MSG_GE_GET_INFO.*|.*ppcfpc-multi-svcs.elf: FDB :: Ipv4 route operation 2 failed.*)"
set system syslog file messages match "!(.*IF_MSG_GE_GET_INFO.* |.*ppcfpc-multi-svcs.elf: FDB :: Ipv4 route operation 2 failed.*)")"
The ‘host <ip>’ command needs to be repeated for all of your syslog servers in the configuration.