open-switch / opx-nas-l3

https://openswitch.net
1 stars 9 forks source link

Default Mac aging time settings in vlan cause l3 traffic flap in S4200 #32

Closed waliulislam closed 5 years ago

waliulislam commented 5 years ago

S4248fb device receiving l3 traffic which destination is a host connected to the device. Traffic start forwarding to the host. After some times traffic stopped . Wait for 15-20 min and traffic start getting forwarded to the host. ARP is resolved on both kernel and hardware. After debugging we have found the root cause for that. Default setting of ageing time in S4200 hardware is 540 sec. Using brctl if I create a vlan, that timer set to 1800 sec by default. This out of sync configuration cause traffic forwarding stopped after some times and come back again once the l2 table got the MAC.

Workaround: Setting the ageing time to 540 for the bridge in kernel solved the issue.

jeff-yin commented 5 years ago

Will be fixed internally and delivered in a future release of OPX