端口镜像
一、基本概念
1. 概述
- 将一个或多个源端口数据流量转发到指定端口
二、目的
- 主要是方便一个或多个网络接口流量进行分析(IDS入侵检测设备)
三、功能
- 故障定位、流量分析、流量备份
四、本地端口镜像
- 在一台交换机上
monitor session 1 source int f0/5 both
monitor session 1destination int f0/9
五、远程端口镜像
- 将交换机A的某接口数据镜像到交换机B的某接口上
monitor session 1 source int f0/5 both
monitor session 1destination int f0/9