“H3c port mirror/icg”的版本间的差异

来自WFilter(超级嗅探狗)文档和指南
跳转至: 导航搜索
 
(未显示同一用户的3个中间版本)
第3行: 第3行:
 
= 如何配置端口镜像? =
 
= 如何配置端口镜像? =
 
在Device C上进行如下配置:
 
在Device C上进行如下配置:
1. 进入系统视图。
+
1.进入系统视图。
 +
 
 
<DeviceC> system-view
 
<DeviceC> system-view
2. 创建本地镜像组。
+
 
 +
2.创建本地镜像组。
 +
 
 
[DeviceC] mirroring-group 1 local
 
[DeviceC] mirroring-group 1 local
3. 为本地镜像组配置源端口和目的端口。
+
 
 +
3.为本地镜像组配置源端口和目的端口。
 +
 
 
[DeviceC] mirroring-group 1 mirroring-port ethernet 1/1 ethernet 1/2 both
 
[DeviceC] mirroring-group 1 mirroring-port ethernet 1/1 ethernet 1/2 both
 +
 
[DeviceC] mirroring-group 1 monitor-port ethernet 1/3
 
[DeviceC] mirroring-group 1 monitor-port ethernet 1/3
4. 显示所有镜像组的配置信息。
+
 
 +
4.显示所有镜像组的配置信息。
 +
 
 
[DeviceC] display mirroring-group local
 
[DeviceC] display mirroring-group local
 +
 
mirroring-group 1:
 
mirroring-group 1:
 
     type: local
 
     type: local
第25行: 第34行:
 
[[Check_port_mirroring|如何检查端口镜像是否成功?]]
 
[[Check_port_mirroring|如何检查端口镜像是否成功?]]
 
[[Category:Deployment]]
 
[[Category:Deployment]]
[[Category:侠诺]]
+
[[Category:H3C]]

2014年5月20日 (二) 15:04的最新版本

H3C ICG系列端口镜像配置

1 如何配置端口镜像?

在Device C上进行如下配置:

1.进入系统视图。

<DeviceC> system-view

2.创建本地镜像组。

[DeviceC] mirroring-group 1 local

3.为本地镜像组配置源端口和目的端口。

[DeviceC] mirroring-group 1 mirroring-port ethernet 1/1 ethernet 1/2 both

[DeviceC] mirroring-group 1 monitor-port ethernet 1/3

4.显示所有镜像组的配置信息。

[DeviceC] display mirroring-group local

mirroring-group 1:

   type: local
   status: active
   mirroring port:
       Ethernet1/1  both
       Ethernet1/2  both
   monitor port: Ethernet1/3

照这个配置,监控主机接在ethernet1/3端口就可以监控1/1和1/2口的通讯。

2 相关链接

如何检查端口镜像是否成功?