Listing VNIC Attachments for Roving Edge Infrastructure

Describes how to list the VNIC attachments on your Roving Edge Infrastructure devices.

    1. Open the navigation menu and select Compute > Instances. The Instances page appears. All instances are listed in tabular form.

    2. (optional) Select a State from the list to limit the instances displayed to that state.

    3. Click the instance that you want to list VNIC attachments. The instance's Details page appears.

    4. Click Attached VNICs under Resources. The primary VNIC is listed. If the instance has two active physical NICs, the VNICs are grouped by NIC 0 and NIC 1.

  • Listing the VNIC attachments for a compartment

    Use the oci compute vnic-attachment list command and required parameters to list the VNIC attachments on your Roving Edge Infrastructure devices:

    oci compute vnic-attachment list --compartment-id compartment_ocid [OPTIONS]

    To determine your Roving Edge Infrastructure device compartment OCID, see Compartments.

    Refer to your Roving Edge Infrastructure device's CLI help for a list of parameters available for this command. See Accessing Command Line Interface Help.

    For CLI setup information on your Roving Edge Infrastructure device, see Using the Command Line Interface.

    Listing VNIC attachments for an instance

    Use the oci compute instance list-vnics command and required parameters to list the VNIC attachments on your Roving Edge Infrastructure devices:

    oci compute instance list-vnics [OPTIONS]

    To determine your Roving Edge Infrastructure device compartment OCID, see Compartments.

    Refer to your Roving Edge Infrastructure device's CLI help for a list of parameters available for this command. See Accessing Command Line Interface Help.

    For CLI setup information on your Roving Edge Infrastructure device, see Using the Command Line Interface.

  • Use the ListVnicAttachments operation to list the VNIC attachments on your Roving Edge Infrastructure devices.