単一方向イーサネットの概要
スタブレス ギガビット イーサネット ポートは、単方向のトラフィックを送信または受信するように設定できます。単一方向イーサネットでは、全二重ギガポート イーサネット用に 2 つの光ファイバ ストランドを使用するのではなく、ギガポートの単方向トラフィックの送信または受信にファイバ ストランドを 1 つだけ使用します。ギガポートをそれぞれ送信または受信トラフィックに設定すると、ほとんどのトラフィックが無応答の単方向ビデオ ブロードキャスト ストリームであるような動画ストリーミングなどのアプリケーションで、トラフィック容量が 2 倍になります。
単一方向イーサネットの設定
(注) ポートの UniDirectional Link Detection(UDLD; 単一方向リンク検出)を自動的にディセーブルにするには、単一方向イーサネットをノンブロッキング ギガポートで設定する必要があります。
単一方向イーサネットをイネーブルにするには、次の作業を行います。
|
|
|
ステップ 1 |
Switch(config)#
interface {
vlan
vlan_ID | {
fastethernet |
gigabitethernet |
tengigabitethernet }
slot/interface
|
Port-channel
number }
|
設定するインターフェイスを選択します。 |
ステップ 2 |
Switch(config-if)# [
no ]
unidirectional {
send-only |
receive-only }
|
単一方向イーサネットをイネーブルにします。 単一方向イーサネットをディセーブルにするには、 no キーワードを使用します。 |
ステップ 3 |
|
コンフィギュレーション モードを終了します。 |
ステップ 4 |
Switch#
show interface {
vlan
vlan_ID | {
fastethernet |
gigabitethernet |
tengigabitethernet }
slot/interface }
unidirectional
|
設定を確認します。 |
次に、インターフェイス GigabitEthernet 1/1 でトラフィックを単方向で送信するように設定する例を示します。
Switch# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)# interface gigabitethernet 1/1
Switch(config-if)# unidirectional send-only
Enable l2 port unidirectional mode will automatically disable port udld.
You must manually ensure that the unidirectional link does not create
a spanning tree loop in the network.
Enable l3 port unidirectional mode will automatically disable ip routing
on the port. You must manually configure static ip route and arp entry
in order to route ip traffic.
次に、インターフェイス GigabitEthernet 1/1 でトラフィックを単方向で受信するように設定する例を示します。
Switch# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)# interface gigabitethernet 1/1
Switch(config-if)# unidrectional receive-only
Enable l2 port unidirectional mode will automatically disable port udld.
You must manually ensure that the unidirectional link does not create
a spanning tree loop in the network.
Enable l3 port unidirectional mode will automatically disable ip routing
on the port. You must manually configure static ip route and arp entry
in order to route ip traffic.
次に、設定を確認する例を示します。
Switch>show interface gigabitethernet 1/1 unidirectional
show interface gigabitethernet 1/1 unidirectional
Unidirectional configuration mode: send only
CDP neighbour unidirectional configuration mode: receive only
次に、インターフェイス GigabitEthernet 1/1 上で単一方向イーサネットをディセーブルにする例を示します。
Switch# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)# interface gigabitethernet 1/1
Switch(config-if)# no unidirectional
次に、単一方向イーサネットをサポートしないポートに show interface コマンドを発行した場合の結果を示します。
Switch#show interface f6/1 unidirectional
Unidirectional Ethernet is not supported on FastEthernet6/1