switchport remote-mirror-egress
- モード
- インターフェースモード
- カテゴリー
- インターフェース / スイッチポート
構文
(config-if)# switchport remote-mirror-egress vlan <vlan-id>
コマンド説明
対象スイッチポートを、指定したリモートミラーリングVLANのリモートミラーポートとして設定する。指定したリモートミラーリングVLANのソースポートからコピーされたトラフィックは、リモートミラーポートに出力される。
パラメーター
<vlan-id>- vlan mode remote-mirror-vlanコマンドで作成したリモートミラーリングVLANのID
使用例
ポート1.1.1を、リモートミラーリングVLAN「vlan 2」のリモートミラーポートとして設定する。awplus(config)# interface port1.1.1 awplus(config-if)# switchport remote-mirror-egress vlan 2ポート1.1.1から、リモートミラーリングVLAN「vlan 2」のリモートミラーポート設定を解除する。
awplus(config)# interface port1.1.1 awplus(config-if)# no switchport remote-mirror-egress