From b6eba57daa290d731434c45a423461e72b0d8f71 Mon Sep 17 00:00:00 2001 From: amulyamakam <67334446+amulyamakam@users.noreply.github.com> Date: Fri, 31 Dec 2021 13:12:51 +0530 Subject: [PATCH] Update TH3 scale number The tcam size is 512 for TH3. All config which uses per svi station entry,scale will be 512. --- .../L3_Vlan_interface_scaling.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/L3/L3_performance_and_scaling_enhancements/L3_Vlan_interface_scaling.md b/L3/L3_performance_and_scaling_enhancements/L3_Vlan_interface_scaling.md index eead342652ea..6b0a63aff90c 100644 --- a/L3/L3_performance_and_scaling_enhancements/L3_Vlan_interface_scaling.md +++ b/L3/L3_performance_and_scaling_enhancements/L3_Vlan_interface_scaling.md @@ -48,9 +48,9 @@ Scaling improvements |--------------------------------------|------|-----|-----|-----|-----| |System MAC configured SVI | 4k | 4k | 4k | 4k | 4k | |MCLAG Gateway MAC with same ip SVI | 4k | 4k | 4k | 4k | 4k | -|MCLAG with unique ip SVI | 4k | 4k | 1k | 1k | 1k | -|MCLAG with peer gateway enabled SVI | 1k | 4k | 1k | 1k | 1k | -|SAG MAC configured SVI | 4k | 4k | 1k | 1k | 1k | +|MCLAG with unique ip SVI | 4k | 4k | 1k | 1k | 512 | +|MCLAG with peer gateway enabled SVI | 1k | 4k | 1k | 1k | 512 | +|SAG MAC configured SVI | 4k | 4k | 1k | 1k | 512 | |VRRP MAC SVI | 128 | 128 | 128 | 128 | 128 | |--------------------------------------|------|-----|-----|-----|-----|