Hi all.
Can I somehow create a view or report that shows all the interfaces marked as "unpluggable" ???
I need to make sure that interfaces are not "forgotten" in unpluggable state
/Brian
Sure can here are a couple options, you can create an Advanced SQL report using something like this
SELECT * FROM Interfaces WHERE Unpluggable = 1
And then put that report on the web console or if you want something more interactive you can add the to any view either of the following resource- Current Traffic on All Interfaces or- Percent Utilization on all interfaces
and then edit it and under SQL filter put the following statement Interfaces.Status=10