基于这个链接,Cisco ACI实际上是基于Cisco Nexus 9000系列的。
它的硬件是基于思科Nexus 9000系列交换机。
https://www.sdxcentral.com/data-center/definitions/what-is-cisco-aci/
但是当Cisco或IOS确实有show version命令时,为什么Cisco没有类似的命令呢?
我想知道更多关于这个设备,如型号,软件版本等。
思科ACI的正确命令是什么?可能是相当于思科IOS show version的东西?
发布于 2021-02-18 12:12:47
每个ACI交换机都可以通过show version显示版本输出。
LEAF-101# show version
Cisco Nexus Operating System (NX-OS) Software
TAC support: http://www.cisco.com/tac
Documents: http://www.cisco.com/en/US/products/ps9372/tsd_products_support_series_home.html
Copyright (c) 2002-2014, Cisco Systems, Inc. All rights reserved.
The copyrights to certain works contained in this software are
owned by other third parties and used and distributed under
license. Certain components of this software are licensed under
the GNU General Public License (GPL) version 2.0 or the GNU
Lesser General Public License (LGPL) Version 2.1. A copy of each
such license is available at
http://www.opensource.org/licenses/gpl-2.0.php and
http://www.opensource.org/licenses/lgpl-2.1.php
Software
BIOS: version 05.39
kickstart: version 14.2(4i) [build 14.2(4i)]
system: version 14.2(4i) [build 14.2(4i)]
PE: version 4.2(4i)
BIOS compile time: 08/30/2019
kickstart image file is: /bootflash/aci-n9000-dk9.14.2.4i.bin
kickstart compile time: 04/21/2020 09:45:55 [04/21/2020 09:45:55]
system image file is: /bootflash/auto-s
system compile time: 04/21/2020 09:45:55 [04/21/2020 09:45:55]
Hardware
cisco N9K-C9348GC-FXP ("supervisor")
Intel(R) Xeon(R) CPU D-1526 @ 1.80GHz with 24437760 kB of memory.
Processor Board ID XXXXXXXXXXX
Device name: LEAF-101
bootflash: 125029376 kB
Kernel uptime is 278 day(s), 16 hour(s), 17 minute(s), 37 second(s)
Last reset at 153000 usecs after Fri May 15 21:48:02 2020 EET
Reason: system-power-cycled-due-to-ssd-firmware-upgrade
System version: 14.2(4i)
Service: module reloaded
plugin
Core Plugin, Ethernet Plugin在APIC上执行的show version命令将显示fabric元素的软件版本:
APIC-1# show version
Role Pod Node Name Version
---------- ---------- ---------- ----------- --------------------
controller 1 1 APIC-1 4.2(4i)
controller 1 2 APIC-2 4.2(4i)
controller 1 3 APIC-3 4.2(4i)
leaf 1 101 LEAF-101 n9000-14.2(4i)
leaf 1 102 LEAF-102 n9000-14.2(4i)
leaf 1 103 LEAF-103 n9000-14.2(4i)
leaf 1 104 LEAF-104 n9000-14.2(4i)
leaf 1 105 LEAF-105 n9000-14.2(4i)
leaf 1 106 LEAF-106 n9000-14.2(4i)
spine 1 201 SPINE-201 n9000-14.2(4i)
spine 1 202 SPINE-202 n9000-14.2(4i)要从APIC远程在叶子/脊柱上运行命令,输入fabric NODE_ID <command>:
APIC-1# fabric 101 show version
APIC-1# fabric 104-106,202 show versionhttps://networkengineering.stackexchange.com/questions/72624
复制相似问题