cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
625
Views
0
Helpful
1
Replies

Need To Generate A Report of DCR Node, dns name, Management IP, Ifname

GERARD PUOPLO
Level 1
Level 1

Any way to generate a report of for each device in DCR

Device name, Management IP, DNS Name, Management IP Ifname

//

1 Accepted Solution

Accepted Solutions

akemp
Level 5
Level 5

Yep, you can either just do a dcrcli export of your inventory into a CSV (quickest)or create a custom report template using the inventory... only caveat would be if you are inconsistent in your selection of management interface (since not all hardware has the same interfaces available, you might need a report template per dissimilar device type)

Heres a quick approximation of such a template:

System:Name:equals:All

AND:Interface:Alias:equals:All

AND:IP Address:IP Address:equals:All

AND:Interface:Name:equals:Lo0

View solution in original post

1 Reply 1

akemp
Level 5
Level 5

Yep, you can either just do a dcrcli export of your inventory into a CSV (quickest)or create a custom report template using the inventory... only caveat would be if you are inconsistent in your selection of management interface (since not all hardware has the same interfaces available, you might need a report template per dissimilar device type)

Heres a quick approximation of such a template:

System:Name:equals:All

AND:Interface:Alias:equals:All

AND:IP Address:IP Address:equals:All

AND:Interface:Name:equals:Lo0