Skip to content

Commit 34f3caf

Browse files
zhenggen-xuyxieca
authored andcommitted
Set the default mac ageing time to 600 seconds (#2365)
* Set the default mac ageing time to 300 seconds The current mac ageing was disabled, this could lead the mac address table to increase over time and lead to resource and performance issues. Signed-off-by: Zhenggen Xu <[email protected]> * Update the default HW ageing timer to be 600 seconds. This is to be on the safer side where ARP update interval is 300 seconds and SONiC does not flood when ARP is aged out. Signed-off-by: Zhenggen Xu <[email protected]>
1 parent f71c665 commit 34f3caf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dockers/docker-orchagent/switch.json.j2

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
{
1313
"SWITCH_TABLE:switch": {
1414
"ecmp_hash_seed": "{{ hash_seed }}",
15-
"lag_hash_seed": "{{ hash_seed }}"
15+
"lag_hash_seed": "{{ hash_seed }}",
16+
"fdb_aging_time": "600"
1617
},
1718
"OP": "SET"
1819
}

0 commit comments

Comments
 (0)