Maximum IPv6 routes limit is approaching on Edge Node alarm
book
Article ID: 369213
calendar_today
Updated On:
Products
VMware NSX
Issue/Introduction
Title: Alarm for maximum IPv6 routes limit is approaching on Edge node.
Event ID: maximum_ipv6_route_limit_approaching.
Alarm Description:
Purpose: This alarm is used to notify the user that the maximum IPv6 prefix limit is about to reach.
Impact: There is no functional impact. This alarm is for users who wish to monitor the number of routes to be handled by the edge node. This scenario can mean higher CPU usage.
Environment
VMware NSX
Resolution
Steps to Resolve
For 4.0.1.1 and higher
Recommended Action:
As of now, in NSX, the route limit is fixed across all Edge Node form factors and it is not configurable. To correct this issue, the NSX deployment needs to be designed in such a way that the limits are adhered to. This alarm is raised when 75% of the max IPv6 route limit is reached.
RIB_PREFIX_COUNT_IPV4_MAX 500000
RIB_PREFIX_COUNT_IPV6_MAX 100000
If the increase in the number of routes is not expected then one can verify the number of routes that are dynamically learned across all the routing protocols and the static routes that are configured.
Please use the below command to get the details NSX CLI #get route vrf all ipv6 or policy API /policy/api/v1/infra/tier-0s/<tier-0>/number-of-routes?edge_path=<edge-path>&include_child_vrf=true
Once it is clear from which protocol the routes are learned, user need to check the neighboring router configuration if any new redistribution is enabled recently and if the change is intentional.