侧边栏壁纸
博主头像
落叶人生博主等级

走进秋风,寻找秋天的落叶

  • 累计撰写 130562 篇文章
  • 累计创建 28 个标签
  • 累计收到 9 条评论
标签搜索

目 录CONTENT

文章目录

H3C远程端口镜像(抓包)命令

2023-04-09 星期日 / 0 评论 / 0 点赞 / 71 阅读 / 788 字

目标交换机vlan 299undo mac-address mac-learning enablemirroring-group 1 remote-destinationmirroring-group

.

目标交换机

vlan 299
undo mac-address mac-learning enable
mirroring-group 1 remote-destination
mirroring-group 1 remote-probe vlan 299

interface g1/0/x
port link-type access
port access vlan 299
mirroring-group 2 monitor-port
undo stp enable

interface bridge-aggra x
port trunk permit vlan 299

源交换机

vlan 299
undo mac-address mac-learning enable
mirroring-group 1 remote-source
mirroring-group 1 mirroring-port g1/0/x both
mirroring-group 1 reflector-port g1/0/51
mirroring-group 1 remote-probe vlan 299

interface bridge-aggra x
port trunk permit vlan 299

验证命令

display mirroring-group all

.

广告 广告

评论区