h3c或者huawei交换机配置端口镜像
摘要:记录一下h3c以及华为交换机配置端口镜像的简单方法
h3c配置端口镜像
以下配置将G0/0/1口的流量复制一份给G0/0/2口,即G0/0/1为源端口,G0/0/2为目的端口。
配置步骤:
1、进入配置模式:system-view;
2、创建本地镜像组:mirroring-group 1 local
3、为镜像组配置源端口:mirroring-group 1 mirroring-port
4、为镜像组配置目的端口:mirroring-group 1 monitor-port
配置举例:
<sysname>system-vies
[sysname] mirroring-group 1 local
[sysname] mirroring-group 1 mirroring-port G0/0/1 both (设置源端口,镜像可以根据实际情况灵活选择入方向、出方向及全部流量;both,全部流量;inbound,入方向流量;outbound,出方向流量)
[sysname] mirroring-group 1 monitor-port G0/0/2 (设置目的端口)
华为配置端口镜像
以下配置将GigabitEthernet1/0/1的流量复制一份给GigabitEthernet1/0/2、GigabitEthernet1/0/3、GigabitEthernet1/0/4
observe-port 1 interface GigabitEthernet1/0/2 ##观察口1
observe-port 2 interface GigabitEthernet1/0/3 ##观察口2
observe-port 3 interface GigabitEthernet1/0/4 ##观察口3
interface GigabitEthernet1/0/1 ##镜像口
port-mirroring to observe-port 1 inbound/outbound/both
port-mirroring to observe-port 2 inbound/outbound/both
port-mirroring to observe-port 3 inbound/outbound/both
本作品采用 知识共享署名-相同方式共享 4.0 国际许可协议 进行许可。