Home | 簡體中文 | 繁體中文 | 雜文 | 打賞(Donations) | ITEYE 博客 | OSChina 博客 | Facebook | Linkedin | 知乎專欄 | Search | Email

12.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