> For the complete documentation index, see [llms.txt](https://docs.vectra.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vectra.ai/deployment/ndr-virtual-cloud-appliances/nutanix-vsensor.md).

# Nutanix vSensor

- [Introduction and requirements](https://docs.vectra.ai/deployment/ndr-virtual-cloud-appliances/nutanix-vsensor/introduction-and-requirements.md): Nutanix vSensor deployment introduction, resource requirements including performance and supported Nutanix versions, and connectivity requirements.
- [Nutanix traffic capture options](https://docs.vectra.ai/deployment/ndr-virtual-cloud-appliances/nutanix-vsensor/nutanix-traffic-capture-options.md): Nutanix terminology and methods to direct traffic to a vSensor capture port.
- [Preparing for deployment](https://docs.vectra.ai/deployment/ndr-virtual-cloud-appliances/nutanix-vsensor/preparing-for-deployment.md): Information to gather before deployment, choosing a deployment method, and pre-deployment steps shared by all deployment methods.
- [Service Chaining 1.0 deployment](https://docs.vectra.ai/deployment/ndr-virtual-cloud-appliances/nutanix-vsensor/service-chaining-1.0-deployment.md): Deploying Nutanix vSensor VM using Service Chaining 1.0 to direct traffic at the vSensor capture port.
- [Traffic Mirroring deployment](https://docs.vectra.ai/deployment/ndr-virtual-cloud-appliances/nutanix-vsensor/traffic-mirroring-deployment.md): Deploying Nutanix vSensor VM using Traffic Mirroring to direct traffic at the vSensor capture port.
- [Post deployment configuration (shared for all deployment types)](https://docs.vectra.ai/deployment/ndr-virtual-cloud-appliances/nutanix-vsensor/post-deployment-configuration-shared-for-all-deployment-types.md): Shared steps for Nutanix vSensors after the initial deployment in Nutanix is completed.
- [Initial vSensor configuration at CLI](https://docs.vectra.ai/deployment/ndr-virtual-cloud-appliances/nutanix-vsensor/initial-vsensor-configuration-at-cli.md): Changing from DHCP (default) to static addressing, configuring DNS servers, changing password, and verifying Nutanix vSensor connectivity.
- [Pairing Nutanix vSensors](https://docs.vectra.ai/deployment/ndr-virtual-cloud-appliances/nutanix-vsensor/pairing-nutanix-vsensors.md): Pairing Nutanix vSensors with a Vectra Brain appliance.
- [Traffic capture and validation](https://docs.vectra.ai/deployment/ndr-virtual-cloud-appliances/nutanix-vsensor/traffic-capture-and-validation.md): Guidance for Nutanix vSensor traffic capture, PCAP generation, and traffic validation.
- [Appendix - Service Chaining 1.0 alternate API instructions](https://docs.vectra.ai/deployment/ndr-virtual-cloud-appliances/nutanix-vsensor/appendix-service-chaining-1.0-alternate-api-instructions.md): Use alternate API-based steps to deploy Nutanix Service Chaining 1.0 when UI-based steps cannot complete every task.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.vectra.ai/deployment/ndr-virtual-cloud-appliances/nutanix-vsensor.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
