ACI で APIC / Switch のバージョンを確認する
Cisco ACI でコントローラ (APIC) やスイッチ (Leaf/Spine) のバージョンを確認する方法は幾つかあります。 今回は幾つかのバージョン確認方法をメモしておきます。
GUI で確認する
APIC
方法 1
System → Controllers → Controllers から APIC を選択し、General → Configure を選択するとバージョン情報が表示されます。

方法 2
どのタブを選択している状態であっても画面右上の「ギアアイコン」をクリックし、What's new in xxxx の「xxxx」部分にもバージョン情報が表示されます。

方法 3
Admin → Firmware → Infrastructure → Controllers でもバージョン情報が表示されます。

スイッチ
方法 1
Fabric → Inventory → Pod x → (該当スイッチを選択) → General → Details で選択したスイッチのバージョン情報が表示されます。

方法 2
Admin → Firmware → Infrastructure → Nodes でもバージョン情報が表示されます。

CLI で確認する
APIC
コントローラへログインし、show controller で確認出来ます。
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15 | apic# show controller
Fabric Name : ACI Fabric1
Operational Size : 1
Cluster Size : 1
Time Difference : -300760
Fabric Security Mode : PERMISSIVE
ID Pod Address In-Band IPv4 In-Band IPv6 OOB IPv4 OOB IPv6 Version Flags Serial Number Health
---- ---- --------------- --------------- ------------------------- --------------- ------------------------------ ------------------ ----- ---------------- ------------------
1* 1 xx.xx.xx.xx 0.0.0.0 fc00::1 xx.xx.xx.xx fe80::xxxx:xxxx:xxxx:xxxx 5.0(2e) crva- xxxxxxxxxxx fully-fit
2* 1 xx.xx.xx.xx 0.0.0.0 fc00::2 xx.xx.xx.xx fe80::xxxx:xxxx:xxxx:xxxx 5.0(2e) crva- xxxxxxxxxxx fully-fit
3* 1 xx.xx.xx.xx 0.0.0.0 fc00::3 xx.xx.xx.xx fe80::xxxx:xxxx:xxxx:xxxx 5.0(2e) crva- xxxxxxxxxxx fully-fit
Flags - c:Commissioned | r:Registered | v:Valid Certificate | a:Approved | f/s:Failover fail/success
(*)Current (~)Standby (+)AS
|
スイッチ
コントローラへログインし、show switch で確認出来ます。
| apic# show switch
ID Pod Address In-Band IPv4 In-Band IPv6 OOB IPv4 OOB IPv6 Version Flags Serial Number Name
---- ---- --------------- --------------- ------------------------- --------------- ------------------------- ------------------ ----- ---------------- ------------------
xxx x xx.xx.xx.xx 0.0.0.0 :: xx.xx.xx.xx :: n9000-15.0(2e) aliv xxxxxxxxxxx leaf1
xxx x xx.xx.xx.xx 0.0.0.0 :: xx.xx.xx.xx :: n9000-15.0(2e) aliv xxxxxxxxxxx leaf2
xxx x xx.xx.xx.xx 0.0.0.0 :: xx.xx.xx.xx :: n9000-15.0(2e) aliv xxxxxxxxxxx leaf3
xxx x xx.xx.xx.xx 0.0.0.0 :: xx.xx.xx.xx :: n9000-15.0(2e) aliv xxxxxxxxxxx leaf4
xxx x xx.xx.xx.xx 0.0.0.0 :: xx.xx.xx.xx :: n9000-15.0(2e) aliv xxxxxxxxxxx spine1
xxx x xx.xx.xx.xx 0.0.0.0 :: xx.xx.xx.xx :: n9000-15.0(2e) aliv xxxxxxxxxxx spine2
Flags - a:Active | l/s:Leaf/Spine | v:Valid Certificate | i:In-Service
|