Comments
-
BTW, I really wanted to filter out all events that relate to interfaces tagged as 'unpluggable' - because this is how I denote desktop ports. This can't be done with the control above, but if you make 1 small modification it will work. Change line 37 of Orion\Controls\NewEventsReportControl.ascx.cs to read:…
-
I have a similar network architecture but approached the problem in a different way. I chose to monitor all switch ports on all devices (just to have traffic stats), however I marked all the ports on the user switches as 'unpluggable'. It is fairly simple with a little SQL to mark all the interfaces of a given node…