Nexus 5K supported by Cisco Nexus connector?

Hi Enrique, can you confirm that everying is working fine for the Nexus 5K familly? In case there are still other OIDs that need to be implemented, don’t hesitate to …

Replace IDX Value with Placeholder

Hi Daniel, Using the Property tag in this way would require you to have a custom property ‘CANAL_PLUS_TXP’ on the element set to the idx value of the table row …

Visualize past table data

As far as I know showing history data is based on trending (and/or alarm timelines). Reconstructing a table from the past would consist of getting the trend data (and/or alarm …

View’s tree traversal with automation script

Hi Simone, that can be done relatively easy using the class library: var dms = engine.GetDms(); var e = dms.GetElement(“MyElement”); var isInView = IsInView(e, “MyView”); public bool IsInView(IDmsElement element, string …

List of Information Events

In a DataMiner cube client you can create a new page in the alarm console. Add a filtered page and add the criteria below: Parameter desctiption (by Protocol) –> Equal …

Visual Overview – Trend graph from a service

Hi Sebastiaan, thanks again for your quick answer. I have never worked with variables inside of a Visio drawing. I guess even if it’s a PageVariable it should be shown …

Visual Overview – Trend graph from a service

This is an answer to the second question Stefan asked in a comment on my previous answer. If you can’t access the property using the [property:myproperty] placeholder directly, you can always …