Cisco的端口镜像技术叫SPAN,可以自己设置指定监控那个端口与把监控的数据从哪个端口输出。
例:监控FA0/1的端口流量,将监控的数据发给FA0/3的端口。
source是为被监控的端口,当然也可以设置监控vlan。
monitor session 1 source FastEthernet0/1
monitor session 1 destination FastEthernet0/3
看到
interface FastEthernet0/1
port monitor FastEthernet0/2
这样的命令。就说明0/2是个镜像端口,这就是把F0/1的数据镜像到F0/2
interface FastEthernet0/4
port monitor FastEthernet0/1
port monitor Vlan1