cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
467
Views
1
Helpful
4
Replies

Query that would show shared lines with devices

Jay Schulze
Level 1
Level 1

I found this one which will give DNs which are shared. But doesn't list the device. I assume maybe would have to join it with d.name from device table but not exactly sure how.

 

run sql select numplan.dnorpattern, routepartition.name, count(*) from numplan, devicenumplanmap, routepartition where numplan.fkroutepartition = routepartition.pkid and numplan.pkid = devicenumplanmap.fknumplan group by 1, 2 having count(*) > 1 order by 1,2

4 Replies 4

Hi Jay,

Do you really need a sql query?

From Cisco Unified Reporting, you can simply search what you are looking for.Unified Reporting-Shared.png

Please let me know.

 

Regards

 

Carlo

 

Please rate all helpful posts "The more you help the more you learn"