有一个镜像需求,需要配置两个目的端口。
准备通过远程镜像VLAN实现。
但是实操时第一步创建远程源镜像组路由器就报错,没有这个命令。
mirroring-group 1 remote-source
是此款路由器不支持远程VLAN镜像吗?
如何实现两个目的镜像端口的需求?
谢谢!
(0)
手册没有远程端口镜像
可以尝试使用流镜像
https://www.h3c.com/cn/d_202407/2221858_30005_0.htm#_Toc156475222 配置案例
https://www.h3c.com/cn/d_202407/2221587_30005_0.htm#_Toc156468690 命令参考
(0)
【需求:使用流镜像将14、21口双向数据镜像至10口】 #既有端口镜像 mirroring-group 1 local mirroring-group 1 mirroring-port GigabitEthernet2/7/14 GigabitEthernet2/7/21 both mirroring-group 1 monitor-port GigabitEthernet2/7/11 #创建ACL acl number 2012 rule 5 permit source any #创建QOS流,绑定ACL traffic classifier mirror if-match acl 2012 #创建QOS行为,指定流镜像目的端口 traffic behavior mirror mirror-to interface GigabitEthernet 2/7/10 #创建QOS策略,绑定QOS流和行为 qos policy mirror classifier mirror behavior mirror #将QOS策略下发到端口,该端口将为镜像口(源) [SW]interface GigabitEthernet 2/7/14 [SW-GigabitEthernet2/7/14]qos apply policy mirror inbound [SW-GigabitEthernet2/7/14]qos apply policy mirror outbound The operation is not supported. [SW]interface GigabitEthernet 2/7/21 [SW-GigabitEthernet2/7/14]qos apply policy mirror inbound [SW-GigabitEthernet2/7/14]qos apply policy mirror outbound The operation is not supported. 以上配置后存在两个问题: 1、qos apply policy mirror outbound 报错【The operation is not supported.】 2、PC连10口收不到镜像数据。 请教是何原因?感谢!
【需求:使用流镜像将14、21口双向数据镜像至10口】
#既有端口镜像
mirroring-group 1 local
mirroring-group 1 mirroring-port GigabitEthernet2/7/14 GigabitEthernet2/7/21 both
mirroring-group 1 monitor-port GigabitEthernet2/7/11
#创建ACL
acl number 2012
rule 5 permit source any
#创建QOS流,绑定ACL
traffic classifier mirror
if-match acl 2012
#创建QOS行为,指定流镜像目的端口
traffic behavior mirror
mirror-to interface GigabitEthernet 2/7/10
#创建QOS策略,绑定QOS流和行为
qos policy mirror
classifier mirror behavior mirror
#将QOS策略下发到端口,该端口将为镜像口(源)
[SW]interface GigabitEthernet 2/7/14
[SW-GigabitEthernet2/7/14]qos apply policy mirror inbound
[SW-GigabitEthernet2/7/14]qos apply policy mirror outbound
The operation is not supported.
[SW]interface GigabitEthernet 2/7/21
[SW-GigabitEthernet2/7/21]qos apply policy mirror inbound
[SW-GigabitEthernet2/7/21]qos apply policy mirror outbound
The operation is not supported.
以上配置后存在两个问题:
1、qos apply policy mirror outbound 报错【The operation is not supported.】
2、PC连10口收不到镜像数据。
请教是何原因?感谢!
(0)
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
【需求:使用流镜像将14、21口双向数据镜像至10口】 #既有端口镜像 mirroring-group 1 local mirroring-group 1 mirroring-port GigabitEthernet2/7/14 GigabitEthernet2/7/21 both mirroring-group 1 monitor-port GigabitEthernet2/7/11 #创建ACL acl number 2012 rule 5 permit source any #创建QOS流,绑定ACL traffic classifier mirror if-match acl 2012 #创建QOS行为,指定流镜像目的端口 traffic behavior mirror mirror-to interface GigabitEthernet 2/7/10 #创建QOS策略,绑定QOS流和行为 qos policy mirror classifier mirror behavior mirror #将QOS策略下发到端口,该端口将为镜像口(源) [SW]interface GigabitEthernet 2/7/14 [SW-GigabitEthernet2/7/14]qos apply policy mirror inbound [SW-GigabitEthernet2/7/14]qos apply policy mirror outbound The operation is not supported. [SW]interface GigabitEthernet 2/7/21 [SW-GigabitEthernet2/7/14]qos apply policy mirror inbound [SW-GigabitEthernet2/7/14]qos apply policy mirror outbound The operation is not supported. 以上配置后存在两个问题: 1、qos apply policy mirror outbound 报错【The operation is not supported.】 2、PC连10口收不到镜像数据。 请教是何原因?感谢!