Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Create and access a list of your products
  • Manage your Dell EMC sites, products, and product-level contacts using Company Administration.

Dell Networking Force10スイッチでVLANを作成する方法

Summary: この文書では、Dell Networking Force10スイッチで仮想ローカルエリアネットワーク(VLAN)を作成する方法について説明します。

This article may have been automatically translated. If you have any feedback regarding its quality, please let us know using the form at the bottom of this page.

Article Content


Instructions

VLAN設定および物理インターフェイスへのVLANの関連付け

  

コマンド 目的
FTOS#configure 設定モードに入ります。
FTOS(conf)#interface vlan 20 VLANインターフェイスに入り、インターフェイスを作成します。
FTOS(conf-if-vl-20)#description Finance VLANを識別するための説明を作成します。
FTOS(conf-if-vl-20)#tagged te 0/1 物理ポートをVLANに関連付けます。  オプションは、タグ付き(802.1Q)またはタグなしです。
FTOS(conf-if-vl-20)#end     終了して特権モードに戻ります。
FTOS# show vlan VLAN設定を確認します。
FTOS#configure     設定モードに入ります。
FTOS#(conf) no interface vlan 20 すべてのポートの関連付けが削除された後、VLANを削除するコマンドです。


 

物理インターフェイスをVLANに関連付けるには、その物理インターフェイスをswitchportまたはポートモードhybridモードに設定しておく必要があります。


インターフェイスをレイヤ2スイッチポートモードに設定する方法
 

コマンド 目的
FTOS#configure 設定モードに入ります。
FTOS(conf)#interface te 0/1 物理インターフェイスレベルに入ります。
FTOS(conf-if-te-0/1)# switchport インターフェイスをレイヤ2に設定します。  VLANをタグなしまたはタグ付きで関連付けできるようになります。


設定したVLANの検証

 

FTOS#show vlan

局番Codes: * - Default VLAN, G - GVRP VLANs, R - Remote Port Mirroring VLANs, P - Primary, C - Community, I - IsolatedU-タグなし、T タグ付き
Dot1x タグなし、x-Dot1x タグ付き
o-openflow タグなし、o-openflow タグ付けされた
GVRP タグ付き、M-Vlan-スタック、H VSN タグ付けされたタグ付きのタグ付き i-内部タグ付き、v-VLT タグなし、
VLT タグ付け

    NUM Status Description Q Ports
* 1 Inactive U te 0/0
20 非アクティブファイナンス T te 0/1

 

Article Properties


Affected Product

Force10 S60-44T

Last Published Date

18 Mar 2021

Version

4

Article Type

How To