迈普2900系列端口镜像配置

来自WFilter(超级嗅探狗)文档和指南
WFilter讨论 | 贡献2014年5月21日 (三) 10:36的版本

跳转至: 导航搜索

迈普2900系列端口镜像配置

1 如何配置端口镜像?

以下配置将演示通过fastethernet 0/3端口监控0/1和0/2口的通讯:

Hostname#configure terminal

Hostname(config)#monitor session 1 source interface fastethernet 0/1,0/2 both

Hostname(config)#monitor session 1 destination interface fastethernet 0/3

照这个配置,监控主机接在fastethernet 0/3端口就可以监控1/1和1/2口的通讯。

2 相关链接

如何检查端口镜像是否成功?