Reporting
In this lab we will learn how we can create reports in Data Insight in order to show the data we are collecting from the network in a flexible and dynamic way. However, even though the reports we will create are in Data Insight, a lot of the configuration of these reports will come from configurations in the NMS.
TopN Views
Log in the NMS
Go to Reports -> TopN Reports
Click ‘Add View’
- a. Name: YOURNAME – CPU
- b. Plugin: SNMP -c. Object Type: CPU (Cisco IOS XR)
- d. Disable Only Display Common Subtypes
- e. Object subtype: any
- f. Indicator Type: CPU 5 Minute Average
- g. Click Add Indicator
Save
Click Add View
a. Name: YOURNAME – Interface
b. Plugin: SNMP
c. Object Type: Interface
d. Disable ‘Only Display Common Subtypes’
e. Object subtype: any
f. Indicator Type: HC In Octets
g. Click ‘Add Indicator’
h. Indicator Type: HC Out Octets
i. Click ‘Add Indicator’
Save
DI Report
Log into DI
Go to Explore Maps
Click ‘Create Map’
a. Change name to Your Name - Map
b. Change from Canvas to Map
c. Add Object Group YOURNAME - CPU Group and move it to the city you reside on the map
d. Add Object Group YOURNAME – Priority Interface Group and move it to another county on the map
e. Add Object Group YOURNAME – Important Disks Group and move it to another county on the map
Save
Click ‘ + Create’ on the top left corner
- a. Report Name: Your Nameb. Section Name: Snapshot
Add Variable -> Object Group
- a. Select All and click ‘Add’
Add Widget -> Maps
- a. Choose the map you have created
Chain the Map widget to Alert Summary (Click on the + icon on the Widget)
Chain the Alert Summary Widget to Alert Details widget (Click on the + icon on the Widget)
Add a new section named Traffic
Add Widget -> TopN
a. Resource Type: object group -> YOURNAME – Priority Interface
b. TopN view: Your Name - interface
c. Click ‘Run’
Chain the TopN widget to a Performance Metrics widget
Chain the Performance Metrics Widget to a Flow Widget
Review
If we have configured all the steps until now correctly, all the widgets should have data (see screenshots). We can also test the variables by changing the scope of the report to a different subset of objects. For example, on the Traffic section change the Object groups filter to 10G Interfaces. New interfaces will appear, but netflow data won’t show anything, because from that list of interfaces, none of them is sending netflow data to Sev
Congratulations!