- The following are the CLI commands to determine if LRO is enabled at the Service Engine and the Service Engine Group level:
[admin:<Ctrl IP>]: > show serviceengine <se-name> interface | grep lro
| lro_on | True
[admin:<Ctrl IP>]: > show serviceenginegroup <seg-name> | grep lro
| se_lro | True
- Disable LRO at the SE group level. The following is the CLI to disable LRO on the SE Group level:
[admin:<Ctrl IP>]: > configure serviceenginegroup Default-Group
[admin:<Ctrl IP>]: serviceenginegroup> no se_lro
[admin:<Ctrl IP>]: serviceenginegroup> save
- The service engines have to be rebooted for this configuration to take effect.