IP アドレス管理プロファイルは、OCI 認証情報を使用して作成されます。

IP アドレス管理プロファイルを作成するには、次の手順を実行します。

手順

  1. CLI シェルにログインします。
  2. configure ipamdnsproviderprofile <profile name> コマンドを実行します。
  3. 次の詳細を入力します。
    • type:値を IPAMDNS_TYPE_OCI に設定します。

    • oci_profile:

      • tenancy:テナント OCID

      • region:OCI リージョン名

      • cloud_credentials_ref:前のセクションで作成した Cloud Connector ユーザーへの参照。[Tab] キーを使用して、ユーザーを一覧表示します。

      • vcn_compartment_id:VCN のコンパートメント OCID

      • vcn_id:VCN OCID

    admin@10-0-0-77:~$ shell
    Login: admin
    Password:
    [admin:10-0-0-77]: > configure ipamdnsproviderprofile ocprof
    [admin:10-0-0-77]: > configure ipamdnsproviderprofile ocprof2
    [admin:10-0-0-77]: ipamdnsproviderprofile> type ipamdns_type_oci
    cloud_credentials_ref   Credentials to access oracle cloud                                                                                                              
    region                  Region in which Oracle cloud resource resides                                                                                                   
    tenancy                 Oracle Cloud Id for tenant aka root compartment                                                                                                 
    vcn_compartment_id      Oracle cloud compartment id in which VCN resides                                                                                                
    vcn_id                  Virtual Cloud network id where virtual ip will belT

結果

OCI IP アドレス管理の構成を表示するには、次の手順を実行します。

[admin:10-0-0-77]: > show ipamdnsproviderprofile prof1
+-----------------+------------------------------------------------------------+
|Field            |Value                                                       |
+-----------------+------------------------------------------------------------+
|uuid             |ipamdnsproviderprofile-d67ad96c-8bbf-48ff-ab40-5580621c1c69 |
|name             |prof1                                                       |
|type             |IPAMDNS_TYPE_OCI                                            |
|oci_profile      |                                                            |
|   tenancy       |ocid1.tenancy.oc1..aaaaaaaay7s6icq755xqlytpl33i7ysjzzb2kv3vk|
|                 |itg5ilsxanrzqmsaha                                          |
|   region        |us-phoenix-1                                                |
|  cloud_         | ocuser                                                     | 
|  credentials_ref|                                                            |
|  vcn_compartment|ocid1.compartment.oc1..aaaaaaaa5trt72k3smsky7fz27gqlucbfa2l |
|_id              |mynshky4hl4r7gom6wcphmrq                                    | 
|  vcn_id         |ocid1.vcn.oc1.phx.aaaaaaaangx3fookzumnhck3st5obrruwsmxiqgtx |
|                 |2ic7zoharlhwi262gla                                         |
|allocate_ip_in_  |False                                                       |
|vrf              |                                                            |
|tenant_ref       |admin                                                       |
+-----------------+------------------------------------------------------------+