VMware and NSX-T
Workaround:
1. How to check if LRO is enabled/disabled on the SE interface
Login to Controller Shell Mode
[admin:]: > show serviceengine <SE-Name> interface | grep lro
| lro_on | False |
2. How to Enable LRO for SE Group
Login to Controller Shell Mode
> configure serviceenginegroup <SE-Group-Name>
> se_lro
> save
Verify if the SE LRO settings are saved
[admin:]: > show serviceenginegroup <SE-Group-Name> | grep lro
| se_lro | True |
Please note that LRO is enabled on serviceenginegroup by default for supported environments, such as, VMware, NSX-T Cloud.
As It's SE-Group configurable property, The Service Engines should be rebooted for this configuration to work after enable the LRO
Reference KB - https://techdocs.broadcom.com/us/en/vmware-security-load-balancing/avi-load-balancer/avi-load-balancer/30-2/vmware-avi-load-balancer-configuration-guide/vmware-nsx-advanced-load-balancer-configuration-guide-30-2--ditamap/se-advanced-networking/configuring-tso-gro-rss-.html
Fix Version: 30.2.2-2p3 and 30.2.3 (future release)