Comware Based
1753901 Members
9091 Online
108810 Solutions
New Discussion

mirroring on HP 5930

 
SOLVED
Go to solution
chrismes
Occasional Contributor

mirroring on HP 5930

Trying to mirror traffic on HP 5930 (System image version: 7.1.045, Release 2422P01), but still just see a lot of ARP-Requests and other broadcasts on my monitor-port, but not really the traffic I want to mirror.

I read "HP FlexFabric 5930 Switch Series ACL and QoS Configuration Guide" and "HP FlexFabric 5930 Switch Series
Network Management and Monitoring Configuration Guide" and also found this link, but all these does not help me to see usefull results on my monitor-port.

http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=mmr_kc-0133538&sp4ts.oid=4177539&lang=de-de&cc=de

Any suggestions? Thanks.

my config:

#
 mirroring-group 1 remote-destination
 mirroring-group 1 remote-probe vlan 199
#
traffic classifier TRAFFIC_MIR
 if-match acl name ACL_MIR
#
traffic behavior MON_MIR
 mirror-to interface Ten-GigabitEthernet2/2/21
#
qos policy QOS_MIR
 classifier TRAFFIC_MIR behavior MON_MIR
#
#
acl number 3333 name ACL_MIR
 rule 5 permit ip source 10.20.30.148 0
 rule 10 permit ip source 10.20.30.149 0
 rule 15 permit ip source 10.20.30.150 0
 rule 20 permit ip destination 10.20.30.148 0
 rule 25 permit ip destination 10.20.30.149 0
 rule 30 permit ip destination 10.20.30.150 0
 rule 35 deny ip
#
#
interface Ten-GigabitEthernet2/2/21
 port link-mode bridge
 description temp_sniffer
 port access vlan 199
 undo stp enable
 mirroring-group 1 monitor-port
#

2 REPLIES 2
chrismes
Occasional Contributor

Re: mirroring on HP 5930

forgot to mention, I tried to configure QOS on interface, on VLAN and also GLOBAL, but no result.

 

chrismes
Occasional Contributor
Solution

Re: mirroring on HP 5930

Sorry, my fault. Tried packet capturing on other HP-switches, also did not show correct packets.
Seems it is some software on my notebook, that prevents wireshark from capturing.
Using a local user on notebook, now I can capture traffic.