1. 组网需求
• 在一个二层网络中,Device A、Device B、Device C 及 Server 如下图所示连接。其中,
Device A 通过端口 GigabitEthernet1/0/1 连接市场部。
• 通过配置二层远程端口镜像,使 Server 可以监控所有进、出市场部的报文。
2. 组网图
图1-7 二层远程端口镜像配置组网图
3. 配置步骤
(1) 配置 Device C
# 配置端口 GigabitEthernet1/0/1 为 Trunk 口,并允许 VLAN 2 的报文通过。
system-view
[DeviceC] interface gigabitethernet 1/0/1
[DeviceC-GigabitEthernet1/0/1] port link-type trunk
[DeviceC-GigabitEthernet1/0/1] port trunk permit vlan 2
[DeviceC-GigabitEthernet1/0/1] quit
# 创建远程目的镜像组 2。
[DeviceC] mirroring-group 2 remote-destination
# 创建 VLAN 2 作为远程镜像 VLAN。
[DeviceC] vlan 2
# 关闭 VLAN 2 的 MAC 地址学习功能。
[DeviceC-vlan2] undo mac-address mac-learning enable
Device A
GE1/0/1
GE1/0/2
Server
市场部
Device B Device C
GE1/0/1 GE1/0/2 GE1/0/1
GE1/0/2
普通端口 源端口 反射端口 目的端口
GE1/0/3
VLAN 2 VLAN 2
1-20
[DeviceC-vlan2] quit
# 配置远程目的镜像组 2 的远程镜像 VLAN 为 VLAN 2,目的端口为 GigabitEthernet1/0/2,在该端
口上关闭生成树协议并将其加入 VLAN 2。
[DeviceC] mirroring-group 2 remote-probe vlan 2
[DeviceC] interface gigabitethernet 1/0/2
[DeviceC-GigabitEthernet1/0/2] mirroring-group 2 monitor-port
[DeviceC-GigabitEthernet1/0/2] undo stp enable
[DeviceC-GigabitEthernet1/0/2] port access vlan 2
[DeviceC-GigabitEthernet1/0/2] quit
(2) 配置 Device B
# 创建 VLAN 2 作为远程镜像 VLAN。
system-view
[DeviceB] vlan 2
# 关闭 VLAN 2 的 MAC 地址学习功能。
[DeviceB-vlan2] undo mac-address mac-learning enable
[DeviceB-vlan2] quit
# 配置端口 GigabitEthernet1/0/1 为 Trunk 口,并允许 VLAN 2 的报文通过。
[DeviceB] interface gigabitethernet 1/0/1
[DeviceB-GigabitEthernet1/0/1] port link-type trunk
[DeviceB-GigabitEthernet1/0/1] port trunk permit vlan 2
[DeviceB-GigabitEthernet1/0/1] quit
# 配置端口 GigabitEthernet1/0/2 为 Trunk 口,并允许 VLAN 2 的报文通过。
[DeviceB] interface gigabitethernet 1/0/2
[DeviceB-GigabitEthernet1/0/2] port link-type trunk
[DeviceB-GigabitEthernet1/0/2] port trunk permit vlan 2
[DeviceB-GigabitEthernet1/0/2] quit
(3) 配置 Device A
# 创建远程源镜像组 1。
system-view
[DeviceA] mirroring-group 1 remote-source
# 创建 VLAN 2 作为远程镜像 VLAN。
[DeviceA] vlan 2
# 关闭 VLAN 2 的 MAC 地址学习功能。
[DeviceA-vlan2] undo mac-address mac-learning enable
[DeviceA-vlan2] quit
# 配置远程源镜像组 1 的远程镜像 VLAN 为 VLAN 2,源端口为 GigabitEthernet1/0/1,反射端口为
GigabitEthernet1/0/3。
[DeviceA] mirroring-group 1 remote-probe vlan 2
[DeviceA] mirroring-group 1 mirroring-port gigabitethernet 1/0/1 both
[DeviceA] mirroring-group 1 reflector-port gigabitethernet 1/0/3
This operation may delete all settings made on the interface. Continue? [Y/N]: y
# 配置端口 GigabitEthernet1/0/2 为 Trunk 口,并允许 VLAN 2 的报文通过。
[DeviceA] interface gigabitethernet 1/0/2
[DeviceA-GigabitEthernet1/0/2] port link-type trunk
[DeviceA-GigabitEthernet1/0/2] port trunk permit vlan 2
1-21
[DeviceA-GigabitEthernet1/0/2] quit
4. 验证配置
# 显示 Device C 上所有镜像组的配置信息。
[DeviceC] display mirroring-group all
Mirroring group 2:
Type: Remote destination
Status: Active
Monitor port: GigabitEthernet1/0/2
Remote probe VLAN: 2
# 显示 Device A 上所有镜像组的配置信息。
[DeviceA] display mirroring-group all
Mirroring group 1:
Type: Remote source
Status: Active
Mirroring port:
GigabitEthernet1/0/1 Both
Reflector port: GigabitEthernet1/0/3
Remote probe VLAN: 2
配置完成后,用户可以通过 Server 监控所有进、出市场部的报文
暂无评论