华为交换机H3C S3600-52P-EI端口镜像设置方法
1、用专用串口线连接交换机的“consle”口和电脑串口,进入“超级终端”,选择串口,设置参数(还原默认值)。连接成功后,显示“<H3C>”
2、华为交换机型号不同,设置方法差异很大,键入“dis ver”命令,查看装置信息。
<H3C>dis ver
3、进入系统视图,在系统视图下,才能键入设置命令。
<H3C>system-view (输入此命令后,“< >”变为“[ ]”)
System View: return to Ur View with Ctrl+Z.
[H3C]
4、设置镜像端口
[H3C]mirroring-group 1 local ? 输入命令,回车后出现下面字符。
<cr> 回车后回到“系统视图”状态
[H3C] 键入如下命令,将3口设置为镜像端口
[H3C]mirroring-group 1 mirroring-port Ethernet 1/0/3 ? 回车后出现如下信息:
Ethernet Ethernet interface
GigabitEthernet GigabitEthernet interface
both Monitor the inbound and outbound packets 表示对端口接收和发送的报文进行镜像
inbound Monitor the inbound packets 表示对端口接收的报文进行镜像
outbound Monitor the outbound packets 表示对端口发送的报文进行镜像
to Range of interfaces
(根据需要设置被镜像报文的方向),如下:
[H3C]mirroring-group 1 mirroring-port Ethernet 1/0/3 both 回车后回到“系统视图”状态
5、设置监控端口
[H3C] 键入如下命令,将4口设置为监控端口
[H3C]mirroring-group 1 monitor-port Ethernet 1/0/4
Ethernet1/0/4 has been configured monitor port in the mirroring group 1!
6、检查设置的正确性
[H3C]display mirroring-group 1
mirroring-group 1:
type: local
status: active
mirroring port:
Ethernet1/0/3 both
monitor port: Ethernet1/0/4
[H3C]
7、取消镜像设置