単一方向イーサネットについて
スタブレス GigabitEthernet ポートは、単方向のトラフィックを送信または受信するように設定できます。単一方向イーサネットでは、全二重ギガビット イーサネット ポート用に 2 つのファイバ ストランドを使用するのではなく、ギガビット イーサネット ポートの単方向トラフィックの送信または受信にファイバ ストランドを 1 つだけ使用します。ギガビット イーサネット ポートをそれぞれ送信または受信トラフィックに設定すると、ほとんどのトラフィックが無応答の単方向ビデオ ブロードキャスト ストリームであるような動画ストリーミングなどのアプリケーションで、トラフィック容量が 2 倍になります。
単一方向イーサネットの設定
(注) ポートの 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)# unidirectional 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 neighbor 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