Hi All.
I would like to receive information from the interfaces on both sides of the node about bit-rate and link status. I only have information from link graf about : SOURCE/DESTINATION ID as below.
How can I reconfigure these settings to display the necessary parameters ?
Big Thanks
Hi Jaroslaw,
Once you were able to show the edges between nodes in your Node Edge diagram, you will need to enhance the query used as edge to include the KPIs that you are looking for.
For this case you will need to the following tables:
- The table that contains the KPIs (retrieved using the data source Get parameter for elements where, or Get parameter table by ID)
- The DCF Interfaces (retrieved using the data source Get DCF Interfaces)
- The DCF connections
Starting from this mockup:
You will notice that the Edge table contains an extra column (Interface state) which is a KPI from the interface.
This table was built as follows:
- Getting the KPI using the data source: Get parameter for elements where. You will get something similar to:
- Perform an Inner join with DCF Interfaces (retrieved using the data source Get DCF Interfaces). When selecting the columns that establish the relationship between these two tables, you should choose the column Dynamic PK from DCF Interfaces:
- Perform an Inner join with DCF Connections (retrieved using the data source Get DCF Interfaces). When selecting the columns that establish the relationship between these two tables, you should choose the column 'Source Interface ID' from DCF Connections:
When clicking in the edge you should get something similar to:
Finally, if you just want to display a specific parameter, you can use as filter the parameter from the query:
Below you can see the final result:
Hope it helps!
Update:
Below the screenshots of the GQI query:
Second question :
I cant find Dlf Interface State
Where could be the problem ?
Br.
Jarek
Hi Jaroslaw,
For this example I used a dummy connector, not the same connectors that you are using in your system. That’s the reason you will not find the parameter Interface State. In your case you will need to start with the table that contains the parameters that you would like to see in the edges.
Please let me know if you still need a screenshot of the GQI query settings.
Hi Miguel.
Please, Yes, just to be clear how it is created.
Thanks in advance, this is my first step with uses Queries
BR.
Jaroslaw
Hi Miguel.
If you can send some screenshots of GQI query settings.
it would be butter to understand for me 😉
Big thanks for help.
Br,
Jarek
Hi Miguel.
Can you send me a screenshot of the edit settings for EDGES_ENHANCED right side of the menu QUERIES ?
Big thanks for screen from your edit settings
Br.
Jarek