Switch>en
Switch#conf t
//进入全局配置模式
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#monitor session 1 source interface gigabitEthernet 0/1 both
//指定端口0/1,both是进出的包都抓
Switch(config)#monitor session 1 destination interface gigabitEthernet 0/2
//指定连接抓包主机的端口
Switch(config)#exit
本文转自 yhw85 51CTO博客,原文链接:http://blog.51cto.com/yanghuawu/684645,如需转载请自行联系原作者