核心代码:
observe-port int 编号
int 编号
mirror to observe-port both | inbound | outbound
#both:将镜像端口的入和出流量同时复制到观察者端口
#inbound:将镜像端口的入流量复制到观察者端口
#outbound:将镜像端口的出流量复制到观察者端口
配置后可使出入端口g0/0/1的数据都复制一份到g0/0/2
AR1:
sys
int g0/0/0
ip add 192.168.10.254 24
int g0/0/1
ip add 22.33.44.55 24
q
observe-port int g0/0/2
int g0/0/1
//将镜像端口的入和出流量同时复制到g0/0/2
mirror to observe-port both