[Quidway]observe-port1interfaceGigabitEthernet0/0/11
//設置11口為監測端口
[Quidway-GigabitEthernet0/0/2]port-mirroringtoobserve-port1outbound
//將2口outbount方向數據鏡像到11口
H3C
端口鏡像:
建立本地鏡像組:[H3C]mirroring-group1local//數字”1”是組的名字
在端口視圖下設置鏡像組源端口和鏡像方向:
[H3C-GigabitEthernet1/0/1]mirroring-group1mirroring-port
//both為雙向,inbound是端口入方向,outbound是端口出方向
在端口視圖下設置鏡像組的監測端口:
[H3C-GigabitEthernet1/0/1]mirroring-group1monitor-port
思科系列:
舉例:通過交換機的第2號端口監控第1端口的流量
switch(config)#monitorsession1sourceinterfaceg0/1
switch(config)#monitorsession1destinationinterfaceg0/2