Home | 简体中文 | 繁体中文 | 杂文 | 打赏(Donations) | ITEYE 博客 | OSChina 博客 | Facebook | Linkedin | 知乎专栏 | Search | Email

6.5. 交换机端口镜像配置

举例:通过交换机的第2号口监控第1号口的流量

		
Switch(config)# monitor session 1 source interface gigabitethernet0/1
Switch(config)# monitor session 1 destination interface gigabitethernet0/2
Switch(config)# end
		
		

删除一个span会话:

		
Switch(config)# no monitor session 1 source interface gigabitethernet0/1
Switch(config)# end