Listing VLANs

View a list of VLANs used by a SDDC.

    1. Open the navigation menu, click Networking, and then click Virtual cloud networks.
    2. Click the VCN that contains the VLANs you want to view.

      If you don't see the VCN listed, ensure that you have the correct compartment selected.

    3. Under Resources, click VLANs.
    All VLANs in the VCN are listed in tabular form.
  • Use the vlan list command and required parameters to list all VLANs in a VCN:

    oci network vlan list --compartment-id compartment_OCID --vcn-id VCN_OCID... [OPTIONS]

    For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.

  • Run the ListVlans operation to list VLANs in a VCN.