2312123www 发表于 2016-5-26 10:27:25

H3C端口镜像-抓包

      以前对抓包来说,H3C不同型号设备命令也不太一样,刚才简单查了一下,从S3100以上,包括S36、S55、S75等,都是如下配置进行抓包(就是先配置一个本地组,然后分别配置monitor port和mirror port):#创建本地镜像组。
<Sysname> system-view
mirroring-group 1 local
#为本地镜像组配置源端口和目的端口。
mirroring-group 1 mirroring-port Ethernet 1/0/1 Ethernet 1/0/2 both
mirroring-group 1 monitor-port Ethernet 1/0/3
#显示本地镜像组 1 的配置信息。
display mirroring-group 1
mirroring-group 1:
    type: local
    status: active
    mirroring port:
      Ethernet1/0/1both
      Ethernet1/0/2both
    monitor port: Ethernet1/0/3
配置完成后,用户可以在Ethernet 1/0/3监控所有报文。


页: [1]
查看完整版本: H3C端口镜像-抓包