交换机的一个光口做了端口镜像,但是我有两个设备去接收,能否通过交换机一分二出来接到两个设备,或者分光器实现?
交换机上还需要做什么命令吗?
(0)
最佳答案
可以通过远程镜像vlan实现,看看这款交换机支不支持:
https://www.h3c.com/cn/d_201910/1235164_30005_0.htm#_Toc357157639
# 创建远程源镜像组1。
<DeviceA> system-view
[DeviceA] mirroring-group 1 remote-source
# 将接入部门A配置为远程源镜像组1的源端口。
[DeviceA] mirroring-group 1 mirroring-port gigabitethernet 1/0/1 both
# 将设备上任意未使用的端口(此处以GigabitEthernet1/0/6为例)配置为镜像组1的反射口。
[DeviceA] mirroring-group 1 reflector-port GigabitEthernet 1/0/6
# 创建VLAN2作为镜像组1的远程镜像VLAN,并将接入serverA和serverB的端口加入VLAN2。
[DeviceA] vlan 2
[DeviceA-vlan2] port gigabitethernet 1/0/2 to gigabitethernet 1/0/3
[DeviceA-vlan2] quit
# 配置VLAN2作为镜像组1的远程镜像VLAN。
[DeviceA] mirroring-group 1 remote-probe vlan 2
(0)
看具体什么交换机和软件版本才能确认是否支持。
如果没型号和软件版本无法准确确认。
不方便透露请拨打400热线或者联系采购渠道的H3C认证代理商方面沟通即可。
(0)
暂无评论
您好,请知:
可以使用远程端口镜像来实现多个目的端口,以下是配置的参考命令:
<SW1>system-view
[SW1]vlan 999 //创建VLAN999,将用于remote-vlan
[SW1-vlan999]quit
[SW1]mirroring-group 1 remote-source //创建镜像组1,指定为远程源镜像组
[SW1]mirroring-group 1 mirroring-port GigabitEthernet 1/0/2 both //指定镜像口,镜像进出流量
[SW1]mirroring-group 1 remote-probe vlan 999 //指定remote-vlan
[SW1]mirroring-group 1 reflector-port GigabitEthernet 1/0/5 //指定反射口
This operation may delete all settings made on the interface. Continue? [Y/N]: y //指定反射口时,会提示该端口的配置会全部被删除,是否要继续,选择Y
[SW1]int ran gi 1/0/1 gi 1/0/4 //将监控设备接入的端口都划分到remote-vlan中,相当于指定为监控口
[SW1-if-range]port link-type access
[SW1-if-range]port access vlan 999
[SW1-if-range]quit
[SW1]dis mirroring-group all //查看镜像组状态
Mirroring group 1:
Type: Remote source //镜像组类型为远程源镜像组
Status: Active //镜像组状态为激活
Mirroring port:
GigabitEthernet1/0/2 Both
Reflector port: GigabitEthernet1/0/5
Remote probe VLAN: 999
(0)
暂无评论
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
暂无评论