Hi All,
The 8320 has two 'platfom modes': mobile-first (mode 3) and routing (mode 4). These modes makes changes to the table sizes for MAC entries, host entries, and routes. Host entries (ARP or ND) share the same table resources.
Using the 'platform forwarding-table-mode' command you can display the maximum capacities for each of these tables:
SWHQ-AGG1A# platform forwarding-table-mode
3 (98304 L2 entries 120000 Host entries 16384 Route entries)
4 (32768 L2 entries 14000 Host entries 131064 Route entries)
For most deployments we recommend using the mobile-first mode. If your requirements call for supporting a large number of routes and a low number of MAC and host entries mode 4 should be used.
Drilling down into the host table and planning for either a v6 or dual-stack network it is important to understand that a v6 host entry (ND) consumes two entries in the host table while a v4 host entry (ARP) consumes one entry. Estimating the number of v6 entries for environments that use SLAAC (as well as SLAAC and/or stateful/stateless DHCPv6) is challenging as client devices will have multiple IPv6 addresses and can generate additional addresses. Assumptions must be made as to the number of addresses each device will use. We have observed SLAAC enabled devices consuming a minimum of three addresses.
WIth ArubaOS-CX 10.1 on the 8320, we recommend designs use 80% of maximium scale with the assumption that each device will have 3 IPv6 global addresses and/or 1 IPv4 address. The mobile-first (mode 3) scaling data is below:
IPv4 Networks: 39,200 Client Devices
IPv6 Networks: 16,000 Client Devices
Dual Stack Networks: 13,600 Client Devices
Client Devices are the total number of directly connected, wireless clients, user-based tunnel clients, and port-based tunnel clients.