メインコンテンツへスキップ

ONTAP 9のネイティブVLANとは何ですか?

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

環境

ONTAP 9

回答

  • ONTAP では、ネイティブ VLAN とは、VLAN タグなしでトラフィックを通過させるタグなしポートを指します。
    • VLAN タグなしでスイッチから送信されたトラフィックはすべてこのポートに配置されます。
  • スイッチでは、ネイティブ VLAN は、VLAN タグなしで入出力されるトラフィック用に指定された VLAN です。
    • ONTAPによって送信されたタグなしのトラフィックは、スイッチの設定されたネイティブVLANに配置されます
    • ほとんどのスイッチでは、ネイティブVLANはデフォルトでVLAN 1に設定されます
  • ONTAPのネイティブVLANは、VLANをホストするタグなしの「ベース」ポートで構成されています
    • 例えば、ONTAP が a0a-500 で VLAN 500 をホストする場合、a0a はネイティブ VLAN ポートとして機能します。
    • ONTAP が e0e-1203 で VLAN 1203 をホストする場合、e0e はネイティブ VLAN ポートとして機能します。
  • タグなしポートは、VLANタグが設定されたスイッチポートに接続されている場合、「ネイティブVLAN」と見なされる可能性があります
  • ::> network port show

Node: node1
Port      IPspace      Broadcast Domain Link MTU  Admin/Oper  Status
--------- ------------ ---------------- ---- ---- ----------- --------
a0a       Default    Native      up   1500     -/-     healthy <<<< Native VLAN
a0a-500   Default    Vlan500      up   1500     -/-     healthy <<<< VLAN tagged
e0e     Default      Native      up   1500  auto/10000 healthy <<<< Native VLAN
e0e-1203  Default    Vlan1203     up   1500     -/-     healthy <<<< VLAN tagged
e0f       Default    Default      up   1500  auto/10000 healthy <<<< May be native VLAN based on switch config 

 

追加情報

追加情報_text

 

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.

 

  • この記事は役に立ちましたか?