PowerStore: ICM and ICD networks are unreachable when IPv6 is not explicitly configured on the VLAN interface

摘要: ICM and ICD networks are unreachable when IPv6 is not explicitly configured on the VLAN interface.

本文适用于 本文不适用于 本文并非针对某种特定的产品。 本文并非包含所有产品版本。

症状

PowerStore installation has completed the initial cluster creation. However, alerts are seen in the PowerStore Manager dashboard indicating no communication on the Intra-Cluster Management (ICM) and Intra-Cluster Data (ICD) networks similar to this:

Status of ICMP reachability of the intra-cluster data network IP addresses from node interfaces. (unreachable)
The following intra-cluster data network addresses are not reachable via ICMP from node network interfaces: (from fd38:d12:7afd::201:44f1:907b:9b65 : fd38:d12:7afd::201:4417:26a:c8a8).

 

As seen from the PowerStore Manager user interface:
SLN321993_en_US__1Arista Network Error
Figure 1: Example message in PowerStore Manager.



In order to test and confirm, open an SSH session to the cluster IP using the service user. The IPv6 ping fails.
[SVC:service@ABCDEFG-A user]$ ping6 -I icm0 fd47:c58d:b2c5::201:4469:4174:aa68 -c 2
PING fd47:c58d:b2c5::201:4469:4174:aa68(fd47:c58d:b2c5::201:4469:4174:aa68) from fdd9:955e:f18b:0:201:4427:b85:1fee icm0: 56 data bytes
From fdd9:955e:f18b:0:201:4427:b85:1fee icmp_seq=1 Destination unreachable: Address unreachable
From fdd9:955e:f18b:0:201:4427:b85:1fee icmp_seq=2 Destination unreachable: Address unreachable
 

原因

Some switches require IPv6 to be explicitly configured on the VLAN interface, or switch administrators may have chosen to explicitly disable IPv6.

解决方案

The following is an extract of the running configuration from an Arista DCS-7160 Ethernet switch. Once the configuration for the native VLAN 10 is modified to enable IPv6 support, IPV6 ping works.

In this sample output, the interfaces are using VLAN 10 as the native VLAN.
interface Ethernet40
   description PowerStore1
   switchport trunk native vlan 10
   switchport trunk allowed vlan 10,20,30,40,50
   switchport mode trunk
   spanning-tree portfast!

The command for enabling IPv6 on the Arista switch is:
switch(config)#interface vlan 10
switch(config-vl10)#ipv6 enable
 

For specific commands and options, consult your switch vendors operating manuals or command-line guides.
Do not forget to save the switch configuration after any changes, otherwise the settings are lost if a switch reboots.


With this configuration, change IPv6 pings over ICM network succeed and the alert in PowerStore Manager can be acknowledged.

[SVC:service@ABCDEFG-A user]$ ping6 -I icm0 fd47:c58d:b2c5::201:4469:4174:aa68 -c 2
PING fd47:c58d:b2c5::201:4469:4174:aa68(fd47:c58d:b2c5::201:4469:4174:aa68) from fdd9:955e:f18b:0:201:4427:b85:1fee icm0: 56 data bytes
64 bytes from fd47:c58d:b2c5::201:4469:4174:aa68: icmp_seq=1 ttl=64 time=0.320 ms
64 bytes from fd47:c58d:b2c5::201:4469:4174:aa68: icmp_seq=2 ttl=64 time=0.326 ms

其他信息

To enable SSH access to the appliance.
  • Go to Settings, and then select SSH Management in the Security section.
  • Select the appliance or appliances on which to enable SSH.
  • Click ENABLE SSH.
To disable SSH access, follow the same procedure, but click DISABLE SSH.
The username used when connecting over SSH to the PowerStore appliance management address is service.


References:
Networking Guide for PowerStore T Models
  • For multiappliance cluster configurations, ensure the Internal network as shown above has proper L2 or L3 routing on the native VLAN such that the first two ports of the 4-port card can communicate to other appliances on the network.
  • If deploying with file services, IPv6 must be enabled on the ToR switches through the native VLAN. 

受影响的产品

PowerStore
文章属性
文章编号: 000129761
文章类型: Solution
上次修改时间: 28 6月 2024
版本:  9
从其他戴尔用户那里查找问题的答案
支持服务
检查您的设备是否在支持服务涵盖的范围内。