arista 交换机镜像端口配置(将某一端口的数据转发到指定端口)
生活随笔
收集整理的這篇文章主要介紹了
arista 交换机镜像端口配置(将某一端口的数据转发到指定端口)
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
譯文:
大致意思是將某些端口的數據發送到指定的端口。
?原文如下
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 asthe 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 交换机镜像端口配置(将某一端口的数据转发到指定端口)的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Google账户结构
- 下一篇: 萌新的linux之旅16