友情链接:

福州天驰通网络技术有限公司

FUZHOU TIANCHITONG NETWORK TECHNOLOGY CO.,LTD

用户现场常用交换价端口镜像汇总
来源: | 作者:prob4b370 | 发布时间: 2021-08-25 | 968 次浏览 | 分享到:

一、      锐捷、思科

Ruijie>enable                                    

Ruijie#configure terminal

Ruijie(config)#monitor session 1 source interface gigabitEthernet 0/1 both              

/指定源端口  tx上行   rx下行 /

Ruijie(config)#monitor session 1 destination interface gigabitEthernet 0/24 switch      

/指定镜像口 /

Ruijie(config)#end

Ruijie#show monitor

Ruijie#wr             /保存/

二、      H3C

system-view

mirroring-group 1 local

mirroring-group 1 mirroring-port GigabitEthernet 0/1 both

/指定源端口  inbound上行   outbound下行 /

mirroring-group 1 monitor-port GigabitEthernet 0/24

/指定镜像口 /

save          /保存/

三、      华为

<Quidway> system-view

[Quidway] observe-port 1 interface gigabitethernet 0/24

/指定镜像口 /

[Quidway] interface gigabitethernet 0/1

[Quidway-GigabitEthernet0/1] port-mirroring to observe-port 1 both

/指定源端口  inbound上行   outbound下行 /

wr          /保存/

四、      中兴

ZXR10(config)#monitor session 1

ZXR10(config)#interface fei_0/1

ZXR10(config-if)#monitor session 1 source direction both

/指定源端口  tx上行   rx下行 /

ZXR10(config-if)#exit

ZXR10(config)#interface fei_0/24

ZXR10(config-if)#monitor session 1 destination  /指定镜像口 /

ZXR10(config-if)#exit

ZXR10(config)#show monitor session all