Creating a VTAP
Create a Virtual Test Access Point (VTAP) to mirror traffic from a chosen source to a selected target to help troubleshooting, security analysis, and data monitoring.
The resources that serve as the source and target must exist in the same VCN.
See Virtual Test Access Points for more information and a feature overview.
When using the CLI, you must create a capture filter before you create the VTAP. Use the vtap create command and required parameters to create a VTAP:
oci network vtap create --capture-filter-id capture_fliter_OCID --compartment-id compartment_OCID --source-id source_OCID --vcn-id vcn_OCID ... [OPTIONS]
For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.
When using the API, you must create a capture filter before you create the VTAP. Run the CreateVtap operation to create a VTAP.