yALtpu,多镜像端口和多监控端口配置
问题描述:
交换机多个镜像端口(Gi1/0/1 , Gi1/0/2)属于一个聚合接口Bri 10 ,多个监控端口(Gi1/0/10 , Gi1/0/
组网及组网描述:
交换机多个镜像端口(Gi1/0/1 , Gi1/0/2)属于一个聚合接口Bri 10 ,多个监控端口(Gi1/0/10 , Gi1/0/
4小时前提问
1.7.5 利用远程镜像VLAN实现本地镜像支持多目的端口配置举例(非固定反射端口方式)
1. 组网需求
三个部门A、B、C分别使用GigabitEthernet1/0/1~GigabitEthernet1/0/3端口接入Device,现要求通过镜像功能,使数据检测设备ServerA和ServerB都能够对三个部门发送和接收的报文进行镜像。
2. 组网图
图1-9 利用远程镜像VLAN实现本地镜像支持多目的端口组网图
3. 配置步骤
# 创建远程源镜像组1。
<Device> system-view
[Device] mirroring-group 1 remote-source
# 将接入部门A、B、C的三个端口配置为远程源镜像组1的源端口。
[Device] mirroring-group 1 mirroring-port gigabitethernet 1/0/1 to gigabitethernet 1/0/3 both
# 将设备上任意未使用的端口(此处以GigabitEthernet1/0/6为例)配置为镜像组1的反射口。
[Device] mirroring-group 1 reflector-port gigabitethernet 1/0/6
This operation may delete all settings made on the interface. Continue? [Y/N]:y
# 创建VLAN10作为镜像组1的远程镜像VLAN,并将接入数据检测设备的端口加入VLAN10。
[Device] vlan 10
[Device-vlan10] port gigabitethernet 1/0/4 to gigabitethernet 1/0/5
[Device-vlan10] quit
# 配置VLAN10作为镜像组1的远程镜像VLAN。
[Device] mirroring-group 1 remote-probe vlan 10
4. 验证配置
# 显示Device上所有镜像组的配置信息。
[Device] display mirroring-group all
Mirroring group 1:
Type: Remote source
Status: Active
Mirroring port:
GigabitEthernet1/0/1 Both
GigabitEthernet1/0/2 Both
GigabitEthernet1/0/3 Both
Reflector port: GigabitEthernet1/0/6
Remote probe VLAN: 10
配置完成后,用户可以通过ServerA和ServerB监控三个部门发送和接收的报文。
1.7.6 三层远程端口镜像配置举例(ERSPAN)
4小时前回答暂无
你正在,多镜像端口和多监控端口配置