Comments
-
That looks great thanks very much for this, I'll give it a go and let you know if I get the desired results. Thanks again.
-
Hi, so I'd like it filtered by the specific interfaces, i.e the 2 that move VLANS. Does that help? Thanks again.
-
Something like that would be perfect, is this possible? Thanks again.
-
Hi, thanks for replying. So as I mentioned above, I have two VLANS, say 400 and 401, when the script runs it moves two interfaces from VLAN 400 to VLAN 401, when it runs again it moves them back. I would like a widget on my NOC dashboard that contains the names of both VLANS and displays a green icon next to the one that…
-
Ah ha! Thank you I finally got it to work. I'm now exploring getting the status of a group to display. My overall goal is to display a widget that shows Green when certain interfaces are within a VLAN. Basically, we have a script that moves two interfaces into a different VLAN, when this happens I'd like a visual widget to…
-
When I use Select Name, for example it just shows the name, there is no icon displayed. Thanks
-
Hi, Do you have the SWQL query for the above for me to try? I've tried a with statements like: Select Name,StatusLED AS Status(or whichever is in the library) From Orion.Nodes I've pasted this into the web console and it still returns a value of up.gif in that particular column. Am I missing something? Thanks
-
Thanks for the reply. I'm very new to SWQL, and am trying to create a custom query for a widget on a dashboard. The purpose of this is to display interfaces that are "UP" within a group. I'd like to see the green/yellow/red status LED next to the interface name. I've tried using the following (just as a practice to see if…
-
Hi, Thanks for the quick reply, much appreciated. It's actually a 10g port and a portchannel from one switch that get moved to another VLAN on that same switch. I created a custom property called "coupled_interfaces" and added those two interfaces. To view which vlans the interfaces are currently on I have to look at the…