码迷,mamicode.com
首页 > 其他好文 > 详细

arista 交换机镜像端口配置(将某一端口的数据转发到指定端口)

时间:2014-09-16 00:27:19      阅读:258      评论:0      收藏:0      [点我收藏+]

标签:switch   redirect   

译文:

大致意思是将某些端口的数据发送到指定的端口。



 原文如下

12.5.2.2
Mirror Port Configuration
Port mirroring is the duplication of traffic from a set of source ports onto a destination port. A mirror
session associates a set of source ports to a destination port.
? The monitor session source command configures an Ethernet or port channel interface as the
   source port of a specified port mirroring session.
? The monitor session destination command configures an Ethernet interface as the destination port
   of a specified port mirroring session.


Example

? These commands configure Ethernet interface 8 as the source port and Ethernet interface 7 as
the destination port for the redirect_1 mirroring session. The session mirrors the source port’s
ingress and egress traffic.
switch(config)#monitor session redirect_1 source ethernet 7
switch(config)#monitor session redirect_1 destination ethernet 8
?
This command displays the configuration of the redirect_1 mirroring session.
switch(config)#show monitor session
Session redirect_1
------------------------
Source Ports
Both:
Et7
Destination Port: Et8
switch(config)#

arista 交换机镜像端口配置(将某一端口的数据转发到指定端口)

标签:switch   redirect   

原文地址:http://blog.csdn.net/svap1/article/details/39300101

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!