此处使用相同的方法。登录 APIC CLI 并获取节点 ID:
APIC# moquery -c fabricNode -f 'fabric.Node.role=="leaf"' | egrep ^id | order
id : 101
id : 102
id : 103
id : 104
id : 105
id : 106
APIC# moquery -c fabricNode -f 'fabric.Node.role=="spine"' | egrep ^id | order
id : 201
id : 202
然后显示设备版本:
APIC# fabric 101-106 show version
----------------------------------------------------------------
Node 101 (XXXX-DC-LEAF-101)
----------------------------------------------------------------
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.31
kickstart: version 14.0(3d) [build 14.0(3d)]
system: version 14.0(3d) [build 14.0(3d)]
PE: version 4.0(3d)
...
APIC# fabric 201-202 show version
----------------------------------------------------------------
Node 201 (XXXX-DC-SPINE-201)
----------------------------------------------------------------
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.31
kickstart: version 14.0(3d) [build 14.0(3d)]
system: version 14.0(3d) [build 14.0(3d)]
PE: version 4.0(3d)
...
APIC# show controller detail id <ID>将显示控制器信息。