抓包命令

各平台设备(华为、华三、思科、中兴、Linux)抓包命令
华为:observe-port 1 interface GigabitEthernet 0/0/24 //设置观察端口为G0/0/24interface g0/0/23 //进入g0/0/23接口,设置被镜像端口为G0/0/23port-mirroring to observe-port 1 {both | inbound | outbound} //设置流量inbound为进入的流量 outbound为出去的流量 both 为两者 H3C:mirroring-group 1 local //创建本地镜像组mirroring-group 1 mirroring-port GigabitEthernet 1/0/1 both //设置G1/0/1接口为被镜像端口mirroring-group 1 monitor-port GigabitEthernet 1/0/3 //设置G1/0/3接口为监测端口
抓包命令,
共
491
次浏览