跳转到主内容

ONTAP 9中的第2层网络连接要求是什么?

Views:
Visibility:
Public
Votes:
0
Category:
ontap-9
Specialty:
core
Last Updated:

适用场景

ONTAP 9

问题解答

  • 为了确定OSI第2层可访问性问题、我们会使用L2算法对 集群中属于同一广播域的其他端口的MAC地址执行ping操作。
  • L2 ping通过发送 连接故障管理 (CFM)帧来执行
  • 如果端口从其配置的广播域中的任何其他端口接收CFM帧、则该端口会将其自身视为"运行状况良好"
  • 如果端口未从其配置的广播域收到任何CFM帧、则该端口会将其自身视为"已降低"

示例:

  1. 两个节点上的四个端口配置为属于存储端广播域测试 
    • node1:e0a
    • node1:e0b
    • node2:e0a 
    • node2:e0b
  2. 在交换机端、所有4个端口都应配置在交换机端VLAN 10上
    • 意外地、 node2:e0b 交换机端VLAN 20上配置了一个端口
  3. VLAN 10上的3个端口可以L2相互ping通、并将标记为运行状况良好。
    • node1:e0a 在上、vlan10会将CFM帧发送到属于存储端广播域test ​​​​ 的其他端口
    • 交换机成功将CFM帧转发到VLAN 10上的端口
    • node1:e0a 标记为运行状况良好
    • 对端口 node1:e0b 和重复此过程 node2:e0a 
  4. 由于位于VLAN 20中, node2:e0b  VLAN 20上的端口将无法对其他3个端口执行L2 ping  操作,因此将标记为已降级。
    • node2:e0b 在上、vlan20将CFM帧发送到属于存储端广播域test ​​​​ 的其他端口
    • 交换机未配置为将流量 从VLAN 20转发到VLAN 10、因此CFM帧不会读取VLAN 10上的端口
    • node2:e0b 标记为已降级
  5. 在此示例中、存储端配置的广播域与交换机端配置的广播域不匹配
    • 根据存储端配置、所有端口都在一个广播域测试中、因此应具有L2可访问性
    • 根据交换机端配置、端口分布在两个单独的广播域VLAN 1和VLAN 20之间、因此缺少L2连接
    •  当ONTAP检测到 存储端和交换机端广播域配置不匹配时、端口被标记为已降级


::*> broadcast-domain show -broadcast-domain TEST
  (network port broadcast-domain show)
IPspace Broadcast                                         Update
Name    Domain Name    MTU  Port List                     Status Details
------- ----------- ------  ----------------------------- --------------
Default TEST       1500
                            node1:e0a               complete
                            node1:e0b               complete
                            node2:e0a               complete
                            node2:e0b               complete


::> net port show -health
  (network port show)
                          Health
Node       Port      Link Status   Degraded Reasons
--------   --------- ---- -------- -----------------------
node1
           e0a       up   healthy  -
           e0b       up   healthy  -

node2
           e0a       up   healthy  -
           e0b       up   degraded l2_reachability
 

注: node2:e0b是交换机端VLAN 20端口。

追加信息

其他信息文本

 

NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.