Techinal Tip: How to stop AdvManagedFlag alerts
| Description | This article describes how to stop the Event logs flooded with 'RADVD local AdvManagedFlag disagrees with remote site' logs. |
| Scope | FortiGate. |
| Solution | RADVD is used for IPv6 auto-configuration and routing. When enabled, messages are sent by the router periodically and in response to solicitations. A host uses the information to learn the prefixes and parameters for the local network.
Log Description: RADVD local AdvManagedFlag disagrees with remote site
If not using IPV6, perform the following steps to stop FortiGate from sending the messages and stop generating the logs:
config system interface config ipv6 next end
interface_name is the interface for which the logs are generated.
For Example: In this log message 'our AdvManagedFlag on wan doesn't agree with fe80::2c8:8bff:fedb:2c22' the concerned interface is wan.
Hence the ip6-send-adv must be disabled on the wan interface. |
