Uninstall an east-west traffic introspection service.
Procedure
- With admin privileges, log in to NSX Manager.
- Verify the NSX Manager is in Policy mode.
- To delete a policy, select .
- Select the east-west policy, click the vertical ellipses, and click Delete Policy.
- Click Publish.
- To delete a partner service, select .
- Select the partner service, click the vertical ellipses and click Delete.
- Click Delete to complete the process.
- To delete an east-west service chain, select .
- Select the service chain, click the vertical ellipses and click Delete.
- To delete an east-west service profile, select .
- Select the service profile, click the vertical ellipses and click Delete.
- To delete an east-west service segment, select .
- Select the service segment, click the vertical ellipses and click Delete.
- If there are issues related to east-west service even after it was uninstalled from the NSX Manager UI, call the following API.
- Set east_west_enabled property to false by calling the following API.
PUT https://<nsx-manager-ip>/policy/api/v1/infra/settings/service-insertion/security/status
{ "north_south_enabled": true, "east_west_enabled": false, "resource_type": "PolicySIStatusConfiguration", "id": "status", "display_name": "status", "path": "/infra/settings/service-insertion/security/status", "relative_path": "status", "parent_path": "/infra", "unique_id": "caf620e9-405f-4533-81ab-2bd5df733364", "marked_for_delete": false, "overridden": false, "_create_user": "system", "_create_time": 1646684124017, "_last_modified_user": "system", "_last_modified_time": 1646687791212, "_system_owned": false, "_protection": "NOT_PROTECTED", "_revision": 0 }
- If tranport nodes, where the east-west service is deployed, are not connected to an overlay network, then N-VDS switch ports block traffic from being redirected to the east-west service. To unblock N-VDS switch ports, remove the extra service insertion settings on the N-VDS switch by running the following CLI command.
net-dvs -u com.vmware.port.extraConfig.serviceInsertion.gvm -p <N-VDS_Switch_ID> nsxvswitch
- Set east_west_enabled property to false by calling the following API.