In the view named INTERFACES WITH HIGH UTILIZATION I have tried and tried to filter out a duplicate HSSI interface but can not hit on it. I've tried by caption, interfaceID and others. So - I need help!
Here's my existing filter which does not include any of my attempts:
OutPercentUtil > 95 OR InPercentUtil > 95 AND NOT (FullName LIKE 'X%' OR FullName LIKE 'End%' OR Device_Type LIKE 'Printer%' OR Fullname LIKE 'LAB%')
Here's what I'm trying to do - I don't want both of these interfaces to show up since they are duplicates - I only want to show the sub-interface which is HSSI1/0.2

Thanks.