H3C交换机多端口监听 多端口源
	 
	G1/0/2 G1/0/3 G1/0/4 G1/0/6 G1/0/8 为数据源端口(监听对象)
	G1/0/17  G1/0/28 为数据监听端口(监听)
	G1/0/18  是为完成配置的反射端口
	vlan9    远程监控专属vlan 
	G1/0/17  G1/0/28  配置过程中需要修改端口为trunk ,access无法完成配置
	 
	确保vlan9可以在二层
网络里通讯,可以配置成跨多个交换机的远程监听
	 
	 
	 
	 mirroring-group 9 remote-source
	vlan 9
	 remote-probe vlan enable
	 
	interface GigabitEthernet1/0/2
	 mirroring-group 9 mirroring-port both
	 
	interface GigabitEthernet1/0/3
	 mirroring-group 9 mirroring-port both
	 
	interface GigabitEthernet1/0/4
	 mirroring-group 9 mirroring-port both
	 
	interface GigabitEthernet1/0/5
	 mirroring-group 9 mirroring-port both
	 
	interface GigabitEthernet1/0/8
	 mirroring-group 9 mirroring-port both
	 
	 
	interface GigabitEthernet1/0/18
	 mirroring-group 9 reflector-port
	 
	 
	interface GigabitEthernet1/0/17
	 port link-type trunk
	 undo port trunk permit vlan 1
	 port trunk permit vlan 9
	 
	 
	interface GigabitEthernet1/0/28
	 port link-type trunk
	 undo port trunk permit vlan 1
	 port trunk permit vlan 9
	 
	 
	===============================
	验正配置
	===============================
	 
	dis mirroring-group all
	mirroring-group 9:
	    type: remote-source
	    status: active
	    mirroring port:
	        GigabitEthernet1/0/2  both
	        GigabitEthernet1/0/3  both
	        GigabitEthernet1/0/4  both
	        GigabitEthernet1/0/5  both
	        GigabitEthernet1/0/8  both
	    mirroring mac:
	    mirroring vlan:
	    reflector port: GigabitEthernet1/0/18
	    remote-probe vlan: 9