Probably you have reached supported limits on the device with default configuaration.
Release notes says:
(that are maximum values)
- FDB (maximum L2 entries- 16,384 (d)
- IPv4 ARP entries in hardware with maximum LPM routes - 2000 (f)
- IPv4 remote hosts in hardware with zero LPM routes - 14000 (f)
(d) - Effective capacity varies based on actual MAC addresses and VLAN IDs used and hash algorithm selected
(f) - Effective capacity varies based on actual IP addresses and hash algorithm selected
All this features are using hardware and depends on actual utilization + reserved space + configuration.
Default LPM tables in X450a is set to 12240.
I see that now you have 228 LPM entries.
If you don't need to much space for routes you can set it to lower value,
for example: configure iproute reserved-entries 2000
See also info bellow:
configure iproute reserved-entries
default IPv4 hosts can occupy at least 16 entries in HW route table
maximum Reserve entire hardware table for IPv4/IPv6 routes
Sum of IPv4 routes plus twice number of IPv6 routes to reserve. IPv4 hosts can occupy unused space.
From EXOS_Command_Reference_Guide_15_3.pdf
======================================================
Demand on the Layer3 Hash table can be reduced by allowing IPv4 hosts to be stored in the LPM tables instead.
This command allows you to reserve a portion of the LPM tables for routes,
and this creates an unreserved portion that can be used to store IPv4 hosts.
For more information, see the Extended IPv4 Host Cache section in the Extreme XOS Concepts Guide.
The default setting can support most networks, but if more than a few hundred local IP hosts and IP multicast entries are present, you can improve switch performance by calculating and configuring the reserved space for route entries to allow unreserved space for IPv4 hosts.
Changing the number of reserved route entries does not require a reboot of the affected slots or switches.
If the switch contains fewer routes than the capacity of the LPM tables,
the number of route entries toreserve for a slot or switch should be the number of routes currently used in the hardware tables, plus an additional cushion for anticipated growth. Because each IPv6 route takes up the space of two IPv4 routes, the number of route entries to reserve is two times the value in the IPv6 routes column, plus the value in the IPv4 routes column, plus room for anticipated growth.
For example, if you want to reserve space for 100 IPv4 routes and 20 IPv6 routes, the required number of route entries is 140 (100 + 2*20).
======================================================
You can also check the EXOS_Concepts_Guide_15_3.pdf
--
Jarek