トラブルシューティング - cisco...cisco.compingテストを使用し...

Post on 25-Mar-2020

0 Views

Category:

Documents

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

付録

•トラブルシューティング(1ページ)•ネットワーク設定例(2ページ)

トラブルシューティング

解像度考えられる原因症状

以下のコマンドを使用して、

CIMCからの接続を確認します。

$ scope CIMC$ scope network$ ping cisco.com$ # Ensure that you receivea response$ ping svc.ucs-connect.com$ # Ensure that an IP addressis displayed.$

IPアドレスが表示されていない場合、DNSは解決されていません。この IPアドレスはpingに応答しないため、DNSの名前解決のテストにのみ使

用する必要があります。

Cisco.compingテストを使用して、アウトバウンド接続を確

認します。

時刻がNTPを介して同期されていることを確認します。

アウトバウンドネットワーク

アクセスがない、NTPまたはDNSの設定が正しくない。

HyperFlexデバイスコネクタがIntersightに接続できない。デバイスコネクタ UIの [Detailsand Recommendations (詳細と推奨措置)]の下に、エラーの種類と必要な修正措置が表示

されます。

付録

1

解像度考えられる原因症状

いずれか 1つのコントローラVMに SSH接続し、Cisco.comに pingしてネットワークアクセスを確認します。

ネットワークアクセスが正し

くないか、DNSの設定が正しくない可能性があります。

intersight.comの SSL証明書の検証に失敗しました。

ネットワーク設定例

1GEシングルスイッチ

トランクポートを使用している Nexus 5548

vlan 101name HX-MGMT

vlan 102name HX-STORAGE

vlan 103name HX-vMOTION

vlan 104name HX-GUESTVM

…interface Ethernet2/11description HX-01-Port1switchport mode trunkswitchport trunk allowed vlan 101-104spanning-tree port type edge trunkspeed 1000

interface Ethernet2/12description HX-01-Port2switchport mode trunkswitchport trunk allowed vlan 101-104spanning-tree port type edge trunkspeed 1000

interface Ethernet2/13description HX-02-Port1switchport mode trunkswitchport trunk allowed vlan 101-104spanning-tree port type edge trunkspeed 1000

interface Ethernet2/14description HX-02-Port2switchport mode trunkswitchport trunk allowed vlan 101-104spanning-tree port type edge trunkspeed 1000

interface Ethernet2/15description HX-03-Port1switchport mode trunkswitchport trunk allowed vlan 101-104spanning-tree port type edge trunkspeed 1000

interface Ethernet2/16description HX-03-Port2switchport mode trunkswitchport trunk allowed vlan 101-104

付録

2

付録

ネットワーク設定例

spanning-tree port type edge trunkspeed 1000

トランクポートを使用している Catalyst 3850-48T

vlan 101name HX-MGMT

vlan 102name HX-STORAGE

vlan 103name HX-vMOTION

vlan 104name HX-GUESTVM

…interface GigabitEthernet1/0/1description HX-01-Port1switchport trunk allowed vlan 101-104switchport mode trunkspeed 1000spanning-tree portfast trunkinterface GigabitEthernet1/0/2description HX-01-Port2switchport trunk allowed vlan 101-104switchport mode trunkspeed 1000spanning-tree portfast trunk

interface GigabitEthernet1/0/3description HX-02-Port1switchport trunk allowed vlan 101-104switchport mode trunkspeed 1000spanning-tree portfast trunkinterface GigabitEthernet1/0/4description HX-02-Port2switchport trunk allowed vlan 101-104switchport mode trunkspeed 1000spanning-tree portfast trunk

interface GigabitEthernet1/0/5description HX-03-Port1switchport trunk allowed vlan 101-104switchport mode trunkspeed 1000spanning-tree portfast trunk

interface GigabitEthernet1/0/6description HX-03-Port2switchport trunk allowed vlan 101-104switchport mode trunkspeed 1000spanning-tree portfast trunk

1GEデュアルスイッチ

トランクポートを使用している Nexus 5548

この設定では、ネイティブ vlan 105を使用しているインバンド管理とともに DHCPを使用します。このスイッチは両方の 1GE LOMに接続して、dhcp relayを使用します。

ip dhcp relay…interface Vlan105ip address 10.1.2.1/24

付録

3

付録

ネットワーク設定例

ip dhcp relay address 10.1.1.2no shutdown

vlan 101name HX-MGMT

vlan 102name HX-STORAGE

vlan 103name HX-vMOTION

vlan 104name HX-GUESTVM

vlan 105name HX-DHCP-CIMC

…interface Ethernet2/11description HX-01-Port1switchport mode trunkswitchport trunk native vlan 105switchport trunk allowed vlan 101-105spanning-tree port type edge trunkspeed 1000

interface Ethernet2/12description HX-01-Port2switchport mode trunkswitchport trunk native vlan 105switchport trunk allowed vlan 101-105spanning-tree port type edge trunkspeed 1000

interface Ethernet2/13description HX-02-Port1switchport mode trunkswitchport trunk native vlan 105switchport trunk allowed vlan 101-105spanning-tree port type edge trunkspeed 1000

interface Ethernet2/14description HX-02-Port2switchport mode trunkswitchport trunk native vlan 105switchport trunk allowed vlan 101-105spanning-tree port type edge trunkspeed 1000

interface Ethernet2/15description HX-03-Port1switchport mode trunkswitchport trunk native vlan 105switchport trunk allowed vlan 101-105spanning-tree port type edge trunkspeed 1000

interface Ethernet2/16description HX-03-Port2switchport mode trunkswitchport trunk native vlan 105switchport trunk allowed vlan 101-105spanning-tree port type edge trunkspeed 1000

スイッチ #2で同じ設定を繰り返します。dhcp relayコマンドと interface Vlan 105コマンド

は削除します。

トランクポートを使用している Catalyst 3850-48T

この設定では、vlan 105に静的に割り当てられている CIMC IPを使用します。すべてのトランクインターフェイスですべてのvlansが許可されます。セキュリティ上の理由から、すべて

付録

4

付録

ネットワーク設定例

のポート設定に switchport trunk allowed vlanステートメントを追加し、VLANを HyperFlexの導入に必要なものに限定することを推奨します。

vlan 101name HX-MGMT

vlan 102name HX-STORAGE

vlan 103name HX-vMOTION

vlan 104name HX-GUESTVM

vlan 105name HX-CIMC

…interface GigabitEthernet1/0/1description HX-01-Port1switchport mode trunkspeed 1000spanning-tree portfast trunk

interface GigabitEthernet1/0/2description HX-01-Port2switchport mode trunkspeed 1000spanning-tree portfast trunk

interface GigabitEthernet1/0/3description HX-02-Port1switchport mode trunkspeed 1000spanning-tree portfast trunk

interface GigabitEthernet1/0/4description HX-02-Port2switchport mode trunkspeed 1000spanning-tree portfast trunk

interface GigabitEthernet1/0/5description HX-03-Port1switchport mode trunkspeed 1000spanning-tree portfast trunk

interface GigabitEthernet1/0/6description HX-03-Port2switchport mode trunkspeed 1000spanning-tree portfast trunk

スイッチ #2で同じ設定を繰り返します。

10GEデュアルスイッチ

トランクポートを使用している Nexus 9000

vlan 101name HX-MGMT

vlan 102name HX-STORAGE

vlan 103name HX-vMOTION

vlan 104name HX-GUESTVM

vlan 105name HX-DHCP-CIMC

付録

5

付録

ネットワーク設定例

...interface Ethernet1/35description M5-Edge-Node1-VIC1switchport mode trunkswitchport trunk native vlan 105switchport trunk allowed vlan 101-105spanning-tree port type edge trunk

interface Ethernet1/36description M5-Edge-Node1-VIC2switchport mode trunkswitchport trunk native vlan 105switchport trunk allowed vlan 101-105spanning-tree port type edge trunk

interface Ethernet1/37description M5-Edge-Node2-VIC1switchport mode trunkswitchport trunk native vlan 105switchport trunk allowed vlan 101-105spanning-tree port type edge trunk

interface Ethernet1/38description M5-Edge-Node2-VIC2switchport mode trunkswitchport trunk native vlan 105switchport trunk allowed vlan 101-105spanning-tree port type edge trunk

interface Ethernet1/39description M5-Edge-Node3-VIC1switchport mode trunkswitchport trunk native vlan 105switchport trunk allowed vlan 101-105spanning-tree port type edge trunk

interface Ethernet1/40description M5-Edge-Node3-VIC2switchport mode trunkswitchport trunk native vlan 105switchport trunk allowed vlan 101-105spanning-tree port type edge trunk

トランクポートを使用している Catalyst 9300

vlan 101name HX-MGMT

vlan 102name HX-STORAGE

vlan 103name HX-vMOTION

vlan 104name HX-GUESTVM

vlan 105name HX-CIMC

…interface GigabitEthernet1/0/1description M5-Edge-16W9-LOM1switchport trunk allowed vlan 101-105switchport mode trunkspanning-tree portfast trunk

interface GigabitEthernet1/0/2description M5-Edge-16W9-LOM2

付録

6

付録

ネットワーク設定例

switchport trunk allowed vlan 101-105switchport mode trunkspanning-tree portfast trunk

interface GigabitEthernet1/0/3description M5-Edge-16UQ-LOM1switchport trunk allowed vlan 101-105switchport mode trunkspanning-tree portfast trunk

interface GigabitEthernet1/0/4description M5-Edge-16UQ-LOM2switchport trunk allowed vlan 101-105switchport mode trunkspanning-tree portfast trunk

interface GigabitEthernet1/0/5description M5-Edge-05G9-LOM1switchport trunk allowed vlan 101-105switchport mode trunkspanning-tree portfast trunk

interface GigabitEthernet1/0/6description M5-Edge-05G9-LOM2switchport trunk allowed vlan 101-105switchport mode trunkspanning-tree portfast trunk

付録

7

付録

ネットワーク設定例

付録

8

付録

ネットワーク設定例

top related