My Home NW Lab

逸般の誤家庭のネットワーク

Azure版Catalyst 9800-CL (Virtual Machine版)で選択可能なVersionの調査

Azure版Catalyst 9800-CL (Virtual Machine版)のVersionは、2023年07月頃の時点では v17.7.1 しか選択できないようです。 Catalyst 9800-CLにはAzure Application版もありますが、本記事ではVirtual Machine版の情報に絞って調査しています。

Azureで選択可能なCatalyst 9800-CLのVersion (2023年07月頃のVirtual Machine版)

補足情報

Azure上の操作で直接的に最近のVersion指定が出来ないだけであり、Catalyst 9800-CLのOS自体はダウンロード可能です。 ちなみに本記事を執筆している2023年07月17日時点での最新Versionは v17.11.1 でした。

Downloads Home / Wireless / Wireless LAN Controller / Standalone Controllers / Catalyst 9800 Wireless Controllers for Cloud / Catalyst 9800-CL Wireless Controller for Cloud / IOS XE Software- Dublin-17.11.1(ED)
https://software.cisco.com/download/home/286322605/type/282046477/release/Dublin-17.11.1

なお、az vm image list コマンドでVirtual Machine (VM)イメージを確認すると v17.9.2 と v17.9.3 向けのVMイメージ情報は見えるようでした。

sysadmin [ ~ ]$ az vm image list --publisher 'cisco' --offer 'cisco-wlc-basic-template' --all --output table
Architecture    Offer                     Publisher    Sku     Urn                                            Version
--------------  ------------------------  -----------  ------  ---------------------------------------------  ---------
x64             cisco-wlc-basic-template  cisco        17_7_1  cisco:cisco-wlc-basic-template:17_7_1:17.07.1  17.07.1
x64             cisco-wlc-basic-template  cisco        17_9_2  cisco:cisco-wlc-basic-template:17_9_2:17.9.2   17.9.2
x64             cisco-wlc-basic-template  cisco        17_9_3  cisco:cisco-wlc-basic-template:17_9_3:17.9.3   17.9.3
sysadmin [ ~ ]$ 

az vm image list コマンドによるVMイメージの確認

しかしながら az vm create コマンドで v17.9.2 もしくは v17.9.3 バージョン向けのイメージを指定すると、エラーが発生してデプロイに失敗しました。下記は v17.9.2 (Plan ID: 17_9_2)で試した際のエラー メッセージです。

sysadmin [ ~ ]$ az vm create \
>   --resource-group rg-poc \
>   --location japaneast \
>   --name wlc01 \
>   --image cisco:cisco-wlc-basic-template:17_9_2:17.9.2 \
>   --size Standard_F4s_v2 \
>   --authentication-type ssh \
>   --admin-username azureuser \
>   --ssh-key-values @~/.ssh/id_rsa.pub \
>   --public-ip-sku Standard \
>   --nsg nsg-poc \
>   --vnet-name vnet-poc \
>   --subnet subnet-poc
Ignite (November) 2023 onwards "az vm/vmss create" command will deploy Gen2-Trusted Launch VM by default. To know more about the default change and Trusted Launch, please visit https://aka.ms/TLaD
{"error":{"code":"MarketplacePurchaseEligibilityFailed","message":"Marketplace purchase eligibilty check returned errors. See inner errors for details. ","details":[{"code":"BadRequest","message":"The plan with ID '17_9_2' was not found. Try one of these: 1- Make sure the plan name is written correctly. 2- If this plan was recently created, allow up to 30 minutes for it to be available. 3- The subscription you're using is associated with Market JP which doesn't support this plan. Try using a different subscription. 4- The subscription/tenant you're using isn't part of the plan's private audience. Ask the offer publisher to add your subscription/tenant to the plan's private audience. subscription ID: ********. Publisher ID: 'cisco', Offer ID: 'cisco-wlc-basic-template', Plan ID: '17_9_2', Correlation ID: '********'."}]}}
sysadmin [ ~ ]$ 

az vm create コマンドによる v17.9.2 のデプロイ失敗時

同じCisco社の製品であるCatalyst 8000Vの Plans + Pricing の情報を比較すると、Catalyst 9800-CLはひとつのPlan (v17.7.1)しか用意されていないのが一因にあるように見受けられました。

Catalyst 9800-CLのPlans + Pricing

Catalyst 8000VのPlans + Pricing

Catalyst 9800-CLのAzure対応開始Version

Catalyst 9800-CLでAzure環境が初めてサポートされたのは v17.7.1 になります。

www.cisco.com

各Release NotesのSupported Hardwareの情報を見ると、v17.7.x (サポート開始Version) から v17.11.x (執筆時の最新Version)でAzureがサポートされているのは筆者の方で確認しております。

v17.7.xのRelease NoteにおけるSupported Hardware情報

Azure Portalから v17.7.1 以外のVersion指定が直接できないため、特定のVersionにしたければ必然的にUpgradeでの対応となります。

Downgradeはサポートされない

Downgradeは公式的にサポートされていないので注意してください。

www.cisco.com

Downgrades are not officially supported and config loss of new features can occur. However, as downgrades can happen in the real world, this document still lists the most common traps to avoid when downgrading. To find the information you need, check the version you are downgrading from ( the version before the downgrade)

関連ドキュメント

Versionに関連するドキュメントの情報源を下記に控えておきます。

Release Note一覧

www.cisco.com

推奨Version

www.cisco.com

Cisco Wireless Solutionsの互換性

www.cisco.com