Skip to content

Cisco ACI でスイッチに SSH する

Cisco ACI の通常運用は APIC の GUI インターフェイスだけで十分、事足りますのでリーフやスパインといったスイッチへ SSH する機会は少ないかも知れません。 しかし、トラブルシューティング時はスイッチへ直接、SSH して状態確認する方法を理解しておくと役立つことがあります。

スイッチの OoB へ SSH する

スイッチの OoB (Out of Band = 専用の管理ポート) へアクセスするには、ターミナルソフトウェアから OoB のアドレス宛に SSH するだけです。 当然ですが、前提として OoB にアドレスが割り当てられている必要があります。

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
$ ssh 10.0.0.101

Last login: Thu Apr 13 00:31:48 2017 from 192.168.1.1
Cisco Nexus Operating System (NX-OS) Software
TAC support: http://www.cisco.com/tac
Copyright (c) 2002-2017, 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

APIC 経由でスイッチの OoB へ SSH する

一旦、APIC へ SSH し、APIC 上からスイッチの OoB へアクセスすることも可能です。 この場合はスイッチの OoB にアドレスが割り当てられている必要はありません。

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
Application Policy Infrastructure Controller
Last login: Thu Apr 13 00:31:22 2017 from 192.168.1.1
aci-apic-1#
aci-apic-1# ssh aci-leaf-1
Warning: Permanently added 'aci-leaf-1,10.0.104.95' (RSA) to the list of known hosts.

Password:
Last login: Thu Apr 13 00:11:36 2017 from 192.168.1.1
Cisco Nexus Operating System (NX-OS) Software
TAC support: http://www.cisco.com/tac
Copyright (c) 2002-2017, 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
aci-leaf-1#