大橙子网站建设,新征程启航
为企业提供网站建设、域名注册、服务器等服务
以前对抓包来说,H3C不同型号设备命令也不太一样,刚才简单查了一下,从S3100以上,包括S36、S55、S75等,都是如下配置进行抓包(就是先配置一个本地组,然后分别配置monitor port和mirror port):
创新互联自2013年创立以来,先为围场等服务建站,围场等地企业,进行企业商务咨询服务。为围场企业网站制作PC+手机+微官网三网同步一站式服务解决您的所有建站问题。
# 创建本地镜像组。
[Sysname] mirroring-group 1 local
# 为本地镜像组配置源端口和目的端口。
[Sysname] mirroring-group 1 mirroring-port Ethernet 1/0/1 Ethernet 1/0/2 both
[Sysname] mirroring-group 1 monitor-port Ethernet 1/0/3
# 显示本地镜像组 1 的配置信息。
[Sysname] display mirroring-group 1
mirroring-group 1:
type: local
status: active
mirroring port:
Ethernet1/0/1 both
Ethernet1/0/2 both
monitor port: Ethernet1/0/3
配置完成后,用户可以在Ethernet 1/0/3监控所有报文。